Installing OneWorld XE SP23_S1 on 2008 R2 Terminal Server

Matt SF

Member
Hello,

I'm currently in the process of building two new 2008 R2 Terminal Server VMs to replace a couple aging physical servers. I have OneWorld XE installed and working for anyone with local administrator rights on the Terminal Server, however any normal users that login and attempt to run JDE receive the following errors:

- Failed to update the system registry. Please try using REGEDIT
- Unexpected response from DLLRegisterServer

After the errors the login screen appears but I cannot figure out how to stop them from appearing. What permissions do I need to assign and where?

Thank you!
 
This is what we do, depending on your security requirements it may not work for you:

Give “Authenticated Users” Full control to the follwing Registry Keys:
HKEY_LOCAL_MACHINE\Software\JDEdwards
HKEY_CURRENT_USER\Software\JDEdwards
Give “Authenticated Users” Modify rights to the following Folders/Files:
D:\B7
c:\jde*.* (typically 10 files)
c:\windows\Debug\UserMode\ChkAcc.log
 
Thanks for the reply.
Between what you posted and the following keys I was able to get things working.

HKCR\ONEWORLD.JDEAPPLICATION
HKCR\JDEPPCOM.Table\CLSID
HKCR\JDEPPCOM.Library\CLSID
HKCR\JDEOBJECTBROWSETABCTRL\CLSID
HKCR\JDEPPCOM.Environment\CLSID
HKCR\JDEPPCOM.DataStructure\CLSID
HKCR\JDEPPCOM.DataItem\CLSID
HKCR\JDEPPCOM.Column\CLSID
HKCR\JDEdwards.Application
HKCR\OneWorld.SplashWnd.1
HKLM\System\CurrentControlSet\Services\WinSock2\Parameters
HKLM\Software\Wow6432Node\JDEdwards\OneWorld\Install.ini
HKCR\Wow6432Node\CLSID\{A0926C50-8658-11CF-8806-0000F692D87A}\ProgID
HKCR\Wow6432Node\CLSID\{ED890599-9921-11CF-8812-0000F692D87A}\ProgID
HKCR\Wow6432Node\CLSID\{17DEC2CA-AF4F-11D0-A1DF-400011004228}\ProgID
HKCR\Wow6432Node\CLSID\{08364991-47A0-11D0-80EB-400011104486}\ProgID
HKCR\Wow6432Node\CLSID\{66175DE1-AD36-11D0-A1DE-400011004228}\ProgID
HKCR\Wow6432Node\CLSID\{7CDF16D1-FCC6-11D1-AE2C-0000F67841A4}\ProgID
HKCR\Wow6432Node\CLSID\{FE241DF1-E901-11D1-AE29-0000F67841A4}\ProgID
HKCR\Wow6432Node\CLSID\{17DEC2CE-AF4F-11D0-A1DF-400011004228}\ProgID
HKCR\.jde
 
Back
Top