Page 1 of 1

Export through command line(dsexport.exe)

Posted: Tue Oct 02, 2012 1:07 am
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

Posted: Tue Oct 02, 2012 7:56 am
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.)

Posted: Wed Oct 03, 2012 8:16 pm
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.