Search found 5168 matches

by kumar_s
Tue Feb 06, 2007 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX warning in Oracle Enterprise stage
Replies: 14
Views: 6702

Are you using RCP?
Is it a CFF input stage?
Do you have different level in field specification?
by kumar_s
Tue Feb 06, 2007 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with dsx file
Replies: 7
Views: 1509

Have you edited the dsx file?
Is it a different version that you export and import the dsx from?
by kumar_s
Tue Feb 06, 2007 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looking for Parallel Extender Developer PDF Guide
Replies: 26
Views: 7360

Vincent, I wonder where you get this link from!!!
If I go from the main page to the Parallel Tutorial, I get Information not found page. But your link works. :shock:
by kumar_s
Tue Feb 06, 2007 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job in Afterjob sub routine
Replies: 18
Views: 3988

If you still want to abort the Job sequence, you can externalize the Abort functionality in a routine outside the job. Which check if the reject table is greater than 0 records for the current run, and calls the Abort signal accordingly. As mentioned to you several times in the post and in the mail,...
by kumar_s
Tue Feb 06, 2007 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dspackinst - Package installation
Replies: 11
Views: 1996

Oh yeah... everything in the same place!!! Thanks Craig.
Permission was the only issue which hided me in finding it. It is owned by root. So couldn't get access. I ll try once again after I get permission granted by Admin.
by kumar_s
Tue Feb 06, 2007 2:30 am
Forum: Site/Forum
Topic: Craig did it again, 9K posts
Replies: 14
Views: 7463

I got passed by 2B and Kumar

Doesn't matter Kim, still we acquire, adapt and shining with your work. :D
by kumar_s
Mon Feb 05, 2007 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dspackinst - Package installation
Replies: 11
Views: 1996

I found all these all under a directory where Installation CD is unpacked. I couldn't find any other files available with this extension. So I guess, the content of Plug-ins were not copied.
by kumar_s
Mon Feb 05, 2007 5:47 pm
Forum: Site/Forum
Topic: Craig did it again, 9K posts
Replies: 14
Views: 7463

Thanks for your effort, Craig. :D
by kumar_s
Mon Feb 05, 2007 5:42 pm
Forum: General
Topic: orchestrate schema vs plug-in metadata definitions
Replies: 3
Views: 1559

Ideally there wont be any change during runtime. No matter how you import, either through Orchestrate or Pluging, all this metadata will be stored in a common repository where it is been used during each run. However, there are some minor difference during import procedure especially in the Decimal ...
by kumar_s
Mon Feb 05, 2007 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in join stage
Replies: 17
Views: 12186

Perhaps you can try to increase all three factor data, stack and Memory to unlimited (If your Unix admin permits)
by kumar_s
Mon Feb 05, 2007 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in join stage
Replies: 17
Views: 12186

Have you checked the disk space utilization of /DataStage/751A/Ascential/DataStage/Datasets/ and the temp directory that been used for the intermediate result?
And the limit is 131072 KB.
by kumar_s
Mon Feb 05, 2007 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dspackinst - Package installation
Replies: 11
Views: 1996

Thanks Ray, I could see some files like ...DS_PLUGIN_STAGES/Samples/Passive/Passive.dsp ...DS_PLUGIN_STAGES/Samples/Passive/PassiveRes.dsp But these files doesn't seems to be the one for this purpose, neither the directory in which it resides. I guess, I should ask for CD to run the Maintenance mode...
by kumar_s
Mon Feb 05, 2007 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding COMMON function
Replies: 7
Views: 1799

It would be easy to use Routine to read and loop and write into a file. If its in table, you could even dump it into a file and proceed. You can count the nubmer of dummy records after the 'LastRecord' and can loop based on the count, if the no of key is dynamic. Bty, what is the output that you see...
by kumar_s
Mon Feb 05, 2007 2:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job in Afterjob sub routine
Replies: 18
Views: 3988

Or Call 'Abort' in the routine. Or use 'Abort after n row' option for the reject link.
by kumar_s
Mon Feb 05, 2007 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dspackinst - Package installation
Replies: 11
Views: 1996

dspackinst - Package installation

Hi, Iam trying to install Oracle stage using dspackinst utility. I never used this before. It asking me for 'Package Directory'. May I know, if there is any default location available? Or always I need to point to CD? Or this is confugurable during Installaion. I treid $DSHOME, $DSHOME/bin and some ...