Search found 5168 matches

by kumar_s
Thu Oct 05, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 6485

What is not working?
Place your path and the shell name in the 'Command' option and Parameters in the available Parameters option.
by kumar_s
Thu Oct 05, 2006 6:46 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Difference between DWH Datastage and Datastage TX
Replies: 7
Views: 5715

You can find the list of product classified under IBM's website.
http://ibm.ascential.com/products/
by kumar_s
Thu Oct 05, 2006 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning : Problem in adjusting floating point
Replies: 5
Views: 2519

What is the datatype for ADDR_KEY in datastage?
by kumar_s
Thu Oct 05, 2006 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Same job
Replies: 4
Views: 1247

If you dont have any change in the metadata or with some configurable change, you can approach the suggested options. If the metadata is different from present, you need to go for different jobs.
by kumar_s
Thu Oct 05, 2006 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Shell Script Causes File to be Truncated
Replies: 2
Views: 791

Check the director log for the exact command that been executed from Datastage.
by kumar_s
Thu Oct 05, 2006 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'Failed to Open Job' error with dsjob -report
Replies: 5
Views: 2044

Try to create a copy of the same job and remove most of the stages, and try to run the report. This is to make sure that, the error is due the large stage Numbers.
BTW: Does you job works withou any issue like resource contraint or intermetten cutoff problem with this 100 stages.
by kumar_s
Thu Oct 05, 2006 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No such file or directory error
Replies: 10
Views: 4486

What was the load on the server during when you get this error. Try to monitor the CPU and Memory usase while you run this job. Try to change the temp directory from /tmp to some other directory. There are chances where /tmp will be aloted with more space and might be moved into a spereate mount. Th...
by kumar_s
Thu Oct 05, 2006 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: optimum stages per job?
Replies: 7
Views: 1463

If the whole point of not spliting the job is to not land the data in between, then you very well use the highlight of PX, Persistent dataset. Which will alow you avoid IO to a very great extend when compared to Sequential file. You cannot have hard and fast rules for the number of stages, but it is...
by kumar_s
Wed Oct 04, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COALESCE handling null value
Replies: 6
Views: 3696

Hope this was your initial requirement, to update Null values and not to update the Not null values.
by kumar_s
Wed Oct 04, 2006 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer is slow for creating parallel jobs (7.5.2)
Replies: 12
Views: 3684

Could see Arnd's post in the same regards. :P
by kumar_s
Wed Oct 04, 2006 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer is slow for creating parallel jobs (7.5.2)
Replies: 12
Views: 3684

Will the same persiste in different PC as well?
by kumar_s
Wed Oct 04, 2006 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in Look up stage
Replies: 8
Views: 2735

If you are sure, that both input and output are of same datatype and same lenght in the given stage, check for RPC. If that is enabled, disable it.
by kumar_s
Wed Oct 04, 2006 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Server job to Parallel
Replies: 10
Views: 3780

Hope OP reply to this issue. Can you explain what is not working?
by kumar_s
Tue Oct 03, 2006 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in Look up stage
Replies: 8
Views: 2735

Waht is the datalentgh, sqltype, Nullability for the 'ID' field in LKP_ID stage?
by kumar_s
Tue Oct 03, 2006 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COALESCE handling null value
Replies: 6
Views: 3696

What is not working? What column you are expecting to be updated? Under which condition?