Changes to JDE.INI [JDENET_KERNEL_DEF6] section - need explanations

RSCOTT

Member
Greetings all!

I'm developing some interop solutions for a client in OneWorld XE. In order to use the interop, PeopleSoft Response has suggested I change a section of the JDE.INI.

Because of the nature of the change, my client is hesitant to go forward. Their current JDE.INI file has a [JDENET_KERNEL_DEF6] definition which PeopleSoft has suggested they overwrite in order to enable the XML Interop. Here's what the client's version of XE came insalled with by default:

[JDENET_KERNEL_DEF6]
krnlName=CALL OBJECT KERNEL
dispatchDLLName=jdekrnl.dll
dispatchDLLFunction=_JDEK_DispatchCallObjectMessage@28
maxNumberOfProcesses=10
numberOfAutoStartProcesses=3

Here's what PeopleSoft says it should be to get XML Interop to work:

[JDENET_KERNEL_DEF6]
krnlName=CALL OBJECT KERNEL
dispatchDLLName=XMLCallObj.dll
dispatchDLLFunction=_XMLCallObjectDispatch@28
maxNumberOfProcesses=10
numberOfAutoStartProcesses=1

Does anyone know the impact of changing the first def to something else? Is that the def that is installed by default or has that been added "after market?" All help to justify this change would be much appreciated.

Thanks-

R.Scott
 
Hi there,

I made this exact change a couple of months ago with no ill effects. ie XMLCallOBJ.dll seems to have all of the functionality of jdekrnl.dll wrapped up in it.

regards,

Paul

ERP 8.0 SQL2000 SP21_E1
 
Back
Top