Oracle 11g R2 Client (11.2.0.1)
I am trying to install the Oracle 11g R2 client using this command line:
"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile ""\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp"
and the installation just disappears. I look at the InstallActionsxxx.log and it only has two lines:
Using paramFile: \\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\oraparam.ini
The commandline for unzip:
After removing the -noconsole switch I discovered that setup doesn't understand that I'm passing a response file. I'm getting a [INS-10103] Response file is nto specified for this session" message. The console ends with press any key to continue and when I do, the setup ends.
Why doesn't it see that I've included a response file? I've verified that the response file exists because I can cut and past the response file from my command line and open it in notepad.
"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile ""\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp"
and the installation just disappears. I look at the InstallActionsxxx.log and it only has two lines:
Using paramFile: \\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\oraparam.ini
The commandline for unzip:
After removing the -noconsole switch I discovered that setup doesn't understand that I'm passing a response file. I'm getting a [INS-10103] Response file is nto specified for this session" message. The console ends with press any key to continue and when I do, the setup ends.
Why doesn't it see that I've included a response file? I've verified that the response file exists because I can cut and past the response file from my command line and open it in notepad.
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
BoyGenius
14 years ago
Posted by:
chichora123
11 years ago
Posted by:
rock_star
13 years ago
Posted by:
cygan
14 years ago
Posted by:
BoyGenius
14 years ago
Posted by:
anonymous_9363
14 years ago
Looks like a quoting issue to me, in that you have two leading quote marks in front of the RSP path and name and only one trailing quote mark. Try either:
"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile "\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp"
or"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile ""\\hcidalas50\sandbox$\Oracle 11g R2 Client\HCIScripts\ClientODBC.rsp""
or"\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile "\\hcidalas50\sandbox$\Oracle~1\HCIScr~1\Client~1.rsp"
or "\\hcidalas50\sandbox$\Oracle 11g R2 Client\x86\Install\OUI.exe" -waitforcompletion -nowait -noconsole -force -silent -responsefile \\hcidalas50\sandbox$\Oracle~1\HCIScr~1\Client~1.rsp
Posted by:
cygan
14 years ago
Posted by:
BoyGenius
14 years ago
Posted by:
BoyGenius
14 years ago
OK, using short path/file names, and my test.rsp that I just created, I'm getting a step further.
Now my installActions log shows:
\\hcidalas50\sandbox$\oracle~1\x86\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\Users\jtrask\AppData\Local\Temp\OraInstall2010-08-31_10-36-14AM"
I've also tried using a mapped drive and short path names, but I continue to have the same problem. I've stripped the command line down to just using the -silent and -responsefile switches.
I have even copied the installation files to my C: drive and installed from there using short path names, enclosed in quotes with just the -silent and -responsefile switches along with my test.rsp.
Now my installActions log shows:
\\hcidalas50\sandbox$\oracle~1\x86\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\Users\jtrask\AppData\Local\Temp\OraInstall2010-08-31_10-36-14AM"
I've also tried using a mapped drive and short path names, but I continue to have the same problem. I've stripped the command line down to just using the -silent and -responsefile switches.
I have even copied the installation files to my C: drive and installed from there using short path names, enclosed in quotes with just the -silent and -responsefile switches along with my test.rsp.
Posted by:
toyolin
13 years ago
Posted by:
WiseAppPackager
13 years ago
I assume, you already have a deinstall.rsp file.
Yes, I was able to uninstall it without any issues.
Yes, I was able to uninstall it without any issues.
Comments:
-
Great solution ! i had the same problem today. - hardpfr 11 years ago
-
Can you please tell me the command line you guys are using to unsitall this? Also, how to get the deinstall.rsp file? Thanks - chichora123 11 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.