Search found 42189 matches

by chulett
Tue Sep 04, 2007 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject handling
Replies: 8
Views: 1738

Simply changing the update action shouldn't cause your reject row to suddenly stop working. I'm not familiar with the DB2 stage, though, so can't say if that's a bug or something else is going on. If that stage has either Transaction Size and/or Array Size options, try setting both to 1 and see if t...
by chulett
Tue Sep 04, 2007 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "t.schema.placeholder".
Replies: 4
Views: 1100

Sorry, don't know the answer - just wanted a better explanation of the problem so those that can help you have more to work with.
by chulett
Tue Sep 04, 2007 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot initialize plug-in
Replies: 4
Views: 1252

Ah... then all is 'Resolved' now, yes? :wink:
by chulett
Tue Sep 04, 2007 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tidying up old version of jobs in Version Control
Replies: 2
Views: 649

No. I've contemplated some sort of job to remove everything but the 'most recent' version of everything as my VC Projects are full of crap but never had the time nor intimate knowledge of the APM hashes to do that. I resorted to creating a new Project and migrating things there going forward, forcin...
by chulett
Tue Sep 04, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: avoid index rebuild in write mode
Replies: 5
Views: 2711

Not that I'm aware of, but that's more of a DBA question than a DataStage question.
by chulett
Tue Sep 04, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Capture Reason for Reject
Replies: 2
Views: 608

Check the various Output Link Variables available in the expression editor.
by chulett
Tue Sep 04, 2007 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject handling
Replies: 8
Views: 1738

How is your 'reject link' configured? :?
by chulett
Tue Sep 04, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job status display
Replies: 3
Views: 779

Re: job status display

cosec wrote:Also if records are rejected it does not say if n rows were rejected..

That only happens if you have the 'Reject row' option checked in the constraint for that link.
by chulett
Mon Sep 03, 2007 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help with nested if in shell script
Replies: 1
Views: 701

You need to use 'else if' rather than nested ifs directly. And you spell it 'elif'.
by chulett
Mon Sep 03, 2007 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: avoid index rebuild in write mode
Replies: 5
Views: 2711

DIRECT=FALSE gives you a conventional load, which means normal INSERT statements using a bind array buffer which doesn't disable or rebuild your index. Also note you can only use the PARALLEL option with direct path loads.
by chulett
Mon Sep 03, 2007 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not changing the status of job even after stopping
Replies: 5
Views: 1067

If you know for certain the job is not actually running, use the Clear Status File option from the Director to tell DataStage it is no longer running and to enable you to restart the job.
by chulett
Mon Sep 03, 2007 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: if then else
Replies: 11
Views: 22635

Ok, that makes more sense. You need two if-then-else expressions, not just "two else conditions". Psuedo-code for the TARGETCOL derivation: If ColumnA = 'dsx' Then TARCOL1 Else If IsNull(TARCOL2) Then TARCOL3 Else TARCOL2 You'll need to add link names and make it all PX-like (not sure about ...
by chulett
Mon Sep 03, 2007 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2else statements
Replies: 5
Views: 1329

Nothing about your requirement is clear or you'd have an answer by now. Let's stay back in your first post.
by chulett
Mon Sep 03, 2007 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: if then else
Replies: 11
Views: 22635

Let's try again. This makes no sense as you've said it is a source column: "if this column values is also null then populate TARCOL3." Stop saying the same thing over and over and rephrase it so it makes more sense. Which column is 'this column'? All I can gather right now is if ColumnA = 'dsx' then...
by chulett
Mon Sep 03, 2007 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2else statements
Replies: 5
Views: 1329

I know - I see now you already have a post on this very subject. Starting a second does nothing but cause unnecessart double-work.

Please use your original post to continue this conversation.