Cisco Cisco Workload Automation 6.3 Guia Do Utilizador

Página de 48
10
Configuring the JD Edwards Adapter
Configuring the JDE.INI Configuration File
WINDOWS
[JDENET_KERNEL_DEF16]
krnlName=XML List Kernel
dispatchDLLName=xmllist.dll
dispatchDLLFunction=_XMLListDispatch@28
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0
[JDENET_KERNEL_DEF22]
krnlName=XML DISPATCH KERNEL
dispatchDLLName=xmldispatch.dll
dispatchDLLFunction=_XMLDispatch@28
maxNumberOfProcesses=6
numberOfAutoStartProcesses=1
AS400
[JDENET_KERNEL_DEF16]
krnlName=XML LIST KERNEL
dispatchDLLName=XMLLIST
dispatchDLLFunction=XMLListDispatch
maxNumberOfProcesses=3
beginningMsgTypeRange=5257
endingMsgTypeRange=5512
newProcessThresholdRequest=0
numberOfAutoStartProcesses=1
[JDENET_KERNEL_DEF22]
krnlName=XML DISPATCH KERNEL
dispatchDLLName=XMLDSPATCH
dispatchDLLFunction=XMLDispatch
maxNumberOfProcesses=6
numberOfAutoStartProcesses=1
The 
maxNumberOfProcesses setting provides 6 kernel processes for handling the JDE adapter requests. This 
number can be tuned up or down depending on the level of activity from the adapter.
The 
numberOfAutoStartProcesses should be set to a value greater than zero so that a kernel process is available 
to handle adapter requests.
2.
If the list, call method and/or ube request types have not been defined in the [XMLLookupInfo] section, add them as 
shown in the following example:
XMLRequestType1=list
XMLKernelMessageRange1=5257
XMLKernelHostName1=local
XMLKernelPort1=0
XMLRequestType2=callmethod
XMLKernelMessageRange2=920
XMLKernelHostName2=local
XMLKernelPort2=0
XMLRequestType7=ube
XMLKernelMessageRange7=380
XMLKernelHostName7=local
XMLKernelPort7=0
XMLKernelReply7=1
3.
If you make any changes, restart the Enterprise Server.