Search found 5168 matches

by kumar_s
Fri Mar 09, 2007 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

What ever the copy script that you mentioned is in you master sequence or master schell script from which you call the jobs right?
What is the actual design of the job, and at which point it got aborted?
by kumar_s
Fri Mar 09, 2007 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 3357

Try to write into a file and check it. "Multiple reader per node" is an opition available in PX sequential file to read a single file parallely to improve the performance.
by kumar_s
Fri Mar 09, 2007 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and tailer sequential file
Replies: 7
Views: 1647

Hi and Welcome Aboard :D !!!

"First line is column name" option available in Format tab will avoid the Header to be read. To avoid you may use Filter option and tail command to skip the last row.
by kumar_s
Fri Mar 09, 2007 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Too many quick replies in this post. :shock:
by kumar_s
Fri Mar 09, 2007 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Is it a job or Jobsequence, If job, was there any error in Job sequence, if Jobsequence, was there any error appearing in underlying job.
What is the design? At which point the job is getting aborted? This can be explained with the Design.
by kumar_s
Fri Mar 09, 2007 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Was there any warning or error occuring before or after this error?
by kumar_s
Fri Mar 09, 2007 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading a COBOL file using DS
Replies: 5
Views: 1966

Check if there were any redefined that in case were not imported properly in metadata. Do post the actual value that you see from View data. Rather that relying on view data, write it into a sequential file and verify the output.
by kumar_s
Fri Mar 09, 2007 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to run unix command in job control
Replies: 5
Views: 1412

True, as its not the variable declaration in Shell script to frame the assignment of the variable value with the backticks.
by kumar_s
Fri Mar 09, 2007 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Also could you check if there is something that depend up on environmental factors.
by kumar_s
Fri Mar 09, 2007 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

If you rest the job, you would find an addition log appearing as such. Not always. If there was any unlogged informaintion left out in previous run, it will be logged.
by kumar_s
Fri Mar 09, 2007 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

As you know, that it didnt give out much information, try resetting the job and look for "From Previous log..()" log, if any thing useful.
Has the code been tried to recompiled or exported with Executable?
Once I faced such problem, which vanished with recompile.
by kumar_s
Fri Mar 09, 2007 9:39 am
Forum: General
Topic: Cannot Import Job
Replies: 7
Views: 2120

Was the last post is as confusing as previous one, I cant help it. :wink:
by kumar_s
Fri Mar 09, 2007 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacement for lookup stage
Replies: 9
Views: 1373

May be you can just start. :wink:
by kumar_s
Fri Mar 09, 2007 9:37 am
Forum: General
Topic: Cannot Import Job
Replies: 7
Views: 2120

I dont want to threaten you with this big steps, optionally you can go to Director "Cleanup Resouce"--> Select "Show all" under locks. Note down the PIC, and select the corresponding PID in Processess by select "Show ALL". High light that, and now again select "show by process in Locks". Click on "R...
by kumar_s
Fri Mar 09, 2007 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacement for lookup stage
Replies: 9
Views: 1373

Different rows.
the values of columns at row 1 should be swapped with the values of columns at row 100.