Search found 6 matches

by deb033
Tue Dec 08, 2009 5:48 am
Forum: General
Topic: Job finish with DSJS.RUNWARN
Replies: 8
Views: 3886

Re: Job finish with DSJS.RUNWARN

Hi,

You can also achieve this by setting the trigger in that link as --
"Executed ok" OR "Execution finished with warnings".
by deb033
Tue Aug 25, 2009 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during writing to a FTP stage
Replies: 4
Views: 2207

No, both the users are same.
by deb033
Mon Aug 24, 2009 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during writing to a FTP stage
Replies: 4
Views: 2207

Error during writing to a FTP stage

I have a job which extracts data from a DB2 stage, writes in a seq. file and then transfers the data to another server using a FTP stage. This job is scheduled once everyday. Strangely, in the scheduled run, everytime the job aborts saying --> ds_seqput: error in 'write()' - Error 0 / ds_seqput: err...
by deb033
Tue Feb 10, 2009 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tracking the size or no. of rows in a seq file
Replies: 7
Views: 3374

[quote="ray.wurlod"]You don't need a UNIX command - the Status statement in DataStage BASIC can return the size of a file in bytes. ...[/quote]


Ray, can you please describe the way you told in a bit elaborately such that it will be easier for implementation? Thanks.
by deb033
Mon Feb 09, 2009 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PL/SQL Procedure to be called after datastage job.
Replies: 5
Views: 4228

I think very simply we can call the SP after the job. Make one job with some table def. stage, pass some dummy column and the SP being called in the after sql part of it. then just link it to some dummy seq file. Now in a sequencer, link this job after the main job. I hope this can solve the purpose.
by deb033
Mon Feb 09, 2009 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tracking the size or no. of rows in a seq file
Replies: 7
Views: 3374

Tracking the size or no. of rows in a seq file

I have a job where the target sequential file in stored in a unix directory by using FTP stage. The requirement is to add a email notification whenthe size of the file exceeds a certain size, e.g. 5MB. Can anyone help me with the way of implementing this change? Instead of the size, if anyone sugges...