Search found 42189 matches

by chulett
Thu Jun 18, 2009 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure
Replies: 6
Views: 2205

That 'After Job' ExecSH executes a shell command, meaning either O/S command or a script. You need a script to connect to your db via the command line utility they provide and then issue the four proc calls you noted.
by chulett
Thu Jun 18, 2009 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure
Replies: 6
Views: 2205

The initial release only supported Oracle, so you won't be able to use the actual Stored Procedure stage for this, it seems.
by chulett
Thu Jun 18, 2009 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the job run times?
Replies: 6
Views: 2003

So... you're trying to identify jobs that have not run in the last six months? :? That information won't be in DS_JOBS but rather in each individual job's RT_STATUSnnn hashed file, I believe. And it is not something that is openly documented but certain people here probably know exactly where that w...
by chulett
Thu Jun 18, 2009 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure
Replies: 6
Views: 2205

You could script this to run 'After Job' or create a separate job and use a Sequence job to run the two one after the other. Or you try executing them in the After SQL tab of the last stage.
by chulett
Thu Jun 18, 2009 11:25 am
Forum: General
Topic: 8.1 Client connections limit?
Replies: 2
Views: 2146

Great! Thanks... will check this out as soon as practical and let you know.

:D
by chulett
Thu Jun 18, 2009 10:59 am
Forum: General
Topic: 8.1 Client connections limit?
Replies: 2
Views: 2146

8.1 Client connections limit?

I'm curious if anyone has seen anything like this. First off, we have 8.1 running on Linux, no clue if this applies as well to any flavor of 8.0. There seems to be a magic limit of 3 on client connections and it doesn't appear to be tied to any licensing limits as I am the only person connected to t...
by chulett
Thu Jun 18, 2009 10:22 am
Forum: General
Topic: Essbase connectivity
Replies: 3
Views: 1937

Andy, any chance of a link to this 'rollup patch'?
by chulett
Thu Jun 18, 2009 10:19 am
Forum: General
Topic: Trouble pulling Salesforce.com data
Replies: 2
Views: 1374

Please shed some light on your job design.
by chulett
Thu Jun 18, 2009 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looping Job based on input from hashfile lookup
Replies: 5
Views: 1926

Go back and edit your second post, wrapping the code in

Code: Select all

 tags so it's a wee bit more readable, please. That will preserve your indenting.
by chulett
Thu Jun 18, 2009 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting Single column value to three columns
Replies: 14
Views: 5682

I don't see how that would help, you still have to declare a delimiter, and space would still get you the issue noted in the first post. Or am I missing something? I think you'll need to do some intelligent parsing - find the number of fields in the string by counting the delimiters. Pull off the la...
by chulett
Thu Jun 18, 2009 9:28 am
Forum: General
Topic: Essbase connectivity
Replies: 3
Views: 1937

Nice, thanks for posting that Andy.
by chulett
Thu Jun 18, 2009 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get reports for all the jobs in a project
Replies: 7
Views: 2505

No, just being a smart alec, the 'crazy thought' was that you might actually just search for the answer rather than ask someone to type it up one more time. :wink:
by chulett
Thu Jun 18, 2009 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equivalent function in datastage
Replies: 3
Views: 2051

That or use the CAPITALS transform which does the exact same thing but is a little more 'self documenting'.
by chulett
Thu Jun 18, 2009 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to enable selection tab in hash file
Replies: 14
Views: 3481

Please post the syntax you used for your second attempt.
by chulett
Thu Jun 18, 2009 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines in Datastage
Replies: 2
Views: 9645

You may want to read this thread where you seem to have the same requirements as srai.