CIA06002E: DEFINE-ACTIVITY-ERRMSG

Explanation

An EXEC CICS® DEFINE ACTIVITY has failed in system module DFHMAMGR or in your generated Adapter Navigator program when attempting to define an activity to the CICS business transaction services system. The most likely cause of this error is the target program name or transaction or both are not defined to CICS.

User response

Dump the error log (DFHMAERF) to determine the problem. The BTS error detail specifies the program name and transaction Id used in the DEFINE ACTIVITY command. Check that this program and transaction are defined and enabled to CICS. In addition, insure that all your generated programs and transactions defined in your model to execute for this request name are defined and enabled to CICS. The request name is specified in the DFHMAH header structure of the request message at execution time.

The Navigator program name and transaction Id are specified on your type R record PARM02 and PARM03, respectively, for the desired request name in the Properties file update JCL. You can dump the Properties file (DFHMAMPF) using job DFHMAMPD. The generated command program and FEPI Navigator program names and transactions for the failed request name are properties specified in your service flow. See the Service Flow Modeler help for information on how these properties are defined.