Oracle XE 11g R2 command line install fails [message #617119] |
Wed, 25 June 2014 04:13  |
 |
Mochyn
Messages: 5 Registered: June 2014
|
Junior Member |
|
|
If i run the installation manually through the GUI it will install without any issues however I need to be able to install it via the command line/powershell.
When i run the following (a different location but essentially the same):
c:\xe_temp> setup.exe /s /f1"c:\xe_temp\response\OracleXE-Install.iss" /f2"c:\xe_temp\setup.log"
the setup log gives response code -3.
This is on a Windows server 2012 64 bit.
[EDITED by LF: applied [code] tags]
[Updated on: Wed, 25 June 2014 13:33] by Moderator Report message to a moderator
|
|
|
|
|
Re: Oracle XE 11g R2 command line install fails [message #617205 is a reply to message #617181] |
Thu, 26 June 2014 01:06   |
 |
Mochyn
Messages: 5 Registered: June 2014
|
Junior Member |
|
|
I am logged on with an account with admin privileges and have run both powershell and cmd prompt as adminstrator. The instructions on that page are the same that I found. I used the install iss that was included in the response folder of the zip using the default values. I can't see any other error messages other than the output log file fromt he command which only gives the result code -3.
Edit: ok I tried it on another server and found that it installed, however once unistalled it responds the same when i try to reinstall it. While this isn't a problem for production it is slightly annoying in my testing enviroment.
[Updated on: Thu, 26 June 2014 02:00] Report message to a moderator
|
|
|
|
|
|
|
Re: Oracle XE 11g R2 command line install fails [message #617223 is a reply to message #617222] |
Thu, 26 June 2014 04:43  |
 |
Mochyn
Messages: 5 Registered: June 2014
|
Junior Member |
|
|
I've tested several times now.
Silent install XE > unistall via add or remove programs > silent install fails > delete folders > silent install successful.
The only thing being done is deleting those folders. If you do it manually the installer warns that you are installing to an existing directory and asks if you want to continue anyway. For a silent install this directory is listed in the response file but I guess the installer hasn't been made to handle the situation of the folder existing under silent install.
|
|
|