zoukankan      html  css  js  c++  java
  • win7 ins 30131 oracle 12c

    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
    prcsgi1167l
     - Version of exectask could not be retrieved from node "prcsgi1167l"
     - Cause: Cause Of Problem Not Available
     - Action: User Action Not Available


    解决办法:1、控制面板——管理工具——计算机管理——共享文件夹,选中右侧的共享,
                           点击右键新建共享——选到C盘——输入共享名称c$。其中共享权限选择:其中共享中权限设置为管理员有完全访问权限;其他用户有只读权限(R)
                      2、控制面板>所有控制面板项>管理工具>服务>SERVER 启动
                      3、右键以管理员权限运行setup.exe文件。
     

    I have been googling and found a lot of suggestions on how to solve it: 

    1. Set the TEMP and TMP variables to C:TEMP, where I gave it Full control to all the users.

    2. Enable the Administrative share: net use \localhostc$

    3. Set HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystemDWORD value LocalAccountTokenFilterPolicy to 1

    Set HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesLanmanServerParametersDWORD value AutoShareWks to 1

    4. Getting rid of the OracleRemExecServiceV2 service.

    5. Deleting everything from the temp directory/directories and restarting OUI

    6.check if  RemoteExecService.exe *32 is running from your temp location,

       for example C:Users<your_user_name>AppDataLocalTemporaremservice. 

       If it does, then kill the process and delete the 
      oraremservice folder. rerun your installation

    I have tried all this and no luck - I'm still stuck with this error. Kindly advise on how to resolve it!

    Finally, i took below command to ignore it:

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

     http://stackoverflow.com/questions/21546892/oracle-12c-installation-failed-to-access-the-temporary-location

     https://community.oracle.com/thread/2567145
    All for u
  • 相关阅读:
    Java数据处理,Map中数据转double并取小数点后两位
    19年7月份面试7家公司,整理的java面试题(答案自行百度解决,也是个学习的过程)
    2019阿里云面试题,竟然现场敲代码,现在的企业越来越实在了
    解决win10状态栏的搜索框无法搜索本地应用或无反应
    sql,按照时间排序,取前N条
    List数组排序
    阿里云的maven仓库 地址
    hashcode相等两个类一定相等吗?equals呢?相反呢?
    杂记
    java排序
  • 原文地址:https://www.cnblogs.com/ayumie/p/6235860.html
Copyright © 2011-2022 走看看