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.
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.
oraremservice folder.
Rerun your installation.
Thanks for this blog...worked and saved me tons of troubleshooting
ReplyDeleteplease help me fix this issuse on Centos 7
ReplyDeletei face same issue in linux platform 6.4
ReplyDeletewhat the steps for linux platform
For client software installations, run the installer with following args:
ReplyDeletesetup.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"
hello.
ReplyDeletei have a same problem in redhat linux Enterprise 6 X64
what should i do?
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
ReplyDeleteHowever, your post reminded me that I had only tried the database installation args. I tried the client installation args and it worked perfectly.
Hi. I tried this. It was still giving me the same error.
ReplyDelete[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"
THANK YOU for sharing the solution ! I was struggling with this for hours !
ReplyDeleteEvandro you are the best! Thank you!
ReplyDelete