Symptom: You think you have purchase order approval correctly setup, but when a PO is entered, messages are not sent to the approver.
Solution:
- Make sure the JDE.IN on the Application server is set correctly in the WORKFLOW section and also set the autostart process for the appropriate kernel.
- The processing options for the P4310 have to be set. Go to the OVERRIDE Next Status and blank that option out.
- Check to be sure your external email is set correctly. Don’t forget to make sure your emails are not going to your JUNK or spam folder.
All the values italicized should be set with your appropriate information.
[WORKFLOW]
; Workflow Runtime Interop, inbound (server only)
WRIUser=JDE
WRIPassword=JDE
WRIEnvironment=PS812
WRIRole=*ALL
In order to test out also enable the following auto start process. This will test the kernel accessing the system correctly.
[JDENET_KERNEL_DEF13]
krnlName=WORK FLOW KERNEL
dispatchDLLName=workflow.dll
dispatchDLLFunction=_JDEK_DispatchWFServerProcess@28
maxNumberOfProcesses=5
numberOfAutoStartProcesses=1 (Set this value to 1)