dscmdimport Error: Failed to attach to the project XXX

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
sashankkrk
Charter Member
Charter Member
Posts: 3
Joined: Thu Dec 15, 2005 2:12 pm

dscmdimport Error: Failed to attach to the project XXX

Post by sashankkrk »

Hello,

I am trying to import the exported datastage jobs using dscmdimport command. But the problem is that I am getting an error saying
" Failed to attach to the project XXX "

This is how I am doing it...

c:\Program~\Ascential\Datastage>dscmdimport /H=Serevr /U=Userid /P=password /NUA Project_Name dsx_file_location


Can anyone suggest why I get that error.

Thanks
Sashank
meena
Participant
Posts: 430
Joined: Tue Sep 13, 2005 12:17 pm

Post by meena »

Hi,
Check it in this way. This is from pervoius posts given by kumar for dscmdimport Error.

Code: Select all


 DSExport /U=%UserName% /P=%Password% /H=%Host% /JOB=JobName %Project% FileName

And do a search on "dscmdimport Error" we have few posts discussed on this error.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Project name is case sensitive. Do you got any error code?
Try to skip /NUA option.
What meena provides is for Export.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply