Wednesday, May 7, 2014

[INS-30131] Initial setup required for execution of installer validation failed.

Problem:
Oracle 12c client installation on Windows fails with [INS-30131].

OS: Windows 2008 R2 64bit
Oracle Client: 12.1.0.1



Error Message:
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
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available
Summary of the failed nodes
csdevps7
- Version of exectask could not be retrieved from node "csdevps7"
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available

Screenshot:

Solution:
This error should be resolved by restarting your Windows server or PC.

or
 

Open Windows 'Services' (%windir%\system32\services.msc)
- Stop 'OracleRemExecServiceV2' service.
- This service should be deleted automatically.
- Then try to install the Oracle Client on the same Microsoft Windows x64 (64-bit) server.

or

A)   Check if Windows Service “Server” is not running
       Check if Windows Service “Server” is started on the system, if not started then start it and try again installation.

B)  Verify if c$ Admin share is enabled
1. Enable administrative share for C$ (Please check with your System Admin to do this or See Microsoft document http://support.microsoft.com/kb/314984)

2. Check that it is ok:
- net use \\\c$ should work
- the current user (i.e. user in administrator group) should have all privileges on the default share

3. Retry the installation

4. Remove the administrative share again

I hope this helps.

Please feel free to leave your questions or suggest improvements to this section.

16 comments:

  1. I have restarted my PC twice. I have Windows Server 2008 R2 Enterprise 64 bits.
    And i want to install Oracle Client 12c.

    any other solution?

    ReplyDelete
    Replies
    1. Good morning Jalal.

      Please try these steps and let me know how it goes:
      - Open Windows 'Services' (%windir%\system32\services.msc)
      - Stop 'OracleRemExecServiceV2' service.
      - This service should be deleted automatically.
      - Then try to install the Oracle Client on the same Microsoft Windows x64 (64-bit) server.

      Delete
    2. there is no service called OracleRemExecServiceV2 at my services. any solution ?

      Delete
    3. This comment has been removed by the author.

      Delete
    4. hey Boris..u r great Man, this solved my problem I almost spend 8 hours to resolve this issue. great Man !!!

      Delete
  2. getting the same error on win8.1 and I cant locate OracleRemExecServiceV2 at my services inside my services. Tnx pls help me, I want to learn oracle but this error is damn killing me .

    ReplyDelete
    Replies
    1. Good Morgning Salim, Please see third solution:
      A) Check if Windows Service “Server” is not running
      Check if Windows Service “Server” is started on the system, if not started then start it and try again installation.

      B) Verify if c$ Admin share is enabled
      1. Enable administrative share for C$ (Please check with your System Admin to do this or See Microsoft document http://support.microsoft.com/kb/314984)

      2. Check that it is ok:
      - net use \\\c$ should work
      - the current user (i.e. user in administrator group) should have all privileges on the default share

      3. Retry the installation

      4. Remove the administrative share again

      Delete
  3. Cause - Failed to access the temporary location. Action - Ensure that the current user has required permissions to access the temporary location. Additional Information:
    Exception details  - PRVG-11322 : One or more node names "arpit_pc" contain one or more of the following invalid characters "_"


    ReplyDelete
  4. Just run the install under Administrative permissiona ...

    ReplyDelete
  5. Just end the process RemoteExecService from taskmanager. It will work.

    ReplyDelete
    Replies
    1. This did the trick for me. Thank you!

      Great post, Boris!

      Delete
  6. This comment has been removed by the author.

    ReplyDelete
  7. Same issue facing on AIX 7.1 kindly help to resolve, this issue occurred while installing the Oracle 12.2 32bit client.

    ReplyDelete
  8. Hi,

    Here is no service called RemoteExecService from task manager or here is no service called OracleRemExecServiceV2 at my services on my pc any solution please?

    Thanks
    Dharmesh

    ReplyDelete
  9. Hey Guys.....it works for me. my setup was stuck at 88% for Oracle 12c on windows server 2012 R2. I did following changes

    to avoid system check
    [INS-30131] Initial setup required for the execution of installer validations failed.

    This helped me:

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


    1) net share test=C:\ /grant:everyone,FULL ( EXECUTE THIS IN COMMAND PROMPT)
    2) •Go to the Windows 'Services'
    •Stop OracleRemExecServiceV2

    3) SET TEMP = C:\TEMP ( EXECUTE THIS IN COMMAND PROMPT)
    4) CHECK WHETHER SERVICE NAMED AS " SERVER" RUNNING ON SEREVR. if not then start that. this is for pipe connection where I stucked.

    ReplyDelete