User Admin rights for XE

m_powell

Active Member
Can someone please answer a question for me regarding file and registry permissions.

We are just going through the process of having Windows XP on our workstations and subsequently having to re-install XE.

I have followed the instructions outlined by Oracle to give users rights to security files on the c:\ drive, full access to b7 and subdirectories and a list of registry keys. I've also added rights to the jde.ini file.

However, I am still getting one error in the log file that I can't trace. The message is as follows:

2020/2044 Mon Apr 10 06:59:22 2006 newmda.cpp1081
The server (jdeocx.ocx) was unable to complete the unregistration of all the object classes.

2020/2044 Mon Apr 10 06:59:22 2006 newmda.cpp1019
The server (jdeocx.ocx) was unable to complete the registration of all the object classes.

2020/2044 Mon Apr 10 06:59:23 2006 jdb_ctl.c2763
Starting OneWorld

2020/2044 Mon Apr 10 06:59:34 2006 library.c647
LIB0000219 - RegOpenKeyEx failed with the Windows error number 5 (Access is denied.)

2020/2044 Mon Apr 10 06:59:35 2006 combined.c344
RDEL0000045 - Could not open tables for reliable event delivery (F90703 and F90704). Reliable event delivery will be disabled

With regard to the LIB0000219 line, does anyone know which key/library/file this relates to?

Otherwise the install appears to be working without issue.

Any help would be appreciated.

Thanks

Malcolm
XE SP22 AS400 V5R2
 
I came across this on the customer connect site:

SOLUTION ID: 200820589 E1: Installation: Administrator Rights for Workstations

ISSUE:
Users require administrator rights on local workstations in order to use the OneWorld client. Due to the customers company security policies, that is not possible. They have tried the work around in OTI-01-0082 (Solution #200783106), however, it does not solve the issue. It is ineffective for Windows XP.

SOLUTION:
1. Your users need full permission to the security files on the root c:\. That is what is causing the 'You are not authorized' errors.
For Xe and ERP8 the files are:
jdeapp.ddp
jdeapp.xdp
jdeauth.dda (hidden file)
jdeauth.xda (hidden file)
jdemod.ddm
jdemod.xdm
jdesec.dds (hidden file)
jdesec.dds (hidden file)

For 8.9 and above the files are:
jdeappuni.ddp
jdeappuni.xdp
jdeauthuni.dda (hidden file)
jdeauthuni.xda (hidden file)
jdemoduni.ddm
jdemoduni.xdm
jdesecuni.dds (hidden file)
jdesecuni.dds (hidden file)

2. Users also need full permissions to b7 and all sub-directories and files below. This is what is causing the TAM: tamfopen c:\b7\pd7334\spec\glbltbl.xdb error 5-Access is denied. WinErrNum=5 errors.
These are the registry keys that need to be opened up for the user to be able to install packages.

HKEY_LOCAL_MACHINE\Software\JDEdwards
HKEY_LOCAL_MACHINE\ODBC.ini
HKEY_CURRENT_USER\Software\JDEdwards
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

SPECIFIC TO: EnterpriseOne PeopleTools

WORKAROUND:
Solution ID: 200783106
 
Thanks

I've done this but am still getting the LIB0000219 error.

Thanks

Malcolm
 
Back
Top