Search found 42189 matches

by chulett
Mon Feb 12, 2007 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call Environment variable in server routine
Replies: 4
Views: 1069

Did you check this posting? Again, depends on what you mean by 'call'. It that just means 'use' then just use it directly, dollar sign and all.
by chulett
Mon Feb 12, 2007 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environmental variable in a rountine
Replies: 12
Views: 3810

Please explain exactly what is 'not working' about it. Simply saying 'it is not working' or 'i get an error' without mentioning the error involved makes it pretty hard to help you. You might want to post the entire routine. That snippet looks fine, the only 'error' I could see would be the value com...
by chulett
Mon Feb 12, 2007 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting the status of a job included in a job sequence.
Replies: 6
Views: 1315

Hmmm... what version of DataStage do you have? And could you explain what you mean by 'wanting to get' the name of the failed job? Get in what sense, what are you planning on doing with this information once you have it? That would shape the answer, I do believe...
by chulett
Mon Feb 12, 2007 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run Multiple Instances
Replies: 25
Views: 7993

When you use a Job Activity stage to run a Multi-Instance job in a Seqeunce job, a new field appears inside the stage: Invocation ID. That is where you would put the equivalent value to what you are passing on the command line after the 'dot'. You can hard-code the value in the stage, or use Job Par...
by chulett
Sun Feb 11, 2007 8:19 pm
Forum: General
Topic: How to manage stress.
Replies: 11
Views: 4849

'Constants' = 'Consultants', I assume? :wink:
by chulett
Sun Feb 11, 2007 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file creation problem
Replies: 7
Views: 3489

Which part is unclear? For whatever reason, you no longer have permission to create / write to those files or that location. You need to figure out why, see what changed that caused this.

Since you've marked it that way - what is your 'workaround'?
by chulett
Sun Feb 11, 2007 8:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file creation problem in the Lookup Job
Replies: 14
Views: 2904

But we can not use the local drives, because our datastage is installed in the server system and also we use citrix connection. I've got no idea what 'our datastage is installed in the server system' means, but neither reason seems to me one that means you 'can not' use local drives. You might choo...
by chulett
Sun Feb 11, 2007 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml stage and pivot stage takes most of the job time
Replies: 4
Views: 1080

Ernie, is it possible to use a different Java runtime with XML jobs? I'm curious how 'hard wired' in the bundled version is.
by chulett
Sun Feb 11, 2007 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference Between Truncate and Replace
Replies: 3
Views: 2467

They're not related, except they are both 'Update actions'. One effects an entire table while the other effects a single row. I'm assuming you know what the first does, contrast it with the 'Clear table and then Insert Rows' if you like. Clear does a transactional delete of all records. Replace Exis...
by chulett
Sun Feb 11, 2007 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you remove empty tags from a XML file
Replies: 6
Views: 2127

Sometimes we just don't ask. :wink:
by chulett
Sun Feb 11, 2007 11:08 am
Forum: General
Topic: DataStage best Practices doc
Replies: 20
Views: 10460

Ah, and if only common sense were more common... :wink:

And I ain't talking about Thomas Paine.
by chulett
Sun Feb 11, 2007 7:50 am
Forum: General
Topic: DataStage best Practices doc
Replies: 20
Views: 10460

Heck, probably marked double trade secret and Eyes Only. :wink:

Too bad about the class.
by chulett
Sun Feb 11, 2007 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing two Datastage Client
Replies: 3
Views: 1106

No problem. Now time for the obligatory post to request you to mark your thread as 'Resolved'. Thanks. :wink:
by chulett
Sun Feb 11, 2007 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file creation problem in the Lookup Job
Replies: 14
Views: 2904

Do you need to be building your hashed files on a remote drive? That, in my mind, would generally be a Bad Idea. :?
by chulett
Sun Feb 11, 2007 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml stage and pivot stage takes most of the job time
Replies: 4
Views: 1080

Those are two notoriously slow stages, but 24 hours still sounds a wee bit long. However, that *is* a crapload of files to be processing all at once - we think we have a boatload when we get 1/10 that amount. Without knowing anything about your server setup or hardware or anything, about all that po...