12c Client: How to Resolve Error [INS-30131] on Win7 x64 Install?

Hi all,
I'm getting an error message I can't figure out on the Oracle 12c client installer.
I have 11g client installed on my machine. I took the following steps:
Downloaded the 12g client for x64 from Oracle's web site.
Extracted the zip file.
Right-clicked on "Setup.exe" and selected "Run as Administrator."
Passed the OUI monitor check and it prepped the install from a temp directory.
Installer opens
I select a custom installation type (I'm really only looking for the odp.net managed DLLs) and click next.
I skip software updates and click Next.
I see the following error message: "[INS-30131] Initial setup required for the execution of installer validations failed." Cause: "Failed to access the temporary location".
I'm not sure what temporary location it's trying to access, but I'm a network administrator, with full admin rights on my box, running the program with elevated permissions and entering my credentials to do so.
Any help on this would be greatly appreciated

I had the same situation, when I was running the installer 2nd time (installing both 32-bit and 64-bit drivers for some reason). I found following articles on metalink:
"[INS-30131] The initial setup that is required to run the installation program validation was not successful " Error While Installing 12.1 (Doc ID 1569962.1)
Installation of 11gR2 on Windows Fails Checking Requirements (Doc ID 1133495.1)
Neither of them was helpful. After some time of poking around I noticed service OracleRemExecServiceV2 running from location C:\Users\<MyUsername>\AppData\Local\Temp\2\\oraremservicev2\RemoteExecService.exe - I stopped it and re-ran Oracle client installer. It solved the problem for me.

Similar Messages

  • How to resolve Error "Adobe Acrobat (AcroExch.App rc=-2147221005) could not be loaded"

    How to resolve Error  "Adobe Acrobat (AcroExch.App rc=-2147221005) could not be loaded"

    What is your operating system?  Reader version?
    You get this error when doing what?

  • TS3694 How to resolve error code 1015 in restoring apple iphone. Please guide

    How to resolve error code 1015 in restoring apple iphone. Please guide.

    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • TS3694 Please tell me how to resolve error 1015 when trying to restore an Iphone 3g!!!!

    Please tell me how to resolve error 1015 when trying to restore an Iphone 3g!!!!

    https://discussions.apple.com/message/18540882#18540882

  • HT201210 how to resolve error 21? my iphone 4 just showing apple logo... when i'm trying to restore it... it is showing error 21 n that's not letting me restore it :( pls help

    how to resolve error 21? my iphone 4 just showing apple logo... when i'm trying to restore it... it is showing error 21 n that's not letting me restore it pls help

    From the article that the question was posted from:
    Error 1611
    This error typically occur when security software interferes with the restore and update process. Follow Troubleshooting security software issues to resolve this issue. In rare cases, this error may be a hardware issue. If the errors persist on another computer, the device may need service.
    Try reading the solutions you find in the future and follow them.

  • TS3694 how to resolve error code 1015 ?

    how to resolve error code 1015 ?

    Generally means you've jailbroken your phone & will most likely never be able to install a stock firmware on it.

  • HT1414 how to resolve error 1015 while restoring iphone3g to 4.2.1

    How to resolve error 1015 while restoring iphone 3g to ios 4.2.1

    This error is returned by jailbroken iPhones. Sorry, can't discuss such iPhones as per terms and conditions of this Forum.

  • How to resolve errors - ORA-01033: ORACLE, or closed, or initialized ,ORA-02063: Previous line from D1558A_IFRSQRY

    Hi Expert,
        Please tell me how to resolve errors - ORA-01033: ORACLE, or closed, or initialized ,ORA-02063: Previous line from D1558A_IFRSQRY
    Thanks and Regards

    Google is obviously broken for you: so I've posted what you need to put into your browser.
    https://www.google.co.uk/search?q=ORA-01033

  • HT201210 how to resolve error 1015

    how to resolve error 1015

    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • HT4623 how to resolve error 3014

    how to resolve error 3014?

    http://support.apple.com/kb/TS3694#error3014
    This error occurs when iTunes is unable to reach gs.apple.com in a timely fashion. Follow the steps below inUnable to contact the iOS software update server gs.apple.com.

  • TS1424 how to resolve error 3194

    how to resolve error 3194??

    Just the usual diagnostic steps. Reboot your computer. Use a USB port directly on the computer, not a hub, disable security software - antivirus and firewall - completely remove iTunes, then download and install a clean copy (current version if 10.2.2), create a new user on your computer and try updating as that user, try a different computer.

  • How to resolve ERROR-29 in outbound program of ABAP?

    Hi All,
        I am trying to send idocs from SAP to NON SAP ,In WE02 i am getting error
    Receiver of IDoc is its own logical system
      its error number is 29.i.e.Error in ALE service.If any body knows how to resolve this issue post your valuable message.
    Regards,
    K.S.L.Neelima

    Hi Neelima,
    Check out the Outbound Program logic which actually triggers the Idoc. The below message means that you were trying to send the Idoc from same System to the same system(If its a different client then it is OK)Sender and receiver Systems are the same.Check whether you have populated the control Record Information correctly or not.
    Best Regards

  • How to resolve error - 502 web server error ?

    Hello,
    Kindly consider following scenario: 
    Custom control is programmatically creating site using following code. Once site get created, it redirecting to its settings.aspx page:
    try
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite
    site1 = new
    SPSite(SPContext.Current.Site.ID))
    SPLongOperation.BeginOperation
    beginOperation = null;
    if (beginOperation ==
    null)
                             beginOperation =
    delegate(SPLongOperation
    longOperation)
                                 site1.WebApplication.Sites.Add(site1.RootWeb.Url 
                      + "/manPath/site1,
    Site1, "", 1033,TemplateName,
    __userLoginName, __userName,__userEmail);
                                 longOperation.End(site1.RootWeb.Url
    + "/manPath/site1/_layouts/settings.aspx");
    SPLongOperation.Begin(beginOperation);
    Same code works perfect at development machine, while in production it gives 502 web server errors.
    Please check below error text:
    502 - Web server received an invalid response while acting as a gateway or proxy server.
    There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
    Results in Development machine: site gets created and redirects to its site settings page as expected.
    Results in Production machine: During the process it throws 502 web server errors, while site has got created successfully.
    I am not sure why it happened, while previously it was working. I have feeling that may be redeployment should resolve the issue, but I want to know root cause of this issue!!
    Note :  the same settings page is working well, when I open it manually in production environment!
    Please let me know the approaches to resolve this issue? Also, let me know if you need any further information on same.
    Thank you to look at this issue !
    Kind Regards,
    Dipti Chhatrapati

    Hi, I have found the things where is the issue , but still I am looking for the resolution !
    To add further on above issue, I have observed as below :
    Client machine: Following
    error is getting throw when creating new  site. 
    502 - Web server received an invalid response while acting as a gateway or proxy server. 
    There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content
    server, it received an invalid response from the content server. 
    WFEs
    machine : Error is not getting display when creating new site.
    And hence , it looks like load balancing/IIS issue, however I am not sure how to resolve the same !! 
    Please let me know your thoughts !
    Thanks and Kind Regards,
    Dipti Chhatrapati

  • How to resolve error 3036

    how can i resolve error 3036

    Try using search and inputting the error message.
    You will be amazed at what can be found when a little effort is put into looking for answers.

  • HT204053 How to resolve "error while trying to connect to the server."

    Receive "error while trying to connect to the server" on my PC when using iCloud. How to resolve?

    check the below link.
    /people/stephen.johannes/blog/2005/08/18/external-data-loads-for-crm-40-using-xif-adapter

Maybe you are looking for

  • How do I uninstall applications with a MacBook Pro?

    Hai, I need help finding out how to uninstall applications with a MacBook Pro? -I just got this computer 5-6 days ago and I hardly know anything about it. (AS expected from a new user to a Mac computer. ) Everything is kind of confusing to me especia

  • My Encore is transcoding "don't transcode" MPEGs

    Hi everyone, I always bring only MPEG-2 compliant video files into Encore. They always show up as "don't transcode" and when I build the DVD it goes really fast. Today I ran into a problem. I bring in a MPEG-2, which Encore lists as "don't transcode"

  • Changing password of Sysman and DBSNMP users in Oracle 10g (10.2.0.3.0)

    Hi, When i changed my sysman and dbsnmp password, these users are frequently locking. For sysman password change i do the following steps. 1) emctl stop dbconsole 2) change password of sysman and dbsnmp from sql 3) Post sysman password change to emom

  • Journal Voucher PLD, Reversal Date

    Dear Experts, At Journal Voucher PLD, choose Source Type = Database, Table = Journal Voucher Entry, Column = Reversal Date. But the printout is blank. Check database OBTF, StornoDate got value there, may i know why it is not printed? The SAP Version

  • Keeps reverting to google analytics and then freezes, how can i stop this?

    recently firefox won't load sites but automatically tries to access google analytics and just carries on trying for ages.