CIA06001E: DEFINE-PROCESS-ERRMSG

Explanation

An EXEC CICS® DEFINE PROCESS has failed in system module DFHMADPL or DFHMADPP when attempting to define a process to the CICS business transaction services system with the CICS Service Flow Runtime Navigation Manager as its root activity.

User response

Dump the error log (DFHMAERF) to determine the problem. Check that the Navigation Manager program (DFHMAMGR) and transaction CMAM are defined and enabled to CICS. In addition check the following:
  • Check that the PROCESSTYPE found in the DFHMAH header structure is defined and enabled to CICS and that the PROCESS value, if provided in the DFHMAH header structure of the request message, is valid.
  • Check that the process name value is not already in use. If it is, there may be an error in your method of allocating a unique process name, or an earlier process using the same name may have failed, and been left in an incomplete state. You can use the CICS Supplied transaction CBAM to see what processes are defined for a process type.