running job new version of job without compiling sequence

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

running job new version of job without compiling sequence

Post by harryhome »

Hi,

I have on sequence (run restart) with 14 jobs. This sequence run fine till 12 jobs and failed on job 13th in test env.

Now for job 13th we have develop on fix in develpment env. fix was to change transaction size on odbc stage which is inserting data into database from 0 to 2000.

Question is when we will move the 13th job in QA env from development, we want to run the restartable sequence from point it failed. can we just re run the sequence once we move 13th job from dev env to test env? and sequence will start from 13th job and will pick up the new change transaction size = 2000
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes.
-craig

"You can never have too many knives" -- Logan Nine Fingers
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Just to add, unless there is a change in job parameters, it should be fine.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply