reponse files for iam 11.1.1.5 is broken
When you run the silent install of iam 11.1.1.5 with the out of the box response file you get an error:
[ERROR] Data Insufficient to start Install.
[ERROR] One and Only One of the following variables must be present
Variable Name:SKIP_SOFTWARE_UPDATES Expected Value:true
Variable Name:SPECIFY_DOWNLOAD_LOCATION Expected Value:true
. Aborting Install
As the error shows, the response file for iam 11.1.1.1.5 is missing the SKIP_SOFTWARE_UPDATES directive.
Just add SKIP_SOFTWARE_UPDATES=true to the .rsp file and you’re set to go.
The new file would look like this:
[ENGINE]
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
[GENERIC]
#Provide the complete path of the Oracle Home. The Oracle Home directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character.
ORACLE_HOME=/u01/app/oracle/middleware/Oracle_IAM1
#Provide the complete path to a valid Middleware Home.
MIDDLEWARE_HOME=/u01/app/oracle/middleware
#Give the list of complete paths of all the valid Middleware Homes existing on the system.
MIDDLEWARE_HOME_LIST=/u01/app/oracle/middleware
SKIP_SOFTWARE_UPDATES=true
[SYSTEM]
[APPLICATIONS]
[RELATIONSHIPS]
[...] files for iam 11.1.1.5 is broken http://oraclemva.wordpress.com/2011/08/12/reponse-files-for-iam-11-1-1-5-is-broken/ https://plus.google.com/113340044616880088383/posts/JW8BP6sBQoN http://bit.ly/OracleIdM Share [...]
reponse files for iam 11.1.1.5 i… « oracle fusion identity
February 22, 2012 at 7:08 pm