Search found 1 match

by hidenorisano33
Mon Apr 12, 2010 9:29 pm
Forum: General
Topic: Want to export a job using command line argument
Replies: 15
Views: 13356

Re: Want to export a job using command line argument

You can use 'istool' command I believe. /opt/IBM/InformationServer/Clients/istools/cli/istools export -domain <your IP address> -username <user> -password <password> -archive <yourfilename>.isx -datastage ' -base=<projectname>/<servername> "path/to/job/yourjob.pjb" -includeexecutable' I ha...