Page 1 of 1

dsexport.exe command - Help required.

Posted: Mon Aug 19, 2013 1:05 pm
by kiran0435
I want to export job with executable individually at command line. I am using dsexport.exe command, it is prompting to a window where in we need to reenter the user id , password and project details again.

I don't want any another window to be prompted. Directly using a single command I need the export of the job placed at the target location. Is there any way I can achieve this ?

The command that I am entering is
dsexport.exe /D <domain> /H <userid> /U <userid> /P <Password> /JOB <Jobname> <ProjectName> <TargetLocation>.

Posted: Mon Aug 19, 2013 1:12 pm
by asorrell
You have your O/S marked as UNIX, but in UNIX the options use hyphens ("-"). Are you on Windows or are you using the wrong syntax? Also - what exact dot release are you on?

Posted: Mon Aug 19, 2013 4:44 pm
by ray.wurlod
The dsexport.exe command is available on the client tier.

What's wrong with what you're doing? Have you tried encapsulating it in a command like start ?

Posted: Tue Aug 20, 2013 3:46 pm
by kiran0435
I have directly executed at Client tier.

When I give that command, a popup window prompting for user id, password and project is getting enabled.

I don't want to re-enter it again. Datastage version is 8.5v and running the command from Windows.