Search found 42189 matches
- 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
- 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...
- 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
- 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...
- Sun Feb 11, 2007 8:19 pm
- Forum: General
- Topic: How to manage stress.
- Replies: 11
- Views: 4849
- Sun Feb 11, 2007 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file creation problem
- Replies: 7
- Views: 3489
- 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...
- 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
- 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...
- 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
- Sun Feb 11, 2007 11:08 am
- Forum: General
- Topic: DataStage best Practices doc
- Replies: 20
- Views: 10460
- Sun Feb 11, 2007 7:50 am
- Forum: General
- Topic: DataStage best Practices doc
- Replies: 20
- Views: 10460
- Sun Feb 11, 2007 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installing two Datastage Client
- Replies: 3
- Views: 1106
- 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
- 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...