Search found 42189 matches
- 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
- 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 ...
- Wed Jan 17, 2007 9:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command stage
- Replies: 33
- Views: 5922
- Wed Jan 17, 2007 6:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command stage
- Replies: 33
- Views: 5922
- Wed Jan 17, 2007 5:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command stage
- Replies: 33
- Views: 5922
- 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
- 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...
- 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
- Wed Jan 17, 2007 8:22 am
- Forum: General
- Topic: Unable to initialize ORAOCI9 plug-in
- Replies: 8
- Views: 4404
- 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
- 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...
- 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
- 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
- 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
- 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...