Page 1 of 1

export dependent jobs,td's etc using istool

Posted: Tue May 17, 2011 6:50 am
by RK72
In IS 8.1 using istool how to export a job and its depenedent objects along with it for example for sequence jobs its jobs in it,routines,table definitions etc or for a parallel job its dependent objects like routines,table definitions etc.

Posted: Tue May 17, 2011 3:18 pm
by ray.wurlod
What's the resolution?

ISTool with includeexecutable not working

Posted: Fri May 20, 2011 10:09 am
by RK72
Hi Ray,we need to use the below -includedependent option.But ISTOOL with include executable is not working.I am able to export without executables but with executables its a problem I am not sure what is wrong in the below syntax.

./istool export -domain Server1:9080 -username xyz -password xxxx -archive "F:/tmp/scripts/test1.isx" -datastage '-includeexecutable "Server1/Training/Jobs/Metadata/Test_ISTool.pjb"'

Posted: Fri May 20, 2011 3:42 pm
by ray.wurlod
What does your official support provider say? Have you checked (for example at Fix Central) whether there are any known bugs at your version of istool related to the -includedependent option? [I am aware that there are some problems exporting FastTrack components with this tool.]

Posted: Wed Aug 03, 2011 8:20 am
by chandra.shekhar@tcs.com
Use following command.IT wil work.

I have tested sucessfully.


./istool export -domain serverIP:9080 -verbose -username ****** -password ****** -archive "AAAA" -datastage '-includeexecutable "servername/project name /*/jobname.*"'


where
*****- means username/password
AAAA- means path where you want to take backup with file name .dsx

Thanks and regards,
kishor