Search found 5168 matches

by kumar_s
Thu Sep 28, 2006 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator: Multiple column aggregation into one
Replies: 10
Views: 4279

Though Aggregator, youc cannot Sum accross Columns. As suggested use Transformer for that case.
by kumar_s
Thu Sep 28, 2006 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot log in DataStage
Replies: 4
Views: 1361

Has "Enable job administration in Director" option been checked?
check the permission for DSParams files.
by kumar_s
Thu Sep 28, 2006 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.SCHED: Job Scheduled but not started.
Replies: 8
Views: 3538

Nice to see Craig back from Vaccation. Let me wait, if he has some updates on this.
by kumar_s
Thu Sep 28, 2006 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination
Replies: 11
Views: 3573

This will be one of the reason for this error. if diognised well, and found out noting else could be the reason, you can increase this factor.
by kumar_s
Thu Sep 28, 2006 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartability
Replies: 3
Views: 1526

If you have enabled the Check Point restart option you can just rerun. So that the job will start at the last check point. Look at the Job properties tab in your Sequence. Search for the same.
by kumar_s
Thu Sep 28, 2006 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling
Replies: 4
Views: 1754

Execution mode is decided by the Cofig file you use for that particular job at that point of time. So dont correlate it with Scheduling.
by kumar_s
Tue Sep 26, 2006 6:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Target table updateexisting rows or insert newrows
Replies: 2
Views: 710

Your metadata should have atleast one key column thourgh which the "Update existing rows or insertnewrows" logic can be performed.
by kumar_s
Tue Sep 26, 2006 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove the leading zero's.
Replies: 4
Views: 7400

Use Trim() function. Or Convert() if you think, 0's will be only in leading end.
by kumar_s
Tue Sep 26, 2006 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing a string
Replies: 17
Views: 6988

Not a job for each transformation. :wink:
by kumar_s
Tue Sep 26, 2006 8:08 am
Forum: IBM QualityStage
Topic: QualityStage Certification
Replies: 13
Views: 9834

Vincent's blog is out as well. :wink:
by kumar_s
Mon Sep 25, 2006 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.SCHED: Job Scheduled but not started.
Replies: 8
Views: 3538

Thank Kim.
I dont guess, Cron has failed. Because, there is a single log entry at the scheduled time.
This is very similar to this issue stated by Craig in this post.
http://dsxchange.com/viewtopic.php?t=85 ... c92ba1961b

The topic name is "DS Job Schedual" (I dont this the link will work even if I add www to it)
by kumar_s
Mon Sep 25, 2006 7:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup failure
Replies: 4
Views: 2472

Are you sure that you are doing a lookup over the transformer :!:
Change the name of the Filed name in either one of the like from NAME, ID and XYZ to something else.
by kumar_s
Mon Sep 25, 2006 7:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error message to compile a routine
Replies: 12
Views: 3941

vsi wrote:Yes I am doing that right now :D.

But as well want to have old project name. For time being I will continue to work on a new project, then later on try to retain the old name, by removing the old project.

Thanks

You got the safest approach. :D
by kumar_s
Mon Sep 25, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sort Stage
Replies: 3
Views: 1279

Check the columns and the keys mentioned in the Sort stage. If you were trying to type the column names, avoid it and try with the Datastage Click event.