1986
IAPJMS Failed to find procedure configuration data for Case (CaseNum) Event (EventName) Reason (ReturnCode)
Description
The IAPJMS process failed to find activity monitoring configuration for a case of a procedure where:
| • | CaseNum is the unique ID of the case. |
| • | EventName is the name of the activity. |
| • | ReturnCode is an internal return code from the software. |
This means that the message has not been sent. Whether or not the failed message transaction is rolled back depends on how you have configured your IAPJMS_ROLLBACK process attribute. See "IAPJMS_ROLLBACK" in TIBCO iProcess Engine Administrator’s Guide for more information.
Appears In
SWDIR\logs\sw_warn
Severity
3 (Warning)
Action
To resolve the problem:
| 1. | Check the activity monitoring schemas to make sure that your XML conforms to them. |
| 2. | If you are using UNIX, check the $SWDIR\logs\std_err.log file for errors. |
| 3. | Check that the JMS service is running. |
| 4. | Check that the IAPJMS process is running. |
| 5. | Check that the JMS server is running. |
| 6. | Check the properties are specified correctly in the SWDIR\etc\IAPJMS.properties file. |
| 7. | Check the Java .jar files are specified correctly in the CLASSPATH variable. Look in the IAPJMS.classpath file to see which Java .jar files you should specify. |
| 8. | Set Java debug using Log4J logging facility. Information about Log4J can be found at: |
https://logging.apache.org/log4j.
See Also
For more information, see:
| • | “Understanding the Activity Monitoring Schemas”, in the TIBCO iProcess Modeler - Integration Techniques Guide, for information about the activity monitoring schemas. |
| • | “Configuring Activity Monitoring”, in the TIBCO iProcess Modeler - Integration Techniques Guide, for information about configuring activity monitoring. |