Search found 299 matches

by DSRajesh
Tue Nov 19, 2013 4:56 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Thanks Prasson , I am trying to get all the "Info" event type with the below code eventDetail = DSGetLogEntry(hJob1,eventID) evtDate = FIELD(eventDetail,"\",1) evtDate = CHANGE(evtDate,"Date: ","") evtMessage = FIELD(eventDetail,"\",4) evtType = Fiel...
by DSRajesh
Mon Nov 18, 2013 10:39 pm
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Suggest me is there a way i can achieve the above requirement using routine which will get the entire log rather than the latest event id and event detail for that.
by DSRajesh
Mon Nov 18, 2013 9:24 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

craig,

i am trying to using dsgetnewestlogid() ...
by DSRajesh
Mon Nov 18, 2013 8:52 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 12401

Extract of log file using DSGetLogEntry not working

Dear All, I tried to extract the log using below routine. Here i am able to fetch the last row which will have the job status log entry. $INCLUDE DSINCLUDE JOBCONTROL.H JobName = Arg1 hJob = DSAttachJob(JobName, DSJ.ERRNONE) LatestStartId = DSGetNewestLogId(hJob, DSJ.LOGSTARTED) LatestLogId = DSGetN...
by DSRajesh
Sun Nov 10, 2013 8:10 am
Forum: General
Topic: ReStartablity of Sequence in case of warnings
Replies: 4
Views: 1111

could any one suggest me on this..
by DSRajesh
Sat Nov 09, 2013 7:43 pm
Forum: General
Topic: ReStartablity of Sequence in case of warnings
Replies: 4
Views: 1111

ReStartablity of Sequence in case of warnings

Dear All, I have a sequence which is calling jobs/sequences and with trigger condition with warning-conditional link to SEQUENCER with ANY mode and the SEQUENCER linked to Routine Activity which is calling UtilityAbortToLog and sending message using notification activity. so whenever Warnings occur ...
by DSRajesh
Wed Oct 30, 2013 8:07 am
Forum: General
Topic: Exception Handler does not attach error message
Replies: 3
Views: 1088

Arndw

Could you please suggest me an other way to get the error message from the job sequence in email notification.
by DSRajesh
Wed Oct 30, 2013 5:01 am
Forum: General
Topic: Exception Handler does not attach error message
Replies: 3
Views: 1088

Exception Handler does not attach error message

Dear All, I have 10 job activities which are having OK Conditional and otherwise trigger conditions. Otherwise trigger condition link for all job activities linked up to sequencer with Any mode. I have also connected exception handler to the sequencer and then Email Notification activity. I am addin...
by DSRajesh
Tue Oct 29, 2013 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate an xml file with column value in DB
Replies: 1
Views: 571

Generate an xml file with column value in DB

Dear All,

I need to create an xml file with column value from Database table in the file name for example 001_test.xml,002_test.xml where 001 and 002 are fetching from table field name FID.

Looking farward for the suggestion how can i proceed for this.
by DSRajesh
Wed Oct 23, 2013 9:55 am
Forum: General
Topic: Routine activity failing in sequence
Replies: 8
Views: 2552

Arndw, Routine activity return log entries are : 01:12:36: Routine_Activity_212 (ROUTINE DSU.rtneventrmsg) started 01:12:36: Routine_Activity_212 finished, reply= there is no reply code specified in the log. I removed routine activity and called the routine in user variable activity . I connected th...
by DSRajesh
Wed Oct 23, 2013 3:45 am
Forum: General
Topic: Routine activity failing in sequence
Replies: 8
Views: 2552

Arndw,

when i test this routine it returns the fatal error when ever job aborts otherwise returns empty string.

also the options which you specified are not checked.

do i have to check these two options?
by DSRajesh
Wed Oct 23, 2013 3:27 am
Forum: General
Topic: Routine activity failing in sequence
Replies: 8
Views: 2552

Routine activity failing in sequence

Dear All, I am using the below routine in job sequence using routine activity which is added after sequencer which will have links multiple jobs for failed notifications.when ever adding this rouine activity there is an executing command activity which is calling a datastage job is failing and total...
by DSRajesh
Tue Oct 22, 2013 3:07 am
Forum: General
Topic: Routine activity after sequencer stage
Replies: 1
Views: 671

Routine activity after sequencer stage

Can we link routine activity after sequencer stage in job sequence
by DSRajesh
Mon Oct 21, 2013 4:09 pm
Forum: General
Topic: Job abort message as an attachement in email notification
Replies: 9
Views: 2941

Anrnw,

What basic api function will be helpful to extract the error mesage
by DSRajesh
Mon Oct 21, 2013 4:05 am
Forum: General
Topic: Job abort message as an attachement in email notification
Replies: 9
Views: 2941

Hi

My membership is expired and will renew in a week.

I am unable to see the remaining post send by craig.

Request you to please give the solution for the error message issue.