Hi all,
I've created a package to deploy SAP GUI 7.30 to my machines, and it works fine on Win7 x86 machines. On x64 machines, I see the following error in the NWSapSetup.log:
10:58:16 NwSapFeiUt 1W Registration with 'sapregsv.exe' failed. Error message: Unspecified error. Error code 0x80004005.
10:58:16 NwSapFeiUt 1 Attempting out of process self registration (regsvr32.exe)
10:58:16 NwSapFeiUt 1 Executing <C:\Windows\system32\regsvr32.exe C:\Windows\SysWOW64\CCM\Cache\TUR002D8.8.System\UNDEFINED\axbridge\bin\JNetBean.dll /s>
10:58:16 NwSapFeiUt 1 Waiting for 31000 milli-seconds...
10:58:16 NwSapFeiUt 1 Process <C:\Windows\system32\regsvr32.exe C:\Windows\SysWOW64\CCM\Cache\TUR002D8.8.System\UNDEFINED\axbridge\bin\JNetBean.dll /s> has finished.
10:58:16 NwSapFeiUt 1 Process <C:\Windows\system32\regsvr32.exe C:\Windows\SysWOW64\CCM\Cache\TUR002D8.8.System\UNDEFINED\axbridge\bin\JNetBean.dll /s> has the return code 5
10:58:16 NwSapFeiUt 1E COM server out of process self registration failed! Reboot required. Error message: Access is denied. Error code 0x00000005 (5).
10:58:16 NwSapsAtlC 1E While processing Component '$SAP JNet Files' with Id '{2D7439D3-7AD1-4FE8-8E91-A25317DE0278}' 1 error(s) have been registered.
This is being run on the machine in the System context, and again, it works fine on 32 bit systems, just not on 64 bit systems. All of the machines are running either Java 6, or Java 7. I've checked the deployment guide and done some googling, and I'm not finding anything. Has anyone else seen this behavior?