Search found 42189 matches
- Wed Nov 26, 2008 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding months to Date in Server Edition
- Replies: 6
- Views: 4226
- Tue Nov 25, 2008 10:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: file creation
- Replies: 7
- Views: 1739
- Tue Nov 25, 2008 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSSetUserStatus value is not returning properly
- Replies: 3
- Views: 2190
- Tue Nov 25, 2008 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Jobs. Design issue or not ?
- Replies: 9
- Views: 5945
No, that's not the cause. I routinely use a Sequencer as the end point in a job flow so there's a trigger to check on the last Job Activity ("automatically handle") and there's never a "did not exit" message in the log since there's no exiting link. I think the OP only gave us the "meat" of the desi...
- Tue Nov 25, 2008 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Email Notification Activity
- Replies: 2
- Views: 1026
- Tue Nov 25, 2008 2:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Jobs. Design issue or not ?
- Replies: 9
- Views: 5945
True, in looking back I typically only exit the loop When Something Goes Horribly Wrong so don't mind the "did not complete" message. However, the Sequencer message confuseth me a little, I thought that would only being output for Sequencer objects set to "All" when some but not all conditions were ...
- Tue Nov 25, 2008 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Jobs. Design issue or not ?
- Replies: 9
- Views: 5945
- Tue Nov 25, 2008 12:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing XML strings to Database
- Replies: 5
- Views: 1045
- Tue Nov 25, 2008 11:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing XML strings to Database
- Replies: 5
- Views: 1045
- Tue Nov 25, 2008 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditioning for Before SQL Statement
- Replies: 1
- Views: 990
- Tue Nov 25, 2008 10:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Stage Error
- Replies: 5
- Views: 2674
Unfortunately, I don't "do Windows" so to speak, so don't know all the gotchas for setting up Oracle connectivity there. I'm sure others do, however. I'm guessing you need the Windows equivalent of the "shared library path" setup, something which is a separate environment variable under UNIX but I'm...
- Tue Nov 25, 2008 9:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Stage Error
- Replies: 5
- Views: 2674
#1 sets the value for DataStage jobs when they run. #2 sets it for everything all the time. In both cases you should have added the Oracle information to whatever existed there, not replaced what was there with it. And this is on the DataStage Server, yes? Not your client PC I assume. You don't need...
- Tue Nov 25, 2008 9:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Stored procedure from DataStage Server job
- Replies: 4
- Views: 3537
- Tue Nov 25, 2008 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UserDefined Function output is empty when called from DS job
- Replies: 9
- Views: 6621
- Tue Nov 25, 2008 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Stage Error
- Replies: 5
- Views: 2674
Re: Oracle Enterprise Stage Error
Also, I have to specify PATH as ORACLE_HOME/bin directory. I did all that, but no luck. Where exactly did you set this? And you added this to your current PATH statement, yes? You'd either need to spell out the complete path or use the Windows substitution characters for that to work correctly: %OR...