Search found 42189 matches

by chulett
Fri May 09, 2008 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any way to use 9i and 10g client for different projects
Replies: 1
Views: 732

No need, continue to use the 9i client for both 9i and 10g database access. It will work fine.
by chulett
Fri May 09, 2008 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search jobs that use a specific table
Replies: 6
Views: 1503

No. Take the .dsx and import it into your project. Then either run the job or dissect the imported code.
by chulett
Fri May 09, 2008 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -run -param
Replies: 12
Views: 5411

First get it working from the command line, then automate it. And it would have helped to post the actual expanded command line you are executing so we don't go through the issues one by one... by one. Parameters need to be passed in as 'value pairs'. So, the parameter name, an equal sign and lastl...
by chulett
Fri May 09, 2008 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can Stored Procedure Stage access result set?
Replies: 8
Views: 2670

Can't really help other than to suggest you dump the cursor if all you need to know is if it ran OK or not. For that, simply raise an error when there is a problem, DataStage will notice.
by chulett
Fri May 09, 2008 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: changing date format
Replies: 2
Views: 1005

That converts it to an internal date in DataStage. You'd then need the reverse using DateToString with '/' if you really needed that external format.
by chulett
Fri May 09, 2008 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: changing date format
Replies: 2
Views: 1005

Your mask needs to match your data to work correctly, including the delimiters. Try: "Stringtodate(datecolun,"%yyyy-%mm-%dd)".
by chulett
Fri May 09, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can Stored Procedure Stage access result set?
Replies: 8
Views: 2670

If anyone did, they would have posted. Have you checked the docs - the stpstage.pdf document, specifically?
by chulett
Fri May 09, 2008 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -run -param
Replies: 12
Views: 5411

An Invocation ID needs to be appened to the Job Name with a dot, not a pipe.
by chulett
Fri May 09, 2008 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job
Replies: 7
Views: 1864

:? Why the heck not just simply use the Notification Activity stage? The 'Tester' routine is just that - for testing.
by chulett
Fri May 09, 2008 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -run -param
Replies: 12
Views: 5411

Has this ever worked? What is "id"? :? You just need the Project and the Job Name as the last two parameters to dsjob.
by chulett
Thu May 08, 2008 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search jobs that use a specific table
Replies: 6
Views: 1503

From DataStage, the answer is the 'Usage Analysis' tool from the Manager. That assumes you've been using generated table metadata and haven't done anything bad that broke that linkage. Or you can use one of Chuck's tools from www.anotheritco.com to parse through the dsx and build you a list of all o...
by chulett
Thu May 08, 2008 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while loading data from .DAT file
Replies: 2
Views: 763

Did you try searching? Doing an Exact Match search on "Import consumed only" should turn up the bajillion times this has been discussed.
by chulett
Thu May 08, 2008 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never use basic transformers!!!
Replies: 22
Views: 6434

It's never been available on the palette by default, you have to specifically customize the pallet to add it.
by chulett
Thu May 08, 2008 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -run -param
Replies: 12
Views: 5411

No, you just need to ensure that PrjName is set appropriately for this job.
by chulett
Thu May 08, 2008 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -run -param
Replies: 12
Views: 5411

The 'dsjob' command should also include the Project of the job being run.