Windows 7 x64コンピューターにOracle 12cをインストールしようとしていますが、しばらくするとこのエラーが発生します。
SEVERE: [FATAL] [INS-30131] Initial setup required for the execution of installer validations failed.
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
maddy-pc
- Version of exectask could not be retrieved from node "XXXXXX"
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available
誰かがこの問題を解決する方法を知っていますか?
問題が見つかりました。理由のため、Oracleが管理ネットワーク共有(つまり、\ computer\c $)を介してファイルシステムにアクセスする必要があることを理解していないため、無効にしていました。
この問題を解決するために確認すること:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
DWORD
value LocalAccountTokenFilterPolicy
to 1HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters
DWORD
value AutoShareWks
to 1やっとこのエラーの答えを得ました。これは、マシン名が大きいためでした。新しいマシンをセットアップするとき、マシン名がBIOS名より大きくないことを確認する必要があります。これは15文字です。これは間違いなく動作します。
同様の問題があり、多くの解決策を試しても失敗しました。
最後に、私は最終的に次のことを実行することになります。
管理共有が有効になっていない場合、次の回避策を使用してデータベース/クライアントソフトウェアをインストールできます。
For client installs, run the installer with following arguments:
setup.exe -ignorePrereq -J "-Doracle.install.client.validate.clientSupportedOSCheck = false"
For server installs, run the installer with following arguments:
setup.exe -ignorePrereq -J "-Doracle.install.db.validate.supportedOSCheck = false"
上記のY.Ecarriからの回答を拡張して、
Serverサービスが開始されていることを確認します。実行ボックスに移動し、services.mscと入力します。これにより、サービスコンソールが表示されます。
タイプ\\<your-computer-name>
実行ボックスで、共有フォルダーが表示されるかどうかを確認します。