Source code deployment between environments

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
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Source code deployment between environments

Post by myukassign »

I have my source code developed and tested in the development environment. I want to deploy this code (only executables) in the QA enviroment and the requirement is, the deploment team is unix guys. All they expect me to do is, provide a dsx/source code file, and a script that will automatically read my sourcecode/dsx and import the jobs in QA. The QA project is already created.

Can anyone guide me, is there any command line tool that I can use to import the job executables to the project. A clue is enough .

Any help please.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What exact version of 7.x? Do you have Information Server Manager? Then istool is probably the best choice for a command line interface.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Would any 7.x installation have Information Server Manager installed? :?
-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 »

Yes, maybe 7.5.2 or 7.5.3.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply