Page 1 of 1

Deploy deployment package created in other environment

Posted: Thu Aug 13, 2009 12:56 pm
by nirav_2004
Hi All,
This is just FYI...
We were trying to find out the way to deploy package using command line so person without technical knowledge can deploy the package.
In our organization typically Infrastructure team does all production deployments and they don't have Information Server Manager knowledge so we forced to develop command line to deploy the package, when we ran the command for the first time (with the package developed in Dev Envi, and we were trying to deploy it in QA) we found that command couldn't find the package.
We created IBM PMR and they suggested us that this is the known problem and you have to apply patch JR3144 to solve this issue.

Patch is for:
(1) Missing cli feature to deploy a deployment package from file
(2) Issue with using Oracle/SQLServer as Information Server repository
(3) Enable using non-default port for DataStage server

We applied the patch and now command is working like charm.

Command to deploy package:-

Code: Select all

istool.exe deploy package -dom %Domain% -u %UsrName% -p %PSWD% -verbose -file %PackageName% -datastage '-repl %Domain%/%Project%'
Please let me know if you have any questions on this command.