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
  • 相关阅读:
    GetHub下载不成功
    Cache 判断Ip几分钟内攻击次数
    .net 通过Url获取站点json数据
    Linq 读取Xml 数据
    ef Linq 自定义字段列表
    面试的心得
    触发器--单独字段变化另一个字段也变化
    Ajax跨域 取值 Jsonp的定义注意事项
    asp.net里,各种下载方式汇总
    c# 获取硬件信息
  • 原文地址:https://www.cnblogs.com/ayumie/p/6235860.html
Copyright © 2011-2022 走看看