Discussion:
silent install of Oracle 12c client
Armstrong-Champ, Joseph William
2016-07-13 18:37:49 UTC
Permalink
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
Sweetser, Joe
2016-07-13 19:08:42 UTC
Permalink
Not sure I exactly understand what you are doing but does metalink (dating myself) doc ID 1594535.1 help?

-joe

From: oracle-l-***@freelists.org [mailto:oracle-l-***@freelists.org] On Behalf Of Armstrong-Champ, Joseph William
Sent: Wednesday, July 13, 2016 12:38 PM
To: ORACLE-L (oracle-***@freelists.org) <oracle-***@freelists.org>
Subject: silent install of Oracle 12c client

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


Confidentiality Note: This message contains information that may be confidential and/or privileged. If you are not the intended recipient, you should not use, copy, disclose, distribute or take any action based on this message. If you have received this message in error, please advise the sender immediately by reply email and delete this message. Although ICAT, Underwriters at Lloyd's, Syndicate 4242, scans e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. Thank you.
Svetoslav Gyurov
2016-07-13 19:11:13 UTC
Permalink
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 <
Post by Armstrong-Champ, Joseph William
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
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
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.
- 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
Armstrong-Champ, Joseph William
2016-07-14 11:08:55 UTC
Permalink
Discovered the problem. with Oracle client 12 you need to make sure that "File and Print Sharing" is enabled on the network adapter.

Thanks.
Joe

From: oracle-l-***@freelists.org [mailto:oracle-l-***@freelists.org] On Behalf Of Armstrong-Champ, Joseph William
Sent: Wednesday, July 13, 2016 2:38 PM
To: ORACLE-L (oracle-***@freelists.org)
Subject: silent install of Oracle 12c client

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

Continue reading on narkive:
Loading...