exporting project from a routine

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Madhu1981
Participant
Posts: 69
Joined: Wed Feb 22, 2006 7:49 am

exporting project from a routine

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Madhu1981
Participant
Posts: 69
Joined: Wed Feb 22, 2006 7:49 am

Post by Madhu1981 »

Thanks i got the solution
Post Reply