Page 1 of 1

Datastaje Jobs Deploy between Env

Posted: Sun Feb 03, 2013 11:47 am
by synsog
Hi All,

V8.7 on Windows.

When we want to move jobs between Env, say Dev to UAT, is exporting the Job designs with Executables and the Parameter Sets enough, or do we also need to export the Table Definitions?

Can we use the Information Server Manager (will create .isx ??) for this by creating a package or should this be done via the Datastage Client Import/Export interface (.dsx)

Thanks

Posted: Sun Feb 03, 2013 7:55 pm
by ray.wurlod
Information Server Manager is to be preferred, because it gives you the ability to create versioned "deployment packages" and to interact with source code control systems if that is your wish.

Table definitions do not need to be promoted (though it's not wrong to do so); when you load a table definition into a job design a copy of the table definition (rather than a reference to the table definition in the Repository) is made.

Posted: Tue Feb 05, 2013 7:05 am
by srinivas.nettalam
Hi Ray,
Don't we need compiler on an environment if we are importing the executables on that environment?

Posted: Tue Feb 05, 2013 7:49 am
by chulett
Nope.

Posted: Tue Feb 05, 2013 3:10 pm
by ray.wurlod
Provided that identical hardware and identical versions of software are involved, deploying executables means that you do not require a compiler on the target environment.