Migration tools for Datastage

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
afreas
Participant
Posts: 19
Joined: Wed Nov 12, 2003 3:56 pm
Location: USA, Virginia

Migration tools for Datastage

Post by afreas »

Anyone run in to any migration tools for datastage that can assist in the process of moving jobs from development environments to production environments. Looking particularly at tools that could integrate with things like Clearcase. Thanks much.
ART
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The obvious answer is Version Control which ships with the product, except for the Clearcase part. I believe you'll find that other people are doing that via custom jobs, DSX 'cutters' that hack exports into bite-sized chunks. A search of this forum should turn something up.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

You've got import / export which saves the components to text or XML files, these can be loaded into a version control tool. If you go down this path you should look at an application that sets the read only field on all jobs in the export file so they can only be modified back in the development project.

You also have the version control tool which is very good for delivering components to other environments as read only and with a version history.

You have the parameter manager tool which manages job parameters between environments. Have a look at www.datastagexchange.com for details on this product.

I usually go with the Version Control tool for migrating components and use flat files to hold the job parameters so each environment has its own set of parameters. Have a look at the Custom Folders functionality in this tool for creating sub folders containing scripts called up by DataStage jobs.
Post Reply