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
  • 相关阅读:
    css设置兄弟节点的样式(相邻的前一个节点)
    css文本强制两行超出就显示省略号,不显示省略号
    Adobe Photoshop CC2014 for MAC 详细破解步骤
    CSS实现背景图片透明和文字不透明效果
    jquery实现搜索框从中间向两边扩展(左右放大)
    微信小程序拒绝授权后提示信息以及重新授权
    linux下的 sudo ln -s 源文件 目标文件
    小程序实现倒计时:解决ios倒计时失效(setInterval失效)
    浅谈CSS高度坍塌
    sourcetree安装以及跳过sourcetree注册登录
  • 原文地址:https://www.cnblogs.com/ayumie/p/6235860.html
Copyright © 2011-2022 走看看