This is an informational message indicating the start of CPI initialization.
Initialization continues.
None. You can suppress this message with the system initialization parameter MSGLVL=0.
Console
DFHCPIN1
XMEOUT Parameter: applid
This is an informational message indicating that CPI initialization has completed successfully.
Initialization continues.
None. You can suppress this message with the system initialization parameter MSGLVL=0.
Console
DFHCPIN1
XMEOUT Parameter: applid
CPI has failed to initialize successfully.
Message DFHSI1522 will be issued following this message. CICS will terminate or continue initialization depending upon the operator’s response to message DFHSI1522.
An exception trace entry will be written at the time the failure was detected.
Other CICS components called by CPI initialization may also issue messages or write trace entries.
Decide whether CICS can continue execution without CPI support, and respond accordingly to message DFHSI1522.
You should also investigate why CPI failed to initialize.
Console
DFHCPIN1
XMEOUT Parameter: applid
The application program has used an unrecognized conversation_ID on one of its calls to CPI-C. This could mean that:
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Determine which error has occurred and amend the application program accordingly.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPIC
XMEOUT Parameters: date, time,applid, tranid, program name,verb, Conversation_ID
The CPI-C state machine detected a state error. This means that the conversation was in the wrong state to issue this verb.
CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Use the state machine defined in the SAA CPI Communications Reference manual, (SC26-4399), and the CICS trace information to determine the sequence of CPI-C calls issued that caused the state error. Amend the application program in accordance with the supplied guidelines.
CCPI
DFHCPIC
XMEOUT Parameters: date, time,applid, tranid, program name,Conversation_ID, verb, state
The application program has called CMSCT (Set_Conversation_Type) with an invalid conversation_type parameter value.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSCT in the application program to use a valid conversation_type parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSA
XMEOUT Parameters: date, time,applid, tranid, program name,Conversation_ID, X'conv_type'
The application program has called CMSCT (Set_Conversation_Type) with a conversation_type parameter of CM_MAPPED_CONVERSATION when it had previously used the CMSF (Set_Fill) verb to set the fill characteristic.
This is not allowed in CPI-C.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program so that it does not use these two verbs in this invalid combination.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSA
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSCT (Set_Conversation_Type) with a conversation_type parameter of CM_MAPPED_CONVERSATION when it had previously used the CMSLD (Set_Log_Data) verb to create some Log Data.
This is not allowed in CPI-C.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program so that it does not use these two verbs in this invalid combination.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSA
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSDT (Set_Deallocate_Type) with an invalid deallocate_type parameter.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSDT in the application program to use a valid deallocate_type parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSB
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'deallocate_type'
The application program has called CMSDT (Set_Deallocate_Type) with a deallocate_type of deallocate_type and with the sync_level characteristic set to sync_level.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSB
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, deallocate_type, sync_level
The application program has called CMSED (Set_Error_Direction) with an invalid error_direction parameter.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSED in the application program to use a valid error_direction parameter.
CCPI
DFHCPCSC
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'error_direction'
The application program has called CMSF (Set_Fill) with an invalid fill parameter fill.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSF in the application program to use a valid fill parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSD
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'fill'
The application program has called CMSF (Set_Fill) when the conversation_type is CM_MAPPED_CONVERSATION.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSD
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSLD (Set_Log_Data) when the conversation_type is CM_MAPPED_CONVERSATION.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSE
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSLD (Set_Log_Data) with a log_data_length parameter that is not in the range 0-512.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSLD in the application program to use a valid log_data_length parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSE
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, log_data_length
The application program has called CMSMN (Set_Mode_Name) with a mode_name_length parameter outside the range of 0 -8.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSMN in the application program to use a valid mode_name_length parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSF
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name_length
The application program has called CMSPLN (Set_Partner_LU_Name) with a partner_lu_name_length parameter outside the range 1-17.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect either on the conversation or conversation characteristics.
Amend CMSPLN in the application program to use a partner_lu_name_length parameter within the range 1-17.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSG
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, partner_lu_name_len
The application program has called CMSPTR (Set_Prepare_To_Receive_Type) with an invalid prepare_to_receive_type parameter.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSPTR in the application program to use a valid prepare_to_receive_type parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSH
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'ptr_type'
The application program has called CMSPTR (Set_Prepare_To_Receive_Type) with a prepare_to_receive_type parameter of CM_PREP_TO_RECEIVE_CONFIRM and with the sync_level characteristic set to CM_NONE.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSH
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSRT (Set_Receive_Type) with an invalid receive_type parameter.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSRT in the application program to use a valid receive_type parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSI
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'receive_type'
The application program has called CMSRC (Set_Return_Control) with an invalid return_control parameter.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSRC in the application program to use a valid return_control parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSJ
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'return_control'
The application program has called CMSST (Set_Send_Type) with an invalid send_type parameter.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSST in the application program to use a valid send_type parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSK
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'send_type'
The application program has called CMSST (Set_Send_Type) with a send_type parameter of CM_SEND_AND_CONFIRM and with the sync_level characteristic set to CM_NONE.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSK
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSSL (Set_Sync_Level) with an invalid sync_level parameter.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSSL in the application program to use a valid sync_level parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSL
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'sync_level'
The application program has called CMSSL (Set_Sync_Level) with a sync_level parameter of CM_NONE. The send_type is CM_SEND_AND_CONFIRM.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSL
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSSL (Set_Sync_Level) with a sync_level parameter of sync_level. The deallocate_type is deallocate_type.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSL
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, sync_level, deallocate_type
The application program has called CMSSL (Set_Sync_Level) with a sync_level parameter of CM_NONE.
CM_PREP_TO_RECEIVE_CONFIRM is the prepare_to_receive_type.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to remove this conflict.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSL
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSTPN (Set_TP_Name) with an tp_name_length parameter outside the range 1-64.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend CMSTPN in the application program to use a valid tp_name_length parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCSM
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, tp_name_length
The application program has called CMACCP (Accept_conversation) when there is no incoming conversation.
CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Ensure that there is an incoming conversation to accept.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCAC
XMEOUT Parameters: date, time,applid, tranid, program name
The application program has called CMACCP (Accept_conversation) more than once.
CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program so that it only calls CMACCP once.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCAC
XMEOUT Parameters: date, time,applid, tranid, program name
The application program has called CMACCP (Accept_conversation) when it was already using the session for another process, for example, EXEC Interface DTP.
CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.
Ensure that the application uses only CPI-C on this session.
CCPI
DFHCPCAC
XMEOUT Parameters: date, time,applid, tranid, program name
The application program has called CMACCP (Accept_conversation) after it was started by Automatic Transaction Initiation (ATI). This is not supported.
CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Ensure that applications abide by this restriction.
CCPI
DFHCPCAC
XMEOUT Parameters: date, time,applid, tranid, program name
The application program has called CMCFM (Confirm) when the sync_level is set to CM_NONE. This is not allowed.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program so this conflict no longer occurs.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCCM
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMINIT (Initialize_Conversation). The sym_dest_name parameter is unrecognized.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program and the partner resource definition to ensure that the sym_dest_name parameter is correct.
The CICS® Resource Definition Guide explains how to use the partner resource correctly.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCIC
XMEOUT Parameters: date, time,applid, tranid, program name,sym_dest_name
The application program has called CMINIT (Initialize_Conversation). The profile found in the sym_dest_name supplied is unrecognized.
CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program and the partner resource definition to ensure that the sym_dest_name parameter is correct.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
In addition, the CICS Resource Definition Guide gives further information on partner resource definitions.
CCPI
DFHCPCIC
XMEOUT Parameters: date, time,applid, tranid, program name,profile_name, sym_dest_name
The application program has called CMRCV (Receive) with a requested_length parameter that has a value greater than 32767.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to use a valid value for the requested_length parameter.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCRI, DFHCPCRW
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, requested_length
The application program has called CMSEND (Send_Data). Data passed on this call contains an invalid generalized data stream (GDS) record.
Note: This message is only issued on a basic conversation. That is, when conversation_type is set to CM_BASIC_CONVERSATION.
The data is not sent.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Amend the application program to ensure that this parameter is correct.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called together with information about GDS records.
The CICS Distributed Transaction Programming Guide provides additional information about GDS records.
CCPI
DFHCPCLR
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
The application program has called CMSEND (Send_Data) with a send_length parameter that is not in the range 0-32767 bytes.
CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.
The send_length parameter should not exceed 32767 bytes. Amend CMSEND to send data that is within the range 0-32767 bytes. This may entail sending the data in two chunks.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.
CCPI
DFHCPCN1, DFHCPCN2, DFHCPCN3, DFHCPCN4, DFHCPCN5
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, send_length
The application is using a basic conversation (that is, the conversation_type characteristic has been set to CM_BASIC_CONVERSATION).
The application has not sent all the data associated with the last Generalized Data Stream (GDS) record.
However, the application has tried to send one of the following requests:
CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.
The CPI-C verb has no effect on either the conversation or the conversation characteristics.
Inspect the data sent to determine why the previous send was in error. Check if the error was caused by the application truncating the last record or if there was an error in one of the length fields which caused CPI-C to misinterpret the data-stream and amend the application program accordingly.
The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called together with information about GDS records.
The CICS Distributed Transaction Programming Guide provides additional information about GDS records.
CCPI
DFHCPCLR
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID
A sense code received from the partner program on a remote system was unrecognized. This could be for one of two reasons.
CICS returns control to the application program with either return_code CM_DEALLOCATE_ABEND or CM_PROGRAM_ERROR_PURGING. This depends on whether the unrecognized sense code has been interpreted as an error or interpreted as a conversation abend.
Use the sense code provided in the message and your knowledge of the two communicating systems to determine which of the two possible cases documented above is the error.
If the error is a protocol error, you need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CCPI
DFHCPCLR
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'sense_code', {2=program, 1=program - }, tp_name
The allocation of a session for this conversation failed due to an unrecognized netname netname.
This value is derived from the partner_lu_name specified either in the partner resource for the conversation, or on a CPI-C CMSPLN (set_partner_lu_name) verb.
CICS returns control to the application program with return_code CM_PARAMETER_ERROR.
No session is allocated.
Amend the application program to use a recognized netname.
CCPI
DFHCPCLR
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, netname
The allocation of a session for this conversation failed due to an unrecognized mode name mode_name.
This value is specified either in the profile named in the partner resource for the conversation, or on a CPI-C CMSMN (Set_mode_name) verb.
CICS returns control to the application program with return_code CM_PARAMETER_ERROR.
No session is allocated.
Amend the application program to use a recognized mode_name.
CCPI
DFHCPCLR
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name
The allocation of a session for conversation conversation_id failed because the transaction program (TP) specified in the conversation control block (CPC) is an SNA service TP. This is not allowed.
CICS returns control to the application program with return_code CM_PARAMETER_ERROR.
Amend the application program so that it uses a different TP.
CCPI
DFHCPCAL
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'tp_name'
The allocation of a session has failed. This is because the partner_lu_name specified in the conversation control block (CPC) does not conform to the following rules.
Note: Lower case letters are translated to uppercase.
The session is not allocated.
CICS returns control to the application program with return_code CM_PARAMETER_ERROR.
Depending on the application, the partner_lu_name either comes from the partner resource (specified on the CMINIT (initialize_conversation) verb in the sym_dest_name parameter) or an optional CMSPLN (set_partner_lu_name) verb. This value needs to be changed to conform to the rules above.
CCPI
DFHCPCAL
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, partner_lu_name
The allocation of a session for conversation conversation_id has failed. This is because the mode_name mode_name specified in the conversation control block (CPC) is not allowed.
No session is allocated.
CICS returns control to the application program with return_code CM_PARAMETER_ERROR.
Amend the application program so that it uses a different mode_name.
CCPI
DFHCPCAL
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name
The allocation of a session for conversation conversation_ID has failed. This is because the mode_name specified in the conversation control block (CPC) is known to the remote system, but is unknown to VTAM.
No session is allocated.
CICS returns control to the application program with return code CM_PARAMETER_ERROR.
Amend the application program so that it uses a different mode_name.
CCPI
DFHCPCLR
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name
The application program has called CMINIT (Initialize_Conversation), but the partner resource manager (which provides access to the partner resource table) is not available.
CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.
First determine whether message DFHPR0106 was issued during CICS initialization; if so, refer to the advice given for that message. Otherwise it appears that CICS-owned storage (either the static storage address list, or the PR static storage) has been overlaid. Refer to the CICS Problem Determination Guide for guidance on how to deal with storage violations.
CCPI
DFHCPCIC
XMEOUT Parameters: date, time,applid, tranid, program name
The CPI-C state machine has detected a state error. The verb verb cannot be issued in BACKOUT-REQUIRED program state.
CICS returns control to the application program with return code CM_PROGRAM_STATE_CHECK.
Amend the application program in accordance with the supplied guidelines. See the SAA CPI-C Reference (SC26-4399), which contains a description of CPI-C verbs and how they should be called.
CCPI
DFHCPIC
XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, verb