How to import the job executable with Design info from Unix

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
Munish
Participant
Posts: 89
Joined: Sun Nov 19, 2006 10:34 pm

How to import the job executable with Design info from Unix

Post by Munish »

Hi All,
For deployment, we are exporting the jobs (with DESIGN) and (with EXECUTABLES).

If we import these DSX files through manager, the import is fine ie we get the executables along with Design information.

We have unix environment and are using

Code: Select all

./dsjob -import  TestImport /apps/olbs/CBA_ETL/dsx_deployed/dsx/Dimension/jpLAccountDims.dsx -OVERWRITE
to import the job.

The jobs are importing but WITHOUT design information.

If possible, please throw some light on
1. It seems that (DSJob -import) imports only executables.
2. Can we import the DSX executables with Design information through command line (Unix). If Yes, how ?????

Thanks and regards,
Munish
MK
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. dsjob only imports executables.
2. No.
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