diff b/w force complie, mutiple complie and complie in PX

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
chvenkat.v
Participant
Posts: 94
Joined: Fri Dec 14, 2007 3:22 am

diff b/w force complie, mutiple complie and complie in PX

Post by chvenkat.v »

Hi

pls tell me diff. between 3 compliers in PX (those are force complie, mutiple complie and complie ). when we are using in px jobs.



thnks

venkat :D
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Post by John Smith »

there is actually only 1 compile. the multiple compiler compiles a number of jobs in a batch, the force will forcefully compile even if there had been no changes and the compile is er..the compile. :roll:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When is the interview?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Post by bkumar103 »

Compile-> It is the normal compile option... But during compilation transformer stage are not compiled unless they are changed because parallel job has the optimized compiler

Force compile--> The Force compile option overrides the above scenario and causes all transformer stages in the job to be compiled.

Mulitiple compile--> Instead of compiling individual job this option is given to compile multiple jobs at a time. In the earlier version this option was not available.
Birendra
chvenkat.v
Participant
Posts: 94
Joined: Fri Dec 14, 2007 3:22 am

Post by chvenkat.v »

HI RAY

thnks

i am not going to interview man.

I have a ready only server job. It is possible to run using force compilation or not.if posiible

And where can I find this option in designer .

thnks
venkat
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Post by bkumar103 »

Hi,
You can find the force complie in menu.
FILE->FORCE COMPILE

But this option is only available for parallel jobs. Not present for the server jobs.

Thanks,
Birendra
Birendra
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hope you are referring to Read Only.
And these jobs cant be compiled.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That response is bewildering!

Force Compile exists for parallel jobs.
If you change a parallel job but do not change an already compiled Transformer or Build stage, then an ordinary compile does not re-compile these stage types. Force Compile guarantees that they are re-compiled and re-linked, even though it's not necessary.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chvenkat.v
Participant
Posts: 94
Joined: Fri Dec 14, 2007 3:22 am

Post by chvenkat.v »

hi

Thank you very much for quickly responses.

thanks to ray, kumar_s and bkumar.

thnks
venkat
Post Reply