Search found 42189 matches

by chulett
Tue Dec 22, 2009 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 9195

So... have you not been reading the reponses? That guidance is there.
by chulett
Tue Dec 22, 2009 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enforcing roll back in Oracle Load Append
Replies: 5
Views: 1583

Not so much "already inserted" as "already commited" rows. Ideally, the Transaction Size should be set to zero for an "all or nothing" load.
by chulett
Tue Dec 22, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: table or view does not exist
Replies: 15
Views: 15310

Still, all posted advice still applies. And do let us know why you posted a select statement for your Oracle target.
by chulett
Tue Dec 22, 2009 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete multipel table definition categories
Replies: 5
Views: 1509

SBSA_DW2 wrote:nope.. multi-category does not work. multiple definitions in a category does though :(
seems its going to be a manual process.
Correct and correct.

Instill some discipline in your developers. I've found fear helps... and a cricket/baseball bat. :twisted:
by chulett
Tue Dec 22, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: table or view does not exist
Replies: 15
Views: 15310

:lol: Good catch, missed that little nugget.
by chulett
Tue Dec 22, 2009 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while viewing data in a parallel job
Replies: 4
Views: 1790

Do you have a "tmp" directory at the root of the drive where DataStage is installed? Is it writeable for your user? Have plenty of space in it?
by chulett
Tue Dec 22, 2009 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enforcing roll back in Oracle Load Append
Replies: 5
Views: 1583

Then you're not really doing "load append" but plain old inserts. And the rollback happens when the job aborts, so you need to ensure that happens, usually via a Reject link set to abort after 1 row.
by chulett
Tue Dec 22, 2009 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File activites in Sequencer
Replies: 3
Views: 1571

Please heed Ray's advice and learn how to do "ascii art" properly here. Without the code tags all white-space is collapsed out with your art smashed up against the left-hand wall. Edit your post and make copious use of the 'Preview' option as it won't line up quite like you expect, being a...
by chulett
Tue Dec 22, 2009 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substrings in a date
Replies: 2
Views: 1212

No, you cannot change the format to "whatever you want", it needs to match what's in the file to convert properly. Regardless, won't help here. And the OP has already reported success treating the field as a string.
by chulett
Tue Dec 22, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: table or view does not exist
Replies: 15
Views: 15310

That's not what you posted says. :?

Make sure you've supplied the correct schema, you are connecting to the correct instance and have select grants on the table.
by chulett
Tue Dec 22, 2009 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Seq file in parallel job to wirte different tabl
Replies: 5
Views: 2024

Read the record as a single long string. Break out the first field (various ways to do that) and direct your output based on the content of that first field: 'CUST', 'COUT' or none of the above. Colum Inport and/or Filter stages should be useful here.
by chulett
Tue Dec 22, 2009 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete multipel table definition categories
Replies: 5
Views: 1509

Use the Manager GUI, it allows the standard Windows multi-select. There's no command line option for this that I am aware of.
by chulett
Tue Dec 22, 2009 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compile vs Reset
Replies: 7
Views: 2098

Correct. You could remove the word 'BASIC' from what you wrote and have a statement applicable to either job type. Reset is for status, compile... compiles. As in the 'executable', whatever it is - BASIC, C++, OSH, etc.
by chulett
Mon Dec 21, 2009 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Surrogate Key / State Files
Replies: 15
Views: 5751

(as I cannot use it within the same job and expect a unique number) What makes you say that? :? I have read it somewhere in one of the blogs and also I learnt it from one of the folks I talked to here. The explanation that I gathered is, as it is the same process and the same state file is accessed...
by chulett
Mon Dec 21, 2009 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Surrogate Key / State Files
Replies: 15
Views: 5751

vivekgadwal wrote:(as I cannot use it within the same job and expect a unique number)
What makes you say that? :?