Search found 4 matches

by kausikMitra
Thu Jul 26, 2007 6:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job in Running State
Replies: 19
Views: 8858

Re: Job in Running State

We have a server job which runs daily. Normally it takes approx 7 minutes to complete. But the yesterdays run of this job is still in running state. No warnings whatsoever. We are not accessing any Databases. Only seq files and hash files. All the files required are in place and have the proper rig...
by kausikMitra
Wed Jul 25, 2007 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate the .csv file with date or timestamp
Replies: 14
Views: 12080

Re: Generate the .csv file with date or timestamp

you can use unix command to rename the file ( u can use this `date +"%Y%m%d%H%M%S"`), use the command in "after job subroutine " in the job properties.
by kausikMitra
Wed Jul 25, 2007 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job still running
Replies: 3
Views: 1935

Re: Job still running

Since you are using Oracle Stage, its doing Bulk load by using SQLLDR internally. You have to set an APT value for SQLLDR this by giving value (DIRECT=FALSE, PARALLEL=TRUE) and make the index option maintenance.

Pls let me know how it goes.
by kausikMitra
Tue Jul 24, 2007 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automation of job schedule without director usage
Replies: 10
Views: 4428

Re: Automation of job schedule without director usage

Create shell script(s) which calls the job(s) and keep that in cron.

regards
Kausik