Search found 42189 matches
- Tue May 19, 2009 12:35 pm
- Forum: General
- Topic: SQL ODBC Issue
- Replies: 6
- Views: 1842
- Tue May 19, 2009 12:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Range lookup issue
- Replies: 18
- Views: 5126
Regardless of your query logic, you must follow the lookup rules: 1) Every column used in the 'where' must be marked as a key. 2) ? bind variables are positional so order your keys to match. 3) All columns defined in the stage must be selected in your SQL. Ancillary rule: 4) If you need to use a key...
- Tue May 19, 2009 12:13 pm
- Forum: General
- Topic: SQL ODBC Issue
- Replies: 6
- Views: 1842
- Tue May 19, 2009 12:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading date from the file name
- Replies: 4
- Views: 1504
I asked because I'm not that much into guessing what the problem or question might be anymore, and would prefer people learn how to ask for help. :idea: Always make sure your question / issue is clear and you've attempted to provide enough information so that (ideally) people can get right to the 's...
- Tue May 19, 2009 10:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading date from the file name
- Replies: 4
- Views: 1504
- Tue May 19, 2009 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to load subroutine.
- Replies: 1
- Views: 1398
- Tue May 19, 2009 9:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Runnning a data stage job continiously
- Replies: 8
- Views: 5706
The only thing that is safe to run 'continuously' is an RTI enabled / SOA / WISD job. I wouldn't even consider anything else. At the very least, give it a breather, a chance to stop and restart again - for example, run it over 'business hours' and then let it sit idle for some period at night... or ...
- Tue May 19, 2009 9:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to find a free dynamic SQL instance
- Replies: 7
- Views: 2494
- Tue May 19, 2009 9:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML output Stage
- Replies: 4
- Views: 2163
- Tue May 19, 2009 9:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to find a free dynamic SQL instance
- Replies: 7
- Views: 2494
No, DataStage doesn't but your Oracle database will definitely have limits configured in. Check with your DBA as there can be limits at both the listener, db and session levels. Remember, each stage is a connection, multiply that by the number of nodes you are running and account for any other jobs ...
- Tue May 19, 2009 9:30 am
- Forum: General
- Topic: Datastage project inaccessible
- Replies: 5
- Views: 2310
- Tue May 19, 2009 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Range lookup issue
- Replies: 18
- Views: 5126
- Tue May 19, 2009 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequence does not compile
- Replies: 9
- Views: 3462
- Tue May 19, 2009 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML output Stage
- Replies: 4
- Views: 2163
- Tue May 19, 2009 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to I want to keep list Category for jobs not compiled.
- Replies: 2
- Views: 1203
So... you have a list in a text file of uncompiled jobs and you want to know how to find their category?
Code: Select all
SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'JobName';