Export through command line(dsexport.exe)

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ethanr
Participant
Posts: 23
Joined: Fri Apr 11, 2008 9:37 am
Location: Delhi

Export through command line(dsexport.exe)

Post by ethanr »

Hi,

I am using "dsexport.exe" to get a export dump of full project. This command takes only the job design and not the executables. The option "/EXEC" which helps to get only executables can be used in conjunction with "/JOB",
so is there an option to get full project design and executables through command line
Thanks, EthanR
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

you could dump it to an ISX file instead. This is what we use:

/u/InfoServ/applic/is81suite/IBM/InformationServer/Clients/istools/cli/istool export -domain ${DOMAIN}:9080 -verbose -username ${USER} -password ${PW} -archive ${FILENAME}.isx -datastage "${ENGINE}/${DP}/*/*.*" > ${FILENAME}.log


(that's an 8.1 install btw.)
ethanr
Participant
Posts: 23
Joined: Fri Apr 11, 2008 9:37 am
Location: Delhi

Post by ethanr »

Thanks, does this istools export design, executable, dependents etc. Or, what are the objects or assets that will be exported as a part of this istools export.
Thanks, EthanR
Post Reply