Search found 145 matches

by Raghavendra
Wed Oct 03, 2007 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Vertical Pivot
Replies: 6
Views: 1595

Do you have any delimeters if so is there any max number for the delimiters.
by Raghavendra
Thu Sep 27, 2007 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How this Row Splitter works
Replies: 10
Views: 5038

You are replying to a post posted on Jul 30, 2004 .
by Raghavendra
Wed Sep 26, 2007 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATA STAGE
Replies: 6
Views: 2064

And also as your job type specifies parallel type, your queries should go to datastage enterprise edition forum.
by Raghavendra
Wed Sep 26, 2007 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATA STAGE
Replies: 6
Views: 2064

Please go through Parallel developers guide where all these are documented properly. Or use search option here which might give you the details. After going through documentataion you can post the queries here so that people having experience will solve your queries.
by Raghavendra
Tue Sep 25, 2007 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix command line - dsjob
Replies: 3
Views: 1761

If I understand you question correct, dsjob -run command cannot capture the logs of the job.It can give the status of the job like completed succesfully. Please refere server developer guide pdf for more information on dsjob command.
by Raghavendra
Tue Sep 25, 2007 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run time error when running job with c++ routine
Replies: 2
Views: 1313

check if your C++ compiler installed properly.
by Raghavendra
Tue Sep 25, 2007 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scritpt to extract job and sequence names
Replies: 2
Views: 1079

you can access datastage repository tables in the scripts to get the job names.
by Raghavendra
Tue Sep 25, 2007 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while running Transformer Stage
Replies: 4
Views: 2940

For AIX, Visual Age C++ 6.0 compiler is required. Please check if this compiler and assosiated packages are installed.
by Raghavendra
Tue Sep 25, 2007 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add new parameter and remove default value from Jobs
Replies: 10
Views: 3137

we had same requirment for task2 ( removing default values of parameters). We have contacted IBM for the same and they gave a routine to do that particular task. That was in my previous organisation and i don't remember the routine name now.
by Raghavendra
Tue Sep 25, 2007 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add new parameter and remove default value from Jobs
Replies: 10
Views: 3137

we had same requirment for task2 ( removing default values of parameters). We have contacted IBM for the same and they gave a routine to do that particular task. That was in my previous organisation and i don't remember the routine name now.
by Raghavendra
Tue Sep 25, 2007 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increasing heap memory allocation
Replies: 1
Views: 928

Heap - largest data segment a program can have. As per my understanding this will be set during your kernel configuration.
Please check with your unix administrator for the same.
by Raghavendra
Fri Sep 21, 2007 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer stage compilation problem
Replies: 2
Views: 1160

what is the error message you are getting when trying to compile a job with a transformer stage in it.
by Raghavendra
Fri Sep 21, 2007 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting due to row limit being reached on output link
Replies: 5
Views: 13663

can you please give a brief discription about your job?
And also check if you have given any constraints in the transformer for the number of rows to be processed.
by Raghavendra
Thu Sep 20, 2007 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcflush() - Error in mutex_unlock() - Not owner
Replies: 2
Views: 1266

Most of the times,"Error in mutex_unlock() - Not owner " abort will be solved with a rerun. We used to get this abort for lot of jobs due to lack of resources.

Just check it out and wait for DS Expert comments.
by Raghavendra
Thu Sep 20, 2007 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is difference between explicit Sort stage and sort ....
Replies: 4
Views: 2941

Explicit sort stage uses temporary disk space when performing a sort. I believe when you are handling huge volumes of data you will not get resource problems as you are using temporory disk space.

Lets see our DS experts comment on this query.