hi,
I'm trying to install Oracle 12c Client on Win10 but the installation hung at the following message:
[Worker 1] [ 2015-11-27 11:09:08.389 CET ] [WindowsSystem.startRemoteExecServer:2081] _WS_ serivce OracleRemExecServiceV2 not started on ROSLON15
[Worker 1] [ 2015-11-27 11:10:46.637 CET ] [WindowsSystem.setDestLocPermissions:3934] Calling native method to modify permissions : C:\windows\Temp\Remote_Exec_Sync_Tempv2
[Worker 1] [ 2015-11-27 11:10:46.637 CET ] [WindowsSystem.setDestLocPermissions:3936] change directory permissions success? false
[Worker 1] [ 2015-11-27 11:10:46.637 CET ] [WindowsSystem.setDestLocPermissions:3940] There is an error while modifying directory's ACL: T
[Worker 1] [ 2015-11-27 11:14:03.184 CET ] [WindowsSystem.startRemoteExecServer:2114] couldn't create sync file The network path was not found
[Worker 1] [ 2015-11-27 11:14:03.184 CET ] [WindowsSystem.startRemoteExecServer:2124] wait for sync ownership failed at retry 24
I've already applied all tricks i was able to find on the web (UAC, registry, net use ..., set TEMP/TMP) .
It looks like installer has hard-coded value to use %systemroot%\Temp folder for some issues. I'have this suspicious as already set all TEMP/TMP references to point to the C:\Temp folder I even remove C|Windows\Temp but this installer still refer to it.
this is the command line i'm executing from client isntaller:
setup.exe -logLevel finest -debug
Please help/advise what i can do more with it.
Thanks,
Robert