The length of the application request message as specified in field, DFHMAH-DATALENGTH, passed in the CICS® Service Flow Runtime message header structure, DFHMAH, was greater than the length of the mapped input request area in the identified adapter Navigator program; or the value of DFHMAH-DATALENGTH + DFHMAH-STRUCLENGTH exceeded EIBCALEN in the DPL Stub program (DFHMADPL); or the value of DFHMAH2-DATALENGTH + DFHMAH-STRUCLENGTH + DFHMAH2-STRUCLENGTH exceeded EIBCALEN in the Passthrough Stub program (DFHMADPP).
See Request message headers for a detailed description of the request message.
Fix the service requestor to pass the correct application request message length or correct the modeled adapter flow. The length passed in the message header DFHMAH is compared to the LENGTH OF INPUT-DATA-CONTAINER in the adapter Navigator program. The INPUT-DATA-CONTAINER identifier is a Cobol 1 group item that has elementary items in the generated copybook name found in the COPY statement subordinate to the 01-level of INPUT-DATA-CONTAINER. The DFHMAH-DATALENGTH must not be greater than the sum of the lengths, in bytes, of the elementary items found in this copybook.