connect failure with dscmdexport.exe

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

Post Reply
dhwankim
Premium Member
Premium Member
Posts: 45
Joined: Mon Apr 07, 2003 2:18 am
Location: Korea
Contact:

connect failure with dscmdexport.exe

Post by dhwankim »

Happy New Year To All,

I Want to use dscmdexport.exe command for backup the project.
But I get error message just.

Attaching to 'test' .....
dscmdexport aborted:
Failed to attache to the project.

My Command is "dscmdexport /H150.100.129.23 /Udsadm /Pdsadm dwcapital01 c:\dwcapital01.dsx"

For additional information,
Server IP Address is correct and userid and password also correct.
and Project "dwcpital01" exist in That Server.

Thanks in Advance.

D.H Kim :oops:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not anywhere that I can double-check this, but from memory I believe it should be:

Code: Select all

dscmdexport /H=150.100.129.23 /U=dsadm /P=dsadm dwcapital01 c:\dwcapital01.dsx
instead.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Craig's right
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Just to be totally clear, you omitted the "=" character after each of the /H, /U and /P switches.
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