Error with istool deploy finding package file

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
johm73
Charter Member
Charter Member
Posts: 57
Joined: Tue Jan 11, 2005 3:47 pm

Error with istool deploy finding package file

Post by johm73 »

Here is my syntax:

istool deploy package -dom eswzp6900:9080 -u user -p pass -v -pkg F:\etl\data\DS_Packages\ILD_GL_Legal.pkg -ds '-repl "eswzp6900/etlqa"'

I'm running this command directly from the ETL server. No matter what I do it will not find the pkg file.

I've tried:

- setting the location in the Server Manager GUI
- using just the package file name
- escaping the backslashes in the path

I've searched the forums and not seen this be a problem for anyone else and I would think this would be easy. :)

Can anyone see what I'm missing here?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

For grins, can you post the actual error message you are seeing?
-craig

"You can never have too many knives" -- Logan Nine Fingers
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Re: Error with istool deploy finding package file

Post by qt_ky »

Try the following:

-username or -user instead of -u

-password or -pass instead of -p

-file instead of -pkg

Note: "The specified file name must be relative to the deploy directory in the target system." It implies an absolute path may not work...

remove the double quotes

The Admin Guide shows istool options and examples.
Choose a job you love, and you will never have to work a day in your life. - Confucius
johm73
Charter Member
Charter Member
Posts: 57
Joined: Tue Jan 11, 2005 3:47 pm

Post by johm73 »

The error message is: "ERROR: Deployment Package: *package_name* (in any format I tried just repeated from the command)

Invalid Deployment Package - 5"
johm73
Charter Member
Charter Member
Posts: 57
Joined: Tue Jan 11, 2005 3:47 pm

Re: Error with istool deploy finding package file

Post by johm73 »

qt_ky wrote:The Admin Guide shows istool options and examples.
The admin guide is what I followed but I find their guides have a lot of errors. They need to can the person that proof reads those. :)

The -file is what I was missing. I guess I got to the -pkg and saw the description say: package name. I wouldn't make much of a proof reader myself.

Thanks for the help.
Post Reply