Page 2 of 2

Posted: Tue Oct 10, 2006 10:00 pm
by kduke
3 against 1, totally unfair. Craig is complaining about getting off subject. Give me a break.

Posted: Wed Oct 11, 2006 1:19 am
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:

Re: .dsx export withou using Client

Posted: Wed Mar 19, 2008 1:46 pm
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