Search found 42189 matches
- Thu Sep 18, 2008 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling sql query from unix
- Replies: 11
- Views: 2856
- Thu Sep 18, 2008 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call Job Sequence from another job
- Replies: 4
- Views: 1304
Re: Call Job Sequence from another job
Our requirement is to control a Job Sequence from another job(in job control). Is it possible to do it or is there any other alternative available to acheive the same. Of course there are alternatives. I, for one, would not run a Sequence job from the Job Control tab of another job. One alternative...
- Thu Sep 18, 2008 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to provide 2 or more Repetition Keys in XML input stage?
- Replies: 1
- Views: 816
- Thu Sep 18, 2008 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ascential Datastage
- Replies: 5
- Views: 1691
- Thu Sep 18, 2008 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Simulating AutoPurge
- Replies: 6
- Views: 1218
- Wed Sep 17, 2008 3:16 pm
- Forum: General
- Topic: Re: Connectivity issue between DataStage and Orace 10G
- Replies: 5
- Views: 5014
- Wed Sep 17, 2008 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scientific Notation conversion
- Replies: 5
- Views: 5425
If you've figured out something that's not here in the forums, can you please do a couple of things? First would be to mark the thread as Resolved (button at the top of the screen) and secondly post back and let us know what your solution was? It will be of service to any future searchers with the s...
- Wed Sep 17, 2008 1:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scientific Notation conversion
- Replies: 5
- Views: 5425
- Wed Sep 17, 2008 10:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checkpoints in Job Sequences
- Replies: 5
- Views: 1990
That's because it thinks it failed so needs to be rerun. Try using different triggers from it to the first job, I believe the Unconditional trigger is confusing it (and us). The routine had a unconditional link to Job1, and a fail trigger to a dummy sequencer. Change the "Unconditional" trigger to a...
- Wed Sep 17, 2008 10:13 am
- Forum: General
- Topic: Re: Connectivity issue between DataStage and Orace 10G
- Replies: 5
- Views: 5014
- Wed Sep 17, 2008 10:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job log issue
- Replies: 5
- Views: 1444
Then it's done and your log is just trying to catch up. Use CLEAR.FILE from the Administator if you know the job number:
Where nnnn is the job number in question.
Code: Select all
CLEAR.FILE RT_LOGnnnnWhere nnnn is the job number in question.
- Wed Sep 17, 2008 10:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job log issue
- Replies: 5
- Views: 1444
- Wed Sep 17, 2008 10:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checkpoints in Job Sequences
- Replies: 5
- Views: 1990
Re: Checkpoints in Job Sequences
All the activities are set to be skipped if a failure occurs. Is this your 'Do not checkpoint' comment from before? If so, you misunderstand the option. By default, completed activities are skipped on a 'Restart'. By enabling 'Do Not Checkpoint' you are saying that you always want that stage to run...
- Wed Sep 17, 2008 9:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI Date Conversion failed
- Replies: 4
- Views: 4870
Actually, i kept them as it is initially and did the "View Data" but then i got the error saying "Attempt to convert string value '01-SEP-01' to Timestamp type unsuccessful". But i checked the source datatype in table table and it is actually a date format. Datatype is only one piece of the puzzle....
- Wed Sep 17, 2008 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checkpoints in Job Sequences
- Replies: 5
- Views: 1990
Re: Checkpoints in Job Sequences
All the activities are set not be checkpointed (so that, in case of failure, next execution will start in the failed job). I set things so that job2 fails. You mean the Routine Activity stage is the only one to be not checkpointed, yes? Understand that checkpoints only work if the Sequence job abor...