Tuesday 18 December 2018

Installing Apache webgate using Silent Install fails with "[ERROR] Data Insufficient to Start Install"


Issue: - OAM11gR2PS3

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
             [ERROR] One and Only One of the following variables must be present
             Variable Name:INSTALL AND CONFIGURE LATER TYPE Expected Value:true
             Variable Name:INSTALL AND CONFIGURE TYPE Expected Value:true
             .Aborting Install
             Calling OUI Exit Operations 

Solution: -Add the below missing parameters in the response file.

                  SKIP_SOFTWARE_UPDATES=true
                  INSTALL AND CONFIGURE LATER TYPE=true
                
Now run the silent upgrade using. /runInstaller -jreLoc jreLocation -silent -response /u01/apache.rsp







Thanks,
Aditya.