Search found 42189 matches
- Tue Sep 30, 2008 8:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to identify a Job Server y Parallel
- Replies: 8
- Views: 2340
- Tue Sep 30, 2008 7:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading sequential file and loading into Oracle
- Replies: 7
- Views: 2065
- Tue Sep 30, 2008 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml chunk
- Replies: 1
- Views: 1063
I'm guessing you haven't read the XML Best Practices document? Chunks are snippets of XML. They don't stand on their own, you generate 'chunks' of XML as separate, logical portions of the XML target and then 'assemble' them at the end of your process into the complete XML schema. We load them into h...
- Tue Sep 30, 2008 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Password Problems in shell script
- Replies: 4
- Views: 1181
Ok, I can see the issue if the encrypted value includes those characters. However, it's one thing to handle the value as encrypted within DataStage and another thing entirely to pass it still encrypted to your shell script - that's not going to work unless your script knows how to decrypt it before ...
- Tue Sep 30, 2008 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Password Problems in shell script
- Replies: 4
- Views: 1181
- Tue Sep 30, 2008 7:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning a job which process 4 million records a day
- Replies: 15
- Views: 5105
We stick with 0 as the transaction size for the same reasons Ray noted and why I consider that an 'advantage' - we get an "all or nothing" load. It greatly simplifies the restart after failure, just rerun the job with no recovery / restart logic needed once the problem has been corrected. Ray, you'r...
- Tue Sep 30, 2008 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email with attachment v7.0
- Replies: 4
- Views: 1461
- Tue Sep 30, 2008 6:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: count rows coming through a link
- Replies: 2
- Views: 828
- Mon Sep 29, 2008 11:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning a job which process 4 million records a day
- Replies: 15
- Views: 5105
- Mon Sep 29, 2008 11:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning a job which process 4 million records a day
- Replies: 15
- Views: 5105
Are you using insert rows with out clear option as the update action in the OCI stage.That is the reason you are commiting after the end of loading all records. I doubt that. And that's certainly not the only reason to commit at the end of the load. If you are commiting after writing all records an...
- Mon Sep 29, 2008 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Main sequencer throwing error when running multiple hash
- Replies: 3
- Views: 1951
Re: Main sequencer throwing error when running multiple hash
As per the above error, my address sequencer job was in compiled state. No - the error says it was not in the 'right' state. And it defines 'right' as compiled and not already running. And the typical reason for that error in a Sequence job is that you tried to run a job that is already running. Sh...
- Mon Sep 29, 2008 10:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning a job which process 4 million records a day
- Replies: 15
- Views: 5105
- Mon Sep 29, 2008 10:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning a job which process 4 million records a day
- Replies: 15
- Views: 5105
- Mon Sep 29, 2008 8:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NULL vs EmptyString
- Replies: 3
- Views: 2218
Re: NULL vs EmptyString
poorna_76 wrote:even though i see a space in the dataset, datastage does not recognise this a EmptyString.
A little lost. A space? If there's a space then you don't have an empty anything.
- Mon Sep 29, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: materializing environment variables in a datastage job
- Replies: 6
- Views: 2460