Thursday, April 30, 2015

Oracle Client 11.2.0.4 Installation Fails -- [INS-30131] Initial setup required for the execution of installer validations failed

Problem

While installing Oracle Client 11.2.0.4 on windows, installation fails with the error below:

[INS-30131] Initial setup required for the execution of installer validations failed

Cause - Failed to access the temporary location.

Action - Ensure that the current user has required permissions to access the temporary location. 

Solution

Using the Task Manager, check if RemoteExecService.exe *32 is running from your temp location, for example C:\Users\<your_user_name>\AppData\Local\Temp\oraremservice. If it does, then kill the process and delete the
oraremservice folder.

Rerun your installation.


9 comments:

Unknown said...

Thanks for this blog...worked and saved me tons of troubleshooting

Unknown said...

please help me fix this issuse on Centos 7

Rehaan said...

i face same issue in linux platform 6.4
what the steps for linux platform

Unknown said...

For client software installations, run the installer with following args:

setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"

For Database Installation, run the installer with following args:

setup.exe -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"

Anonymous said...

hello.
i have a same problem in redhat linux Enterprise 6 X64
what should i do?

Anonymous said...

Thanks Evandro! I have tried everything from setting administrative shares to changing temp directory and nothing worked. I knew about both of these commands as Oracle lists this as a bug with their software. See https://docs.oracle.com/database/121/NTDBN/toc.htm#CJAGBJDB

However, your post reminded me that I had only tried the database installation args. I tried the client installation args and it worked perfectly.

Unknown said...

Hi. I tried this. It was still giving me the same error.

[INS-30131] Initial setup required for the execution of installer validations failed.
Cause - Failed to access the temporary location. Action - Ensure that the current user has required permissions to access the temporary location. Additional Information:
Framework setup check failed on all the nodes Summary of the failed nodes erp  - Version of exectask could not be retrieved from node "erp"

Anonymous said...

THANK YOU for sharing the solution ! I was struggling with this for hours !

Edwin Arias said...

Evandro you are the best! Thank you!