Search found 42189 matches

by chulett
Wed Jan 17, 2007 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: <transform> Error when checking composite operator: g+
Replies: 11
Views: 6013

Make sure the proper C++ compiler is installed that the version was certified to work with. It is very picky and will not work with other compilers. Your "g+" in the subject is actually "g++" in the errors and is a GNU compiler - is that what you are trying to use? :?
by chulett
Wed Jan 17, 2007 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restart ABortd Sequence
Replies: 6
Views: 1650

I've got a much more complicated loop that still basically does the same thing - a mixture of Server and Sequence jobs, most running inside a Loop (but not all) - and I have no such issue with restarts. You mentioned that you have 'Reset if required' set for the Server jobs but don't mention it for ...
by chulett
Wed Jan 17, 2007 9:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 5922

'Custom' as in a user written plug-in? Or is this something that only ships with the Windows version of DataStage?
by chulett
Wed Jan 17, 2007 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 5922

[sigh] What "plug-in" stage? There are... several.. and I refuse to guess anymore what you are doing.
by chulett
Wed Jan 17, 2007 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 5922

There is no 'command' stage in Server jobs. :?
by chulett
Wed Jan 17, 2007 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle no rows situation from oracle
Replies: 7
Views: 1224

I'm assuming Roy moved it.
by chulett
Wed Jan 17, 2007 9:08 am
Forum: General
Topic: Unable to initialize ORAOCI9 plug-in
Replies: 8
Views: 4404

Check the contents of the dsenv file. Somewhere in it, the environment variable ORACLE_HOME must be set and match where your client is installed. Also, your SHLIB or SHARED_LIB 'path' variable must have $ORACLE_HOME/lib or $ORACLE_HOME/lib32 added to it, depending on your platform and if your Oracle...
by chulett
Wed Jan 17, 2007 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected project : Is this a bug??
Replies: 21
Views: 8035

Well past time you took this question to Support and asked the source, I would think. :wink:

Also, for the morbidly curious in the audience - why isn't "Going down the path of datastage version control and promotion" an option for you?
by chulett
Wed Jan 17, 2007 8:22 am
Forum: General
Topic: Unable to initialize ORAOCI9 plug-in
Replies: 8
Views: 4404

You need to configure DataStage for Oracle. Did you follow the steps noted in the Plug-In Configuration pdf? Add the appropriate entries to your dsenv file and recycled DataStage? Have an Oracle client installed on the DataStage server?

All are needed before the stage can function.
by chulett
Wed Jan 17, 2007 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to openup Job Activity Property
Replies: 21
Views: 5869

Both steps assume you have an active support contract for the product...
by chulett
Wed Jan 17, 2007 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Job Variables in a stage and accessing it in another
Replies: 10
Views: 3281

Actually, I can not use link for passing this max_tid value because I have to pass this value between two *transformer* stages, so second transformer stage treats the link as a *lookup*. This confuses me. I specifically meant add it to the link between the two *transformer* stages, that's what link...
by chulett
Wed Jan 17, 2007 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to openup Job Activity Property
Replies: 21
Views: 5869

It's certainly there and not all that hard to find. :?

First step - log in! From the LHS navigator click 'Software Updates'. At the bottom of the page now shown, click 'All DataStage Recommended patches'.

Third one down.
by chulett
Wed Jan 17, 2007 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of a Stored Procedure stage
Replies: 6
Views: 2293

As with all 'abnormal termination' errors, you need to reset the job from the Director and let us know if an entry labelled 'From previous run...' is logged. If it does, post the contents.
by chulett
Wed Jan 17, 2007 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling out Text in between tags
Replies: 11
Views: 2405

So, no one is interested in treating it as an XML snippet and seeing if the XML Input stage could parse it? :?
by chulett
Tue Jan 16, 2007 6:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Discrepancies in DEV and QA Environments
Replies: 15
Views: 3866

Just based on the fact that it can't happen with generated sql, the assumption would be that it must be some form of user defined which simply selects the field without the 'cast' that DataStage expects for the target datatype. Odd that it worked in one environment but not the other when sourced fro...