SMP to MPP datastage code migration

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nagadastagirireddy
Participant
Posts: 15
Joined: Fri Jan 22, 2010 4:35 am
Location: India

SMP to MPP datastage code migration

Post by nagadastagirireddy »

Hi,

we did our development in SMP system and now we have to migrate code from DEV to SIT. The thing here is our development server on SMP and SIT is on MPP.

So I need to know about the things that we need to take care while migration code from SMP to MPP.

One thing we got to know while running the jobs is surrogate key file should be the accessible to all the MPP nodes.

Like this are there any other things that we need to be careful while migrating for SMP to MMP.

Please provide some information regarding this.

Thanks in advance
Giri
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Basically you need new configuration file(s), and to ensure that anything that all nodes need to access are accessible from all nodes. Particularly the parallel execution engine needs to be accessible from all nodes.
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