export the project using istool without specifying subfolder

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
RK72
Participant
Posts: 154
Joined: Wed Sep 29, 2010 4:10 pm

export the project using istool without specifying subfolder

Post by RK72 »

How do we export complete project using istool without specifying the subfolders and its subfolders in the command.
sabarimuthu0728
Participant
Posts: 6
Joined: Tue Nov 06, 2012 6:34 pm

Re: export the project using istool without specifying subfo

Post by sabarimuthu0728 »

Try the beow command; have tested this in 8.5 version; should work for other 8.x version.

export -domain <domain_name>:<portnumber> -u <user> -p <password> -archive <archive filename> -datastage '-incexec "<dsserver name>/<project name>/*/*.*"'

For more information you can also refer the below links.

http://publib.boulder.ibm.com/infocente ... olexp.html

http://publib.boulder.ibm.com/infocente ... stool.html
Post Reply