.dsx export withou using Client

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

3 against 1, totally unfair. Craig is complaining about getting off subject. Give me a break.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

chulett wrote:Well, this thread has certainly taken a hard turn off into the bushes.

And 'wrong shape'? Just a extra 'u' thrown in by accident... sorry about that, Chief.
Actually thinking about diff on Kim's shape vs Lara's shape. :lol:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Innovations
Premium Member
Premium Member
Posts: 9
Joined: Thu Nov 30, 2006 8:14 am
Location: Germany
Contact:

Re: .dsx export withou using Client

Post by Innovations »

Prashantoncyber wrote:Hi All,

Can we take .dsx export of all the components from Datastage Server itself with out using client .
If so how?Pls suggest.

Thanks
Yes it is possible. You just have to copy the necessary exe-File and dlls in a folder.

Copy these files to d:\bin\datastage:
dscmdexport.exe
dscmdexportENU.dll
vmdspass.dll

SET PATH=d:\bin\datastage
dscmdexport.exe /H=myMachine /U=myUser /P=myPasswd myProject D:\data\MyExport.dsx

test it on a windows PC that has never had installed a Datastage Client before. It should work. If the dlls dont work, I used those of Client version 7.5

have fun
Post Reply