Search found 299 matches

by DSRajesh
Mon Nov 25, 2013 8:03 am
Forum: General
Topic: Log File as an attachment in Email
Replies: 5
Views: 3028

Hi Arndw, I am using a routine in the job sequence which will create the log file and and attaching Email Notification Activity. The File name convention is Jobname_Timestamp_item.txt where jobname is changing based on the job activity from file is created. I am looking for how to attach a particula...
by DSRajesh
Mon Nov 25, 2013 5:08 am
Forum: General
Topic: Log File as an attachment in Email
Replies: 5
Views: 3028

Log File as an attachment in Email

Hi All, In a job sequence there are 4 different job activities and each activity attached with Email notification activity for failed trigger. we need to attach the datastage job log file with email notif The format of the log file would be Jobname_Timestamp_item.txt where Jobname and timestamp will...
by DSRajesh
Fri Nov 22, 2013 2:52 pm
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Craigee,

Congrats for your 4th year celebrations...keep it up....

Kudos



:)
by DSRajesh
Fri Nov 22, 2013 7:28 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Hi Mark

Thanks for your reply.

still i am unable to get the complete log entries..

Working on that and will post back once resolved.
by DSRajesh
Thu Nov 21, 2013 10:51 pm
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Ray, Could you please tell me why unable to fetch the log entry after 10th entry $INCLUDE DSINCLUDE JOBCONTROL.H JobName = Arg1 hJob = DSAttachJob(JobName, DSJ.ERRNONE) LogIdList = DSGetLogEventIds(hJob1, 0, 'S') Start_EventID=Field(LogIdList,'\',1) End_EventID=Field(LogIdList,'\',2,999) For iEventI...
by DSRajesh
Thu Nov 21, 2013 9:20 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

I am able to fetch first 10 log entries with the specified code but not able fetch the remanining entries.Is there are any issue with array or so
by DSRajesh
Thu Nov 21, 2013 8:49 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

any one please respond on this
by DSRajesh
Thu Nov 21, 2013 12:25 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Craig, I have modified the routine as below. $INCLUDE DSINCLUDE JOBCONTROL.H JobName = Arg1 hJob = DSAttachJob(JobName, DSJ.ERRNONE) LogIdList = DSGetLogEventIds(hJob1, 0, 'S') Start_EventID=Field(LogIdList,'\',1) End_EventID=Field(LogIdList,'\',2,999) For iEventID = Start_EventID to End_EventID Ste...
by DSRajesh
Wed Nov 20, 2013 2:27 pm
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Chulett,

Could you please post the dsloginfo information?
by DSRajesh
Wed Nov 20, 2013 11:52 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

I am Unable to see your complete post as my membership expired.
Please post the DSLogInfo content
by DSRajesh
Wed Nov 20, 2013 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string extract
Replies: 1
Views: 1051

string extract

Hi All,

I need to extract string after / in '111/222' where the numbers before and after / is not constant all the times.

How to extract the number after '/'.
by DSRajesh
Wed Nov 20, 2013 6:46 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

I am trying to test below routine : $INCLUDE DSINCLUDE JOBCONTROL.H JobName = Arg1 hJob = DSAttachJob(JobName, DSJ.ERRNONE) LogIdList = DSGetLogEventIds(hJob, 0, 'S') For iEventID = LogIdList to LogIdList Step +1 vEventDetail = DSGetLogEntry(hJob, iEventID) next iEventID Ans = LogIdList iIgnore = DS...
by DSRajesh
Wed Nov 20, 2013 4:01 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Ray,

already there is space between step and -1
by DSRajesh
Tue Nov 19, 2013 9:15 pm
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Craig,

I am unable to see full content as my premium expired ....could you please provide code can be used and helpful
by DSRajesh
Tue Nov 19, 2013 12:10 pm
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

could any one please suggest on this