Search found 42189 matches
- Tue Mar 06, 2007 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort (Not Stop) a subsequence
- Replies: 12
- Views: 3530
The fundamental question here is - How to run a Sequence job that has finished as Stopped\Restartable without explicitly recompiling or resetting it? That's a different question than the one we started with - and one you'd need to pose to Support. I agree - it makes no sense to mark it as 'Restarta...
- Tue Mar 06, 2007 6:28 pm
- Forum: General
- Topic: ORAOCIBL STAGE
- Replies: 5
- Views: 1967
#1. Without knowing your specifics, a qualified Yes. #2. No. That is a bulk loader stage, not OCI, so it only does inserts. That doesn't mean you can't use it however. You could leverage Oracle by bulk loading your changes into a work table and then issuing a MERGE command. Talk to your DBA to see h...
- Tue Mar 06, 2007 11:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort (Not Stop) a subsequence
- Replies: 12
- Views: 3530
Also, Craig relying on the 'Automatically handle activities that fail' option alone does not work since the subsequence does NOT stop or abort, although the MasterSequence aborts. Just wanted to check before we spent too much time on a more... esoteric... solution. In my other comment, I just meant...
- Tue Mar 06, 2007 10:35 am
- Forum: Enhancement Wish List
- Topic: up the 99 project limit... and more
- Replies: 27
- Views: 11104
- Tue Mar 06, 2007 10:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File Performance
- Replies: 30
- Views: 5036
- Tue Mar 06, 2007 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort (Not Stop) a subsequence
- Replies: 12
- Views: 3530
I don't think I've got a job with this issue - a 'normal' job and a Sequence job at the same level and a failure of the normal job needs to abort the Sequence. So you've got an Exception Handler and an explicit Terminator at this level as well? What happens when you take those out and just rely on t...
- Tue Mar 06, 2007 10:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with execute_command activity
- Replies: 32
- Views: 10003
- Tue Mar 06, 2007 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File Performance
- Replies: 30
- Views: 5036
- Tue Mar 06, 2007 9:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with execute_command activity
- Replies: 32
- Views: 10003
WaitForFileTest..JobControl (ExecSH): Executed command: mv /ascential/datastage/70/d02/test.txt /ascential/datastage/70/d02/test.arc *** No output from command *** That all looks fine. What makes you think it didn't work? There is no 'output from command' when it works properly - it just renames th...
- Tue Mar 06, 2007 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File Performance
- Replies: 30
- Views: 5036
- Tue Mar 06, 2007 8:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with execute_command activity
- Replies: 32
- Views: 10003
well in the execute_command stage , in exeCommand tab under command i have given this command mv #Path#/#OldFile# #Path#/#NewFile# and in the parameter i have not given anything . What happened to your assurances that you'd put the parameter portion of this command into the Parameter area? What hap...
- Tue Mar 06, 2007 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File Performance
- Replies: 30
- Views: 5036
- Tue Mar 06, 2007 8:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with execute_command activity
- Replies: 32
- Views: 10003
mv #Path#/OldFile# #Path#/#NewFile# Well, there's one obvious problem - assuming this accurately represents what is in your job, you are missing a 'hash' or 'pound' sign: mv #Path#/#OldFile# #Path#/#NewFile# However, since none of the properly formatted job parameters were translated in the log, yo...
- Tue Mar 06, 2007 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion
- Replies: 8
- Views: 2359
- Tue Mar 06, 2007 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Scheduling
- Replies: 20
- Views: 8470
Thats good to see that. According to document its both AT and CRON. Not sure where, what is been used. Yes, both - and it depends on whether your scheduling request is a 'recurring' request or not. A 'one time' request - run this job next Tuesday at 8AM - will be scheduled using AT. One that repeat...