Search found 42189 matches
- Fri Jun 17, 2005 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Schedule job in director every hour without instances
- Replies: 11
- Views: 2519
- Fri Jun 17, 2005 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:- ORA-01008: not all variables bound from jobs
- Replies: 23
- Views: 10419
- Fri Jun 17, 2005 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data source name not found
- Replies: 3
- Views: 2741
- Fri Jun 17, 2005 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to use the Exception_Handler
- Replies: 4
- Views: 1038
It's not that it can't handle a sequencer job with 'multiple paths', its just that its original functionality was to handle failures in the Sequencer itself. Job failures run by the sequencer are handled by triggers off the Job Activity stage. Your 'better/easier way' is to upgrade to 7.5. Pretty su...
- Fri Jun 17, 2005 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sparse lookup
- Replies: 2
- Views: 1415
No. Doing so would mean no parallelism.
Read vmcburney's reply here for a nice discussion on 'between' conditions and the sparse lookup.
Read vmcburney's reply here for a nice discussion on 'between' conditions and the sparse lookup.
- Thu Jun 16, 2005 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Warning limits - Yes, I know it's an old topic!
- Replies: 11
- Views: 4785
Re: Problem with Warning limits - Yes, I know it's an old to
I believe the 50 warnings limit before the job aborts is coded within DS and you can't change that. What I normally do is fix the cause of the problem, if you are generating duplicates then try to find a way to dedupe for instance. Very true, the best way to solve any problem like this is to ensure...
- Thu Jun 16, 2005 10:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Environment Variables
- Replies: 7
- Views: 1292
Welcome aboard. Typically, you define a Job Parameter and assign it the value of the environment variable. You then use it in your job like any other parameter. You will, however, need to clarify what exactly this means before we can make any meaningful comments: Basically, I have used env variable ...
- Thu Jun 16, 2005 9:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Warning limits - Yes, I know it's an old topic!
- Replies: 11
- Views: 4785
- Thu Jun 16, 2005 9:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trouble importing OracleOCI definitions
- Replies: 9
- Views: 1577
It's called "Filter" before the table names are listed. Sometimes "Advanced". And unfortunately it doesn't exist in the OCI stages. Is there a way to filter out what tables to get from the database, instead of having to get the list of ALL tables? What could be the cause of this delay? What delay i...
- Thu Jun 16, 2005 6:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New EtlStats soon
- Replies: 34
- Views: 13529
- Thu Jun 16, 2005 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Schedule job in director every hour without instances
- Replies: 11
- Views: 2519
- Thu Jun 16, 2005 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to use the Exception_Handler
- Replies: 4
- Views: 1038
From the Developer's Guide: An exception activity handles the situation where a job in the sequence fails to run (other exceptions in the job sequence are handled by triggers). An exception activity can only have a single unconditional output trigger, so does not require a Triggers page. It has no i...
- Thu Jun 16, 2005 12:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:- ORA-01008: not all variables bound from jobs
- Replies: 23
- Views: 10419
- Thu Jun 16, 2005 12:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need help on lookup stage
- Replies: 4
- Views: 1195
- Thu Jun 16, 2005 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Req for list of possible values and descrip for Job codes
- Replies: 7
- Views: 4782
Re: I'm similarly confused
StefL wrote:However, dsjob seems to report 0 as status code regardless if the -wait option is used or not.
Use -jobstatus rather than -wait if you want the codes you've listed to be returned by dsjob.