version migration from 8.1 to 11.3

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
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

version migration from 8.1 to 11.3

Post by esivaprasad »

Hi All,

My client requirement is migration of jobs from 8.1 version to 11.3.
Taking all jobs export from 8.1 and directly importing into 11.3 version and compiling all jobs, it will work ? or need to migrate from 8.1 to 9.x , then again 9.x to 11.3?
please suggest best approach .

Thanks & Regards,
Sree.
Siva
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: version migration from 8.1 to 11.3

Post by chulett »

esivaprasad wrote:Taking all jobs export from 8.1 and directly importing into 11.3 version and compiling all jobs, it will work ?
You'll have to test everything since functions change over time and bugs are smashed (that you may be unknowingly taking advantage of) but the short answer is 'yes'.
-craig

"You can never have too many knives" -- Logan Nine Fingers
synsog
Premium Member
Premium Member
Posts: 232
Joined: Sun Aug 01, 2010 11:01 pm
Location: Pune

Re: version migration from 8.1 to 11.3

Post by synsog »

Adding to chulett, Yes, you can directly migrate to V11.3.
We moved from V8.7 to V11.3 recently, no major issues, just created packages using istool and deployed and recompiled on new box. But when you use istool -incdep option, certain user defined server routines will not catch up.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Yes, I second Craig's opinion that you will have to test everything (job execution, data etc) There have been changes to functions such as field() which we found to be "Fixed" in 8.5.3 which altered the functionality and was loading incorrect data in target and our jobs needed to be fixed. There are other fixes as well, so test thoroughly.

Also if you are using SAP Packs you will have to migrate from CPI-C stage to RFC connector etc.
Priyadarshi Kunal

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