Search found 53125 matches

by ray.wurlod
Fri Nov 09, 2007 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage
Replies: 8
Views: 2647

If num_rec is your join key you will NEVER see 000129 in a left outer join. In a left outer join you will only see matching key values (000123) or NULL.
This is the definition of a left outer join.
by ray.wurlod
Fri Nov 09, 2007 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_CONFIG1000
Replies: 12
Views: 3416

Have you checked for internal corruption? Try a query against RT_CONFIG1000.
by ray.wurlod
Fri Nov 09, 2007 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Build Tab in Parallel Build stage
Replies: 1
Views: 878

You could have asked someone else at your site (if it's WF) - there's a lot of experience there.
by ray.wurlod
Fri Nov 09, 2007 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implement how to split MultiList values of a column
Replies: 15
Views: 3850

Create the number of columns that will accommodate the maximum possible number of delimited values and set them to null if missing.
by ray.wurlod
Fri Nov 09, 2007 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup if then else in EE edition??
Replies: 4
Views: 1466

Just set your Lookup Failed rule to Continue, propagate column A to the output as well, and check downstream in a Transformer stage whether C is null - if so use A otherwise use C.
by ray.wurlod
Fri Nov 09, 2007 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to verify that Batch jobs actually ran successfully
Replies: 6
Views: 1814

Youse guys have forgotten!!! The kind of batch scottopizza is talking about is the simple job sequence that can be (and always has been able to be) created in Director. It runs like a regular job, but has a funny name (its name begins with "Batch::"). These are regular job control routines but are a...
by ray.wurlod
Fri Nov 09, 2007 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle ODBC connection
Replies: 2
Views: 1366

Are you using the same user ID/password in the authentication fields in the DRS? Are you the owner of the said tables? (If not, try qualifying the table with the owner name in the DRS stage.)
by ray.wurlod
Fri Nov 09, 2007 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 3588

I read the problem as the more general one where, if the second column is 1 you need a lookup WHERE KEYVALUE LIKE '?%' but, if the second column is 2 you need a lookup WHERE KEYVALUE LIKE '%?%' - you can not do the both in the same Transformer stage. You also can't solve it using Hashed File stages.
by ray.wurlod
Thu Nov 08, 2007 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_CONFIG1000
Replies: 12
Views: 3416

Try a Search for this particular error message (leave out the number). Curiously you are not the first to have encountered it.
by ray.wurlod
Thu Nov 08, 2007 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with TMP directory
Replies: 5
Views: 1960

Both temporary directory and scratch space should ALWAYS be local disk - just think for a moment how they're used. Resource disk should also be local disk wherever possible.
by ray.wurlod
Thu Nov 08, 2007 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting particular category of jobs using command line
Replies: 4
Views: 1396

Umm... no. My bad.

I don't think this is possible from the client side.
by ray.wurlod
Thu Nov 08, 2007 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRSStage ORA-03113 or Transaction size out of bounds errors
Replies: 5
Views: 3057

They were going to use 1313 as the error code, but that number had already been taken for The Munsters' address.
:lol:
by ray.wurlod
Thu Nov 08, 2007 9:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC NLS
Replies: 1
Views: 3564

:D Well done for solving the problem.

Can you now mark the thread as Resolved?
by ray.wurlod
Thu Nov 08, 2007 8:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 3588

Two Transformer stages, with the second lookup being conditional upon success of the first (a constraint in the first Transformer stage). Use other output links if needed to capture rows that fail either lookup.
by ray.wurlod
Thu Nov 08, 2007 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run and Reset if Required
Replies: 13
Views: 14102

Craig has almost certainly identified the problem, without saying so. I believe that the TWS process has not executed the DataStage dsenv script and therefore does not have the appropriate environment variables set. Once you post the actual error messages we will be on firmer ground with our diagnos...