DataStage Upgrade

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
netboyks
Participant
Posts: 20
Joined: Sat Mar 08, 2003 7:43 am

DataStage Upgrade

Post by netboyks »

Ours could be the longest possible upgrage to be done ever. We are upgrading from 6.0.1 to 7.0.1r1 and this is not an inplace upgrade. We installed 7.0.1r1 in our new server and imported all the jobs from 6.0.1 server. Once the import is complete, we are having tonnes of problems in running the jobs successfully. Could anyone tell me the best practice to do this kind of upgrade. The other point to be mentioned here is that we had to move the datasets from 6.0.1 server to 7.0.1r1 server to have our jobs run. We converted the datasets to .dat's and ftp'd them to 7.0.1r1 server and reconverted them to datasets. The config. file is the same for both the servers. The path / locations of all the datasets / files etc remain the same on both the server. The only thing that changed in the config. file is the path to the scratchdisk. Could someone give me the info as far as different settings to be done at the server and project level.

Thanks

Netboyks
1stpoint
Participant
Posts: 165
Joined: Thu Nov 13, 2003 2:10 pm
Contact:

well

Post by 1stpoint »

Your post contains alot of *missing* information. We can best help you if you can further describe both server environments, database/network connections to<>from both, etc.

Our upgrade was painless and have been testing for about 4 weeks now with no problems whatsoever.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Mine have always been painless as well, using either the upgrade-in-place or the new-install-and-import methodologies. However, these were Server upgrades, not PX, so I can't comment on the ease of those.

As has already been 'pointed out' :wink: more information would help, including perhaps some examples of your "tons of problems" you are seeing.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I've just done one from Solaris to AIX, DS 5.2 to 7.0. The main obstacle was changing default values for pathname parameters; which I solved by creating a DataStage routine that post-processes a DSX-format export file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
netboyks
Participant
Posts: 20
Joined: Sat Mar 08, 2003 7:43 am

Post by netboyks »

Thanks for your replies. The situation is that we are upgrading 3 things here. Solaris 2.8 to 2.9, Oracle 8i to 9i and DS 6.0.1 to 7.0.1r1. After installing solaris and oracle we installed DS and imported the jobs from 6.0.1 and compiled them. The values that changed are the path of the DSEngine, the name of the projects. We also changed the path for the projects in Unix by creating a seperate mount point. The other paths for the datasets, files, database did not change. The path for the config. files remain the same. To run our jobs we had move the datasets from 6.0 to 7.0 server. We created a seq. file out of the dataset, ftp'd the file and recreated the dataset using the same config. file. These are the changes we did during the upgrade and we are having problems with most of our jobs running. Could some one let me know if there is something we need to do to fix.

Thanks

Netboyks.
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

You can't just ftp datasets between machines. Use the dataset management tool to move them (manager -> tools etc ...)
Post Reply