Re: silent install of Oracle 12c client
Date: Wed, 13 Jul 2016 20:11:13 +0100
Message-ID: <CAKA5CbJrDD9qT0o51qteZyDTR+7b_Y84V3e4hKbZYH1-ABP2nQ_at_mail.gmail.com>
Hi,
Very quick MOS search suggest you haven't set some user details in the response file ?
12cR1: Silent Installation Fails : "WARNING] [INS-08109] Unexpected Error Occurred While Validating Inputs at State 'getWindowsSecureOptionDetails'" (Doc ID 1594535.1)
Regards,
Sve
On Wed, Jul 13, 2016 at 7:37 PM, Armstrong-Champ, Joseph William < Joseph.Armstrong-Champ_at_tufts.edu> wrote:
> We are trying to do a silent install of Oracle 12c client using a package.
> When done outside of the package the installation works. Through the
> package the process fails. Any advice appreciated.
>
> Thanks
> Joe
>
> This is the code used to run the install:
>
> C:\ora12_client_x86\win32_ora12_client\client32\setup.exe -silent
> -ignoreSysPrereqs -ignorePrereq -debug -force
> FROM_LOCATION=C:\ora12_client_x86\win32_ora12_client\client32\stage\products.xml
> "oracle.install.client.validate.clientSupportedOSCheck=false"
> "oracle.install.client.installType=Administrator"
> ORACLE_HOME="C:\oracle12\product\12.1.0\client_1"
> ORACLE_HOME_NAME="OraClient12Home1_32bit" ORACLE_BASE="C:\oracle12"
> DECLINE_SECURITY_UPDATES=true -responseFile
> C:\ora12_client_x86\ora12_client_install.rsp
>
> The last few lines of the log:
>
> INFO: Waiting for completion of background operations
> INFO: Completed background operations
> INFO: Executing action at state getWindowsSecureOptionDetails
> INFO: calling execute method of common.action.WindowsSecureOptionAction...
> INFO: Completed executing action at state <getWindowsSecureOptionDetails>
> INFO: Waiting for completion of background operations
> INFO: Completed background operations
> INFO: Moved to state <getWindowsSecureOptionDetails>
> INFO: Waiting for completion of background operations
> INFO: Completed background operations
> INFO: Validating state <getWindowsSecureOptionDetails>
> FINE: oracle.install.commons.flow.validation.ValidationHelper:Value
> specified for the
> property:oracle.install.client.validate.getWindowsSecureOptionDetails=null
> INFO: Terminating all background operations
> INFO: Terminated all background operations
> WARNING: [WARNING] [INS-08109] Unexpected error occurred while validating
> inputs at state 'getWindowsSecureOptionDetails'.
> CAUSE: No additional information available.
> ACTION: Contact Oracle Support Services or refer to the software manual.
> SUMMARY:
> - java.lang.NullPointerException.
> Refer associated stacktrace
> #oracle.install.commons.util.exception.DefaultErrorAdvisor:1768
> INFO: Advice is CONTINUE
> INFO: Adding ExitStatus FAILURE to the exit status set
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jul 13 2016 - 21:11:13 CEST