Page 1 of 1

Automatic deployment of DSX from one environment to another

Posted: Tue Jul 18, 2017 8:41 am
by shamshad
At this time we migrate the dsx code from one environment to another by exporting and importing dsx code and compiling them manually. The dsx is first sent to ACCUREV for version control and then migrator will pick up the dsx and move to newer environment.

My question is "Do we have ANY tool outside of Datastage that can be used to automatically pick up dsx from one place/environment, deploy the code to another environment and compile them, all 100% AUTOMATED?"

Any suggestions will be welcome.

Posted: Wed Jul 19, 2017 1:34 am
by ray.wurlod
You need DataStage to produce the DSX file.

That having been done, it's just a text file - you can use any tool you like to check it in to a version control system.

At the other end, once it's checked out and deployed to the new system, you need DataStage to effect a full or partial import.

The same considerations obtain if you use the istool command (which produces and consumes "isx" format files). However, with this tool (or its GUI equivalent Information Server Manager) you can use an Eclipse plug-in to communicate directly with source code control systems.