Page 1 of 1

It is recommended you recompile the job in order to use the

Posted: Fri Jan 09, 2015 4:02 am
by aneesh5142
I am getting the message while prompting for run
"It is recommended you recompile the job in order to use the latest version of the Shared Container(s). Do you want to continue without recompiling the job?"
I created the job from an existing job from production which is using a shared container .This shared container is used by other jobs also.

I made a copy of shared container to customize for the new requirement. Changed the logic of two columns and Saved the container. In the job removed the existing container and dragged the new one verified the input output links and saved and compiled. When giving run option getting the above mentioned message.

How can I avoid this . When the code is moved to another environment will there I face the same issue?

Can anyone please help me.

Posted: Fri Jan 09, 2015 8:30 am
by vinothkumar
Are you getting this message everytime when you are running ?
If you export with executables to other regions, I dont think it will ask for compilation again.

Posted: Fri Jan 09, 2015 8:34 am
by aneesh5142
Yes I am getting this message every time when I runs. I converted this container to local then this warning is not coming. But I want it to be shared container.

Re: It is recommended you recompile the job in order to use

Posted: Fri Jan 09, 2015 10:55 am
by vibwipro
Please check while exporting whether you have checked Include dependent Items ?? It is suggested to uncheck this option if you are taking export of only jobs. You can check Exclude read-only items options.

Posted: Mon Jan 12, 2015 2:23 am
by ArndW
Could your shared container contain a call to another shared container? Also, if you explicitly do a "force compile" in your job then will the warning message go away?