Search found 42189 matches
- Sat Jun 26, 2010 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsapi_slave.exe - Orphan process
- Replies: 6
- Views: 5130
- Fri Jun 25, 2010 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to return the return code of BTEQ to Datastage Routine.
- Replies: 3
- Views: 3313
There's probably more to it than that, if it works anything like sqlplus. It will begin and exit just fine as nothing went wrong with the session itself and could care less that everything you ran in the session blowed up. You may need to take extra steps to detect those problems, as I mentioned in ...
- Fri Jun 25, 2010 11:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to return the return code of BTEQ to Datastage Routine.
- Replies: 3
- Views: 3313
You need to incorporate some mechanism in your script to capture those BTEQ errors and propogate them back up to DataStage. I've had the same issue in the past with sqlplus, all the script (and thus DataStage) knew what that it successfully launched the sqlplus session. It had no clue that the sql i...
- Fri Jun 25, 2010 11:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Heirarchy Logic
- Replies: 14
- Views: 4232
- Fri Jun 25, 2010 10:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage 8.1 Installation
- Replies: 4
- Views: 4316
The key information seems to be this: Graphics environment not configured correctly. Refer to Release Notes for instructions to resolve this problem. Have you referred to the release notes yet? Seems like one of those kind of things related to where you may be running this - may need to be from the ...
- Fri Jun 25, 2010 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsapi_slave.exe - Orphan process
- Replies: 6
- Views: 5130
- Fri Jun 25, 2010 10:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL0407N - DB2 null value problem
- Replies: 14
- Views: 7625
- Fri Jun 25, 2010 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL0407N - DB2 null value problem
- Replies: 14
- Views: 7625
- Fri Jun 25, 2010 8:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read selected rows using sequential file
- Replies: 8
- Views: 2829
- Fri Jun 25, 2010 7:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Elapsed Times
- Replies: 10
- Views: 3406
- Fri Jun 25, 2010 6:09 am
- Forum: General
- Topic: .isx format in Datastage export
- Replies: 10
- Views: 16633
- Fri Jun 25, 2010 6:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record Count
- Replies: 3
- Views: 1514
When does this 'abort' need to happen? Any check like that can be made well before it ever hits a DataStage job, if that's what you need. Or you could count it first, pass that count to the job and have it validate that count as part of its processing... usually involving an Aggregator doing the cou...
- Fri Jun 25, 2010 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can we use mail and html or URL as a source in Datastage
- Replies: 5
- Views: 1503
- Fri Jun 25, 2010 6:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join behaves strangely
- Replies: 20
- Views: 5675
- Fri Jun 25, 2010 5:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle 8i to Oracle 9 through datastage 8.1
- Replies: 11
- Views: 3933
I've personally seen much more evidence of 'forwards' compatability rather than backwards, but of course there is. However, it's not all all inclusive matrix. Found this online, however as with the poster of this information, I have no MetaLink access either so cannot confirm: According to the guys ...