Command line Export

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
smosalakanti
Participant
Posts: 3
Joined: Tue Jan 08, 2008 2:20 pm
Location: Houston

Command line Export

Post by smosalakanti »

Would like to know how we can export a project using command line with encrypting password.

Thank you
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can't. But you can store the authentication information in a file and use that file via the -file option.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
smosalakanti
Participant
Posts: 3
Joined: Tue Jan 08, 2008 2:20 pm
Location: Houston

Command line Export

Post by smosalakanti »

Thank you the solution.

I believe the option is "-script", please correct me if I misunderstood.

istool Command [ Command_Options ] [ Options ]
Possible values for: Command
- : Provide usage information.
help : Provide command-line help information.
: Istool Console.
export : Export to a file.
import : Import from a file.
build package : Build a Deployment Package.
deploy package : Deploy a Deployment Package.

To list Command_Options, enter: istool Command -help

Possible values for: Options
Long Name: Short Name: Description:
-help , -h : print command usage
-verbose , -v : display progress
-silent , -s : silence command output
-script , -script : file to read commands from.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I will need to check the option next time I have access to a DataStage or Information Server system.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply