Win2k3 Terminal Server confiuration

bphasey

Member
Hi,
I have a question about running EnterpriseOne 8.9 client on a Windows 2003 terminal server. Currently the terminal server in running in remote administration mode as we dont plan to have more than 2 users. The problem we are experiencing is that to run the application succesfuly, the user must log in to the terminal server using an account with local administrative rights otherwise the application causes an error and exits.

Has anyone else run the EnterpriseOne 8.9 thick client on a windows 2k3 terminal server successfully without administrative privelidges or does it need to be configured in application server mode to allow this?

Ideally, we dont want the users of this machine having full control over it.

Any Help is appreciated.

Brendan.
 
I believe that this is related to not being able to write to the registry.
 
Grant admin access to these registry items:

* HKEY_LOCAL_MACHINE\Software\JDEdwards
* HKEY_CURRENT_USER\Software\JDEdwards
* HKEY_CURRENT_USER\Software\ODBC\odbc.ini
* HKEY_CLASSES_ROOT\.jde
* HKEY_CLASSES_ROOT\ONEWORLD.JDEAPPLICATION
* HKEY_CLASSES_ROOT\JDEPPCOM.Column
* HKEY_CLASSES_ROOT\JDEPPCOM.DataItem
* HKEY_CLASSES_ROOT\JDEPPCOM.DataStructure
* HKEY_CLASSES_ROOT\JDEPPCOM.Environment
* HKEY_CLASSES_ROOT\JDEPPCOM.Library
* HKEY_CLASSES_ROOT\JDEPPCOM.Table
* HKEY_CLASSES_ROOT\JDEOBJECTBROWSETABCTRL
* HKEY_CLASSES_ROOT\JDEdwards.Application
* HKEY_CLASSES_ROOT\CLSID
* HKEY_CLASSES_ROOT\TypeLib
* HKEY_LOCAL_MACHINE\ODBC\odbc.ini
* HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\UNINSTALL\JDEdwards OneWorld
* HKEY_LOCAL_MACHINE \Software\Microsoft\Windows\CurrentVersion\SharedDLLs
* HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppPaths\ OEXPLORE.EXE


Guys, is this list complete for 8.9 ?
 
Access rights can be easily granted to any Windows Group (i.e.: "<DOMAIN>\Users") from a simpple script, even across the network, with a freeware RSC52 utility.

You can find it by searching Google for "windows registry security commander".

It was originaly written specifically for this exact reason, right after XE was released.

Regards,
Alexander Pastuhov
http://www.pastuhov.com.au/index.htm
 
Thanks guys. I suspected it would be something like that. I'll give it a try.

Cheers.
 
Back
Top