Search found 42189 matches

by chulett
Fri Jun 09, 2006 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract data from Oracle 9i and 10g
Replies: 9
Views: 1280

Sure you can, but you are still restricted to the fact that you can only point to one Oracle Client in your Server. So there's really no reason to use the other stage. You can and it will typically work but it will also generate odd errors on occassion, depending on exactly what you are doing. Been ...
by chulett
Fri Jun 09, 2006 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job control routine
Replies: 3
Views: 1250

Why don't you have 'sequencer accessability'? :?

For someone new to DataStage, you are taking the 'harder to learn and maintain' job control path...
by chulett
Fri Jun 09, 2006 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VBScript return value to Datastage
Replies: 5
Views: 5081

Turn off 'Automatically handle activities that fail' - a routine that does not return zero is considered to have failed. It's in the help.
by chulett
Fri Jun 09, 2006 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract data from Oracle 9i and 10g
Replies: 9
Views: 1280

You can't use 'both stages' in one job if you have both - they are mutually exclusive as noted in the documentation. Well, actually you can but the job won't run and you'll get all kinds of goofy 'put' errors. When you are dealing with multiple Oracle versions, you need to play the 'least common den...
by chulett
Fri Jun 09, 2006 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage Input/Output
Replies: 9
Views: 2239

Not sure exactly what you mean by 'blocks', examples might be good. Did you import the metadata for this file or did you create the XPath expressions manually? If you have repeating elements, did you mark the 'lowest level' as a Key?
by chulett
Fri Jun 09, 2006 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute SQL query in sequence.
Replies: 7
Views: 5492

SQL script in the Execute Command stage.
by chulett
Thu Jun 08, 2006 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for mutex
Replies: 26
Views: 11911

Not buggy, per se - but you are making it do more work than necessary. If you do not assert a sort order in the Aggregator stage, it has no idea what order the incoming data is in. It then errs on the side of caution and so needs to take all of the incoming data into the stage, order and then aggreg...
by chulett
Thu Jun 08, 2006 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cleanest method to truncate a table- no inserting rows...
Replies: 14
Views: 5334

Would you be opposed to using an ODBC stage for this? It will support a link with a dummy column that is not bound into the sql and your user-defined sql can be simply 'TRUNCATE TABLE XXXX'.

Done that before as well.
by chulett
Thu Jun 08, 2006 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cleanest method to truncate a table- no inserting rows...
Replies: 14
Views: 5334

Why do you need User Defined SQL? As you've found, that's going to cause you nothing but grief trying to bind things. The DRS stage when set to Oracle has two truncate Update actions: Truncate only Truncate table then insert rows Seems like either would work for you, considering you aren't planning ...
by chulett
Thu Jun 08, 2006 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for mutex
Replies: 26
Views: 11911

rwierdsm wrote:Then the sort in the aggregator, while it won't hurt, will be incidental.

Actually, asserting the 'sort' order in the Aggregator is required or else all your database sorting will be wasted. :wink:
by chulett
Thu Jun 08, 2006 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COBOL EXTRACT
Replies: 9
Views: 1724

Much mo' betta! :lol:
by chulett
Thu Jun 08, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJ.JPBLASTTIMESTAMP in Function
Replies: 3
Views: 1214

Look at the dsapi.h file installed under your DSEngine/include folder.
by chulett
Thu Jun 08, 2006 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert char to number
Replies: 10
Views: 2124

How do you propose to convert a character into a number? What are your rules?
by chulett
Thu Jun 08, 2006 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If one row reject then I want reject all and stop the job
Replies: 13
Views: 2400

That would work, unless they need to know how many rejects occurred... or would have occurred. That was my impression. :?
by chulett
Thu Jun 08, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COBOL EXTRACT
Replies: 9
Views: 1724

Thurmy - please edit your post. Wrap your indented code in 'Code' tags. Disable smileys. :wink: