Command Line Install With UserID/Password

StewartSchatz

StewartSchatz

Well Known Member
While using E1 8.11 SP1 TR8.98.3.2, I had a bat file that I used to install E1 packages. Since upgrading to 9.0 TR8.98.3.4, using the GUI install I am prompted for a UserID/Password. So, when I try to run the bat file it errors indicating a security issue.

Any idea what the new parameters should be to pass the UserID & Password through the command line.

Oh, the bat file that I used is explained here: http://e1tips.com/2007/03/23/e1-command-line-install/

Thanks for the help!
 
Please see the following on Oracle My support:

E1: PKG: How To Install Packages From The Command Line - Updated to EnterpriseOne 9.0 [ID 1250484.1]

Here is the excerpt:

= Parameter valid only for Tools Release 8.97x and higher TR systems:
-U this is used for username and password to the MSDE/SSE/OEE database.
Syntax: –U <username> 3 <password>

So, to Install a full package using the command line screen, type in:
<deployment server name>\setup.exe -V -P <packagename> -D C:\b9 -U JDE 3 JDE -T Typical.

where JDE is user name and password.

NOTE: Make sure you include the "" 3 "" in between the user name and password. It's important, and the "3" has to be there.
 
Back
Top