Command line create project issue

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
roblew
Charter Member
Charter Member
Posts: 123
Joined: Mon Mar 27, 2006 7:32 pm
Location: San Ramon

Command line create project issue

Post by roblew »

ok, been reading this thread but I'm having problems running the cli create project command.

I did source the dsenv and I'm able to run the other options successfully, such as "dsadmin -listprojects". I've tested in multiple servers, and get the same result. I'm running as the dsadm id. Any ideas?

Code: Select all

[dsadm@hostname: ~/Projects] $ dsadmin -createproject TEST -location /chap/dsadm/Projects/TEST

Invalid arguments: dsadmin -domain <domain> -user <user> -password <password> -server <DataStage server>
                        -createproject <project name> [-location <project location>]

Status code = 0
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

From the syntax diagram, -domain, -user, -password and -server arguments are mandatory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

<split to your own post>
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply