Configuring the JD Edwards EnterpriseOne Server jde.ini File for Z Events Only: Step 2

Note: Make sure the JD Edwards EnterpriseOne services are stopped until after you make the requisite changes to the jde.ini file and the enterpriseone.sh script on Oracle's JD Edwards EnterpriseOne server.

The JD Edwards EnterpriseOne server jde.ini file must be configured as follows:

Parameter

Description

[SECURITY]

You must have these values set in order for JD Edwards EnterpriseOne to accept messages.

User=JDE

Password=JDE

[JDENET_KERNEL_DEF17]

You must update the DEF value to next number. For JD Edwards EnterpriseOne, this value is 17.

krnlName=MQSI Kernel

dispatchDLLName=libmqsadapt.so

Use libmqsadapt.sl instead of libmqsadapt.so on HPUX PA-RISC

dispatchDLLFunction=JDEK_DispatchMQSeries Process

maxNumberOfProcesses=1

Parameter

Description

[MQSI]

These settings are for the header information on the message that is required for IBM WebSphere Commerce Integrator.

QMGRName=JDE_QMGR

QInboundName=INBOUND.Q

QErrorName=DEFRES.Q

QOutboundName=OUTBOUND.Q

The name of the queues can be any name, but must match the names you specify in the WebSphere MQ queue setup.

TimeoutWaitInterval=15

MaxBufferLength=100,000

The value of this field is measured in bytes. The maximum value that you can set is 100,000,000. The default value is 100,000. You should not use the maximum value, as this can cause performance issues. You can use the IBM WebSphere MQ tools to determine the average size of a message and then set the MaxBufferLength value based on your needs.

CreateHeader=YES

AppGroup=NNJDE

JDEOrderStatusCode=JDESOOUT

JDECustomerCode=JDEAB

JDEItemPriceCode=JDEPRICE

JDEItemQtyCode=JDEIL

NCOrderStatusCode=JDE.IC.F4201Z1

NCCustomerCode=JDE.IC.F0101Z2

NCProductPriceCode=JDE.IC.F4106NC

NCProductQtyCode=JDE.IC.F41021Z1

If you use the adapter without IBM WebSphere Commerce Integrator, you can specify the create header as equal to No, and you should set the IBM WebSphere Commerce Integrator -specific parameter settings in the MQSI section to blank. This includes the four parameters prefixed by JDE and four parameters prefixed by NC.

OWHostName=host_name

You must specify a host name. The name you specify is the machine used to create the net message to trigger the outbound adapter. This is the server on which JD Edwards EnterpriseOne resides.