Search found 42189 matches
- Fri Mar 25, 2011 8:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Arithmetic overflow into SQl server bulk loader
- Replies: 4
- Views: 2356
- Fri Mar 25, 2011 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: If statement I never seen before
- Replies: 3
- Views: 1450
- Fri Mar 25, 2011 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert to MM/DD/YYYY HH:MI:SS AM/PM format in Server job
- Replies: 10
- Views: 11902
Right... something that Oracle would have told you if you ran that same sql in something like Toad. And that's something else you're going to have to contend with - DSExecute returned a zero simply because it was able to run sqlplus, it doesn't care that your SQL failed. From what I recall, I believ...
- Fri Mar 25, 2011 12:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading files into Oracle tables
- Replies: 4
- Views: 4160
- Fri Mar 25, 2011 11:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert to MM/DD/YYYY HH:MI:SS AM/PM format in Server job
- Replies: 10
- Views: 11902
- Fri Mar 25, 2011 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert to MM/DD/YYYY HH:MI:SS AM/PM format in Server job
- Replies: 10
- Views: 11902
As noted, just load the date as is, you are wasting your time and energy doing an unneccesary conversion. Your problem is leaving the 'to_date' parts exposed so DataStage tries to interpret them and fails. Keep everything inside your strings as you build Cmd3 except for the parameter values you want...
- Fri Mar 25, 2011 10:31 am
- Forum: General
- Topic: How to use the exception handler
- Replies: 18
- Views: 5341
- Fri Mar 25, 2011 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert to MM/DD/YYYY HH:MI:SS AM/PM format in Server job
- Replies: 10
- Views: 11902
If your target is Oracle, there's absolutely no need to 'convert' that date format, simply load it as is with the appropriate TO_DATE mask. However, you can't simply use DSExecute to perform a sql INSERT unless you're not showing us critical (but missing) pieces of the puzzle. You could use sqlplus ...
- Fri Mar 25, 2011 9:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert to MM/DD/YYYY HH:MI:SS AM/PM format in Server job
- Replies: 10
- Views: 11902
- Fri Mar 25, 2011 7:52 am
- Forum: General
- Topic: Passing file name as a parameter to a sequence Job
- Replies: 2
- Views: 1282
- Fri Mar 25, 2011 7:47 am
- Forum: General
- Topic: Creating reports from the command line
- Replies: 5
- Views: 1767
- Fri Mar 25, 2011 7:22 am
- Forum: General
- Topic: How to use the exception handler
- Replies: 18
- Views: 5341
- Fri Mar 25, 2011 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dastage client hanging when accessing Oracle EE Stage
- Replies: 3
- Views: 1700
Then you need to do a more thorough uninstall it seems. See if this helps.
- Fri Mar 25, 2011 6:51 am
- Forum: General
- Topic: How to use the exception handler
- Replies: 18
- Views: 5341
Re: How to use the exception handler
Can't be done with any stage inside the sequence. That's something your external job control will need to handle.tanaya.deshpande@tieto.co wrote:sequence should run three times in case it aborts and after 3rd time it should stop