Datastaje Jobs Deploy between Env

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
synsog
Premium Member
Premium Member
Posts: 232
Joined: Sun Aug 01, 2010 11:01 pm
Location: Pune

Datastaje Jobs Deploy between Env

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
srinivas.nettalam
Participant
Posts: 134
Joined: Tue Jun 15, 2010 2:10 am
Location: Bangalore

Post by srinivas.nettalam »

Hi Ray,
Don't we need compiler on an environment if we are importing the executables on that environment?
N.Srinivas
India.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Nope.
-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 »

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.
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