Page 1 of 1

exporting project from a routine

Posted: Wed Feb 04, 2009 11:16 am
by Madhu1981
Hello All,

I have gone through couple of posts of dscmdexport and i got how to use it. I can take export of my projects from command line using dscmdexport by using the following syntax.

C:\Progra~1\Ascential\DataStage7.5.1\dscmdexport.exe /H=Host /U=Uid /P=Passed Project1 F:\DSX\backup.dsx

Now, i would like to execute the above command from before/after routine.

I want to put this routine in a job and schedule it every day.

is it possible to execute it from routine? kindly let me know

Madhu

Posted: Wed Feb 04, 2009 11:27 am
by chulett
Job would run on the UNIX server, so no ".exe" file there. Why not just use the built-in Windows Scheduler on your PC?

Posted: Wed Feb 04, 2009 1:07 pm
by Madhu1981
Thanks i got the solution