why is it necessary to recompile if a job aborts?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

why is it necessary to recompile if a job aborts?

Post by zulfi123786 »

hi,

My job got aborted due to network issue i a need to recompile in order to re run it. I want to know why it is always necessary to recompile if a job aborts, is there any specific reason???
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The assumption on which your question is predicated is false. It is not necessary to recompile after a job aborts.

It is sufficient to reset. This is a special run mode, to get things back to as they were (as far as is possible) as at the start of the aborted run.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Katie09
Participant
Posts: 15
Joined: Sun Jan 11, 2009 5:45 pm
Location: Sheffield

Post by Katie09 »

Hi...
It is not necessary to recompile the job, if it is failed..

Even if you reset the job , job can run.
Compile is needed if you are doing any change to job..

hope this helps
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Katie09 wrote:Hi...
It is not necessary to recompile the job, if it is failed..

Even if you reset the job , job can run.
Compile is needed if you are doing any change to job..

hope this helps
But all these things can be done through director only. From designer if a job is in aborted state it won't let you run without compiling. 8)
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

:D
Kandy
_________________
Try and Try again…You will succeed atlast!!
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

priyadarshikunal wrote:From designer if a job is in aborted state it won't let you run without compiling.
Nothing stopping you from resetting it from the Director first. Regardless, the bottom line is what Ray noted, the assertion that "it is always necessary to recompile if a job aborts" is incorrect. It is never "necessary".
-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 »

chulett wrote: Nothing stopping you from resetting it from the Director first.
I apologize for not explaining it correctly but I just wanted to make sure the person uses the director to reset it. :idea:
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can also use the command line interface dsjob to reset a job.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply