Search found 42189 matches
- Fri Sep 10, 2004 11:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file maximum number of columns
- Replies: 11
- Views: 4010
can you give me more explanation about your answer or show me an example of code you use in your job control... Don't really have an example handy, but perhaps a quick overview would help. One thing I'd suggest is for you to build an example Sequencer job and have it run several jobs at the same ti...
- Fri Sep 10, 2004 10:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automatically handle activities that fail.
- Replies: 9
- Views: 4239
Hmm... not really using this feature of Sequence jobs, so not sure about some of the subtleties. Question - what other triggers do you have off the routine? Do you have an 'Otherwise' trigger or something else that handles what it would consider 'failures'? From what I recall from reading the releas...
- Fri Sep 10, 2004 8:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automatically handle activities that fail.
- Replies: 9
- Views: 4239
- Fri Sep 10, 2004 8:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Error Not a group by Expression
- Replies: 8
- Views: 3173
- Fri Sep 10, 2004 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Error Not a group by Expression
- Replies: 8
- Views: 3173
- Fri Sep 10, 2004 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle 10G with DataStage 6.0r3
- Replies: 4
- Views: 1469
- Fri Sep 10, 2004 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automatically handle activities that fail.
- Replies: 9
- Views: 4239
Check this post and see if it helps.
- Fri Sep 10, 2004 9:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Aggregator
- Replies: 2
- Views: 659
The answer is... depends. On many things, like the setup and speed of your database and database server versus your DataStage server. Only way to really know is to do it both ways and see. At the very least, order your output rows to support the aggregation you are doing and mark the 'Sort' columns ...
- Fri Sep 10, 2004 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file maximum number of columns
- Replies: 11
- Views: 4010
Sure, that's what I thought you meant but wanted to be sure. We do this very thing via Job Control wrappers, the utilities that execute each job. One of the 'parameters' associated with each job is a threshold much like you mention. The job control code constantly monitors the execution time versus ...
- Fri Sep 10, 2004 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Analyzing directory Hash Files
- Replies: 6
- Views: 2788
- Fri Sep 10, 2004 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird DS problem - Interface doesn't open up...
- Replies: 8
- Views: 2293
- Fri Sep 10, 2004 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file maximum number of columns
- Replies: 11
- Views: 4010
- Thu Sep 09, 2004 8:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Upgrade from 5.1 to 7.5
- Replies: 3
- Views: 1338
- Thu Sep 09, 2004 8:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird DS problem - Interface doesn't open up...
- Replies: 8
- Views: 2293
- Thu Sep 09, 2004 1:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Non-numeric character in datetime or interval?
- Replies: 2
- Views: 3206
Yerk. Can't help with the DB2 problem, but can with the Oracle one. You really need to read the pdf docs for the OCI plugin, it explains what format each datatype is expecting in the stage. Dates are expected to be handled as a Timestamp data type and should be in the following format: YYYY-MM-DD HH...