Hi All,
I am getting below error while installing companions "10203_vista_w2k8_x86_production_companion.zip" (32-bit) (HTTP server) on Windows 2008 sp2 64-bit machine.
.....CALL INTO REGISTRY.....
DLL TO LOAD = \nmew32rg.dll
DLL LOADED
Unable to find EM location in the registry : RegQueryValue failed
REGISTRY VALUE = null
This happens only if I do installation from command line by using response file. From OUI interactive installer it is being installed properly.
ORACLE_HOME (db) = C:\oracle\Database\oracleDB\
ORACLE_HOME=C:\oracle\Database\oracleDB\OHS
Companion disk: C:\oracle\Oracle10g\companion
Modified response file: C:\oracle\Oracle10g\companion\oracle.companionCD.midtier.rsp
Command to install:
"C:\oracle\Oracle10g\companion\install\oui.exe" -silent -nowait -force -waitforcompletion FROM_LOCATION="C:\oracle\Oracle10g\companion\stage\products.xml" ORACLE_HOME=C:\oracle\Database\oracleDB\OHS ORACLE_HOME_NAME=oracle_10gOHSHome -responseFile C:\oracle\Oracle10g\companion\oracle.companionCD.midtier.rsp
The machine already has "10204_vista_w2k8_x64_production_db.zip" database installed.
Can you please suggest what additional things I need to take care to install companions using response file?