DFHIExxxx messages

Start of changeDFHIE0001End of change
Start of changeapplid An abend (code aaa/bbbb) has occurred at offset X'offset' in module modname.End of change
Start of change
Explanation:

An abnormal end (abend) or program check has occurred in module modname. This implies that there may be an error in the CICS code. Alternatively, unexpected data has been input, or storage has been overwritten.

The code aaa/bbbb is a 3-digit hexadecimal MVS code (if applicable), followed by a 4-digit alphanumeric CICS code. The MVS code is a system completion code (for example, 0C1 or D37). If an MVS code is not applicable, this field is filled with three hyphens. The CICS code is an abend code or a number referring to a CICS message (for example, AKEA is a CICS abend code; 1310 refers to message DFHTS1310).

End of change
Start of change
System action:

An exception entry is made in the trace table. A system dump is taken, unless you have specifically suppressed dumps in the dump table.

CICS continues unless you have specified in the dump table that CICS should terminate. If appropriate, an error return code is sent to the caller of this domain. In this case CICS could be terminated by the caller ( for example, the domain manager, DFHDMDM). A message is issued to this effect.

Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Notify the system programmer. If CICS is still running, it is necessary to decide whether to terminate CICS.

Look up the MVS code, if there is one, in the relevant MVS codes manual.

Next, look up the CICS alphanumeric code. This tells you, for example, whether the error was a program check, an abend, or a runaway, and may give you some guidance concerning user response.

If module modname is not crucial to the running of your CICS system, you may decide to continue to run and bring CICS down at a convenient time to resolve the problem.
If you cannot run without the full use of module modname you should bring CICS down in a controlled shutdown.

You need further assistance from IBM to resolve this problem. See CICS® Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHIEXMEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changeapplid, End of changeStart of changeaaa/bbbb,End of changeStart of changeX'End of changeStart of changeoffset', End of changeStart of changemodnameEnd of change

Start of changeDFHIE0002End of change
Start of changeapplid A severe error (code X'code') has occurred in module modname.End of change
Start of change
Explanation:

An error has been detected in module modname. The code X'code' is the exception trace point ID which uniquely identifies what the error is and where the error was detected.

End of change
Start of change
System action:

An exception entry (code X'code' in the message) is made in the trace table. A system dump is taken, unless you have specifically suppressed dumps in the dump table.

CICS continues unless you have specified in the dump table that CICS should terminate. If appropriate, an error return code is sent to the caller of this domain. In this case, CICS could be terminated by the caller (for example, the domain manager, DFHDMDM). A message is issued to this effect.

Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

This indicates a possible error in CICS code. The severity of its impact depends on the importance of the function being executed at the time of the error.

CICS may not have been terminated. If the message occurs once and module modname is not crucial to the running of your CICS system, you may decide to continue to run and bring CICS down at a convenient time to resolve the problem.

If the message recurs or if you cannot run without the full use of module modname, you should bring CICS down in a controlled shutdown.

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHIEXMEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changeapplid, End of changeStart of changeX'End of changeStart of changecode',End of changeStart of changemodnameEnd of change

Start of changeDFHIE0003End of change
Start of changeapplid Insufficient storage to satisfy Getmain (code X'code') in module modname.End of change
Start of change
Explanation:

A CICS GETMAIN was issued by module modname, but there was insufficient storage available to satisfy the request.

The code X'code' is the exception trace point ID which uniquely identifies the place where the error was detected.

End of change
Start of change
System action:

An exception entry is made in the trace table (code code in the message). A system dump is taken, unless you have specifically suppressed dumps in the dump table. This is a critical error.

If DFHIEDM issues this message, CICS terminates, even if you have specified in the dump table that CICS should not terminate.

If DFHIEXM issues this message, an exception trace and a system dump is taken and CICS continues.

Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

If CICS has been terminated by another module, look out for the relevant termination messages (from, for example, the domain manager), and look up the user response for these messages.

If CICS is still running, the problem may be a temporary one which will right itself if more storage becomes available. If you can manage without module modname, you may decide to continue and bring CICS down at a convenient time to resolve the problem. If the message recurs or if you cannot run without the full use of all CICS modules, you should bring CICS down in a controlled shutdown.

Try increasing the size limits of the DSAs or EDSAs. See the CICS System Definition Guide or the CICS Performance Guide for further information on CICS storage.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHIEXMEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changeapplid, End of changeStart of changeX'End of changeStart of changecode',End of changeStart of changemodnameEnd of change

Start of changeDFHIE0004End of change
Start of changeapplid A possible loop has been detected at offset X'offset' in module modname.End of change
Start of change
Explanation:

A CICS function is taking more time to process than CICS expects. A possible loop has been detected in module modname at offset X'offset'. This is the offset of the instruction that was executing at the time the error was detected.

End of change
Start of change
System action:

An exception entry is made in the trace table. A system dump is taken, unless you have specifically suppressed dumps in the dump table.

Either this is a critical error and CICS is terminated, even if you have specified in the dump table that CICS should not terminate.

Or CICS will continue unless you have specified in the dump table that CICS should terminate. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Notify the system programmer. If CICS has not been terminated, it will be necessary to decide whether the problem is serious enough to bring CICS down.

Because some CICS functions can use a lot of processor time, this message may have been caused by a long-running function. So there may not be an error here. Usually, CICS will purge a CICS function that exceeds the runaway task time interval that you have specified in the SIT (this is the ICVR which is measured in milliseconds). This means that the module modname will be terminated and CICS will continue.

If you have declared ICVR=0 in the SIT and you consider that module modname has gone into a loop, you will have to terminate CICS in order to terminate the runaway function.

If CICS has terminated module modname, and you consider that it was not a runaway, you should increase the ICVR time interval in the SIT. You will have to bring CICS down at a suitable time to do this permanently. However, you can change the ICVR time interval temporarily online, using the CEMT transaction.

If raising the ICVR time does not solve the problem, you may need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHIEXMEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changeapplid, End of changeStart of changeX'offset', End of changeStart of changemodnameEnd of change

Start of changeDFHIE0360End of change
Start of changedate time applid An attempt to establish security for userid userid has failed. Transaction tranid cannot be started. SAF codes are (X'safresp',X'safreas'). ESM codes are (X'esmresp',X'esmreas').End of change
Start of change
Explanation:

An attempt was made to establish security for userid userid but it was rejected by the external security manager (ESM).

A time ordered request, such as an EXEC CICS START command, required security to be established for the userid in order to start transaction tranid.

End of change
Start of change
System action:

Security has not been established for the userid. The attempt to start the transaction has failed.

End of change
Start of change
User response:

The response and reason codes (safresp and safreas) returned by the system authorization facility (SAF), and the response and reason codes (esmresp and esmreas) returned by the external security manager (ESM) are those issued by the RACROUTE REQUEST=VERIFY or RACROUTE REQUEST=EXTRACT macros. These return codes are described in the OS/390 MVS Programming: Authorized Assembler Services Guide, and in External Security Interface (RACROUTE) Macro Reference for MVS and VM (SC28-1366). See these manuals for an explanation of the codes.

There may be further messages produced by CICS or the external security manager (ESM) which provide more information.

End of change
Start of change
Destination:

CSCS

End of change
Modules:

Start of changeDFHIEXMEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetranid, End of changeStart of changeX'safresp', End of changeStart of changeX'End of changeStart of changesafreas', End of changeStart of changeX'End of changeStart of changeesmresp', End of changeStart of changeX'esmreasEnd of changeStart of change'End of change

Start of changeDFHIE0361 EEnd of change
Start of changedate time applid A security error has been detected whilst processing an attach from a TCP/IP attached client.End of change
Start of change
Explanation:

A request to attach a transaction failed due to a security problem. The security fields extracted from the Attach FMH5 were passed to the Security Domain to signon the user, but the signon call failed.

End of change
Start of change
System action:

The attach request is rejected.

End of change
Start of change
User response:

Refer to previous security messages which are written to TDQ CIEO such as DFHIE0360 for further information and guidance. If no previous messages were issued, examine the trace to determine the reason for the signon failure. Check that if the userid or password are passed on the Attach FMH5, then they are valid.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplidEnd of change

Start of changeDFHIE0998End of change
Start of changedate time applid Mirror transaction processing ECI request from TCP/IP connected client has abended with code abcode.End of change
Start of change
Explanation:

A mirror transaction processing an ECI request for a TCP/IP connected client has abended with the specified abend code. This is because of an error in the user program linked for the ECI request, or because of an error in CICS. The abend processing has invoked IE domain to inform the client of the failure.

End of change
Start of change
System action:

If the original problem was in IE domain, the appropriate error actions will already have been taken. If the problem was not in IE domain, this message will be attached as Error Log Data to an FMH7 that is sent to the client to abend the conversation.

End of change
Start of change
User response:

Use the messages and dumps from the transaction abend to determine the root cause of the problem.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeabcodeEnd of change

Start of changeDFHIE0999End of change
Start of changedate time applid An attempt to start transaction CIEP by something other than an attach request from sockets domain has been made. This is not allowed.End of change
Start of change
Explanation:

An attempt has been made to start transaction CIEP by some method other than a transaction attach from sockets domain. Transaction CIEP is a system task and cannot be entered from a terminal.

End of change
Start of change
System action:

The CIEP transaction has not been started.

End of change
Start of change
User response:

Do not attempt to enter CIEP from a terminal or from any other device. CICS will start the transaction if an ECI request is made via a TCP/IP attached client. No user action is required.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplidEnd of change

Start of changeDFHIE1001End of change
Start of changedate time applid client_ip_addr tcpipservice Data received from the client violated the bracket protocol.End of change
Start of change
Explanation:

Data received from the client violated the bracket protocol used in communication between the client and CICS to delimit the start and end of conversations. One of the following situations has occurred.

This has probably happened because a separate error has caused CICS and the client to have a different view of the current state of conversations on the connection, or because the data has been corrupted at some point in the transmission.

End of change
Start of change
System action:

An exception trace is written. It contains the data received from the client, and the state of any relevant conversation in CICS. The data is then ignored.

End of change
Start of change
User response:

If there are any other errors preceding this one, then take action to correct them and retry the client transaction. If there are no other errors apparent, restart the client connection and retry the client transaction.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1002End of change
Start of changedate time applid client_ip_addr tcpipservice Data received from the client violated the chaining protocol.End of change
Start of change
Explanation:

Data received from the client violated the chaining protocol used in communication between the client and CICS. All flows must have the Only In Chain (OIC) indicators set on.

This has probably happened because a separate error has caused the data to be corrupted at some point in the transmission.

End of change
Start of change
System action:

An exception trace is written. It contains the data received from the client, and the state of any relevant conversation in CICS. The data is then ignored.

End of change
Start of change
User response:

If there are any other errors preceding this one, then take action to correct them and retry the client transaction. If there are no other errors apparent, restart the client connection and retry the client transaction.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1003End of change
Start of changedate time applid client_ip_addr tcpipservice Connection to client lost during conversation.End of change
Start of change
Explanation:

A mirror task processing work for a client was waiting to receive more data, but nothing arrived before the RTIMOUT interval had expired. The PING protocol was then used to see if the client was still active, and this also failed to receive a response.

End of change
Start of change
System action:

An exception trace is written. It contains information on the current state of the client and the state of the relevant conversation in CICS. An AIEA abend is issued for the mirror task. CICS attempts to purge any active conversations for the client. The connection to the client is terminated.

End of change
Start of change
User response:

Determine why the client has stopped responding. If there are any other errors preceding this one, then take action to correct them, restart the client connection and retry the client transaction. If there are no other errors apparent, restarting the client connection and retrying the client transaction may also work.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1004End of change
Start of changedate time applid client_ip_addr tcpipservice Data received from the client had an invalid length field.End of change
Start of change
Explanation:

Data received from the client contains a standard header, the first four bytes of which contain the length of the rest of the data. This length was either less than the length of the standard header, or more than the maximum possible for an ECI flow. This has probably happened because a separate error has caused the data to be corrupted at some point in the transmission.

End of change
Start of change
System action:

An exception trace is written. It contains the four byte length received from the client, and information describing the current state of the client in CICS. CICS attempts to purge any active conversations for the client. The connection to the client is terminated.

End of change
Start of change
User response:

If there are any other errors preceding this one, then take action to correct them, restart the client connection and retry the client transaction. If there are no other errors apparent, restarting the client connection and retrying the client transaction may also work.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1005End of change
Start of changedate time applid client_ip_addr tcpipservice ECI client install failed.End of change
Start of change
Explanation:

A CICS client attempted to connect over TCP/IP. The subsequent install processing failed due to an internal CICS error.

End of change
Start of change
System action:

An exception trace is written. It contains the data received from the client in the install flow. The connection to the client is terminated. There should be messages and (possibly) dumps from a component of CICS other than IE to indicate the cause of the failure.

End of change
Start of change
User response:

Proceed as recommended by the messages issued by the failing component.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1006End of change
Start of changedate time applid client_ip_addr tcpipservice ECI request received before install.End of change
Start of change
Explanation:

CICS received an ECI request from a TCP/IP connected client before the client install request had arrived or been completed.

End of change
Start of change
System action:

An exception trace is written. It contains the ECI request data received from the client. The connection to the client is terminated.

End of change
Start of change
User response:

If there are any other errors preceding this one, then take action to correct them, restart the client connection and retry the client transaction. If there are no other errors apparent, restarting the client connection and retrying the client transaction may also work.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1007End of change
Start of changedate time applid client_ip_addr tcpipservice Invalid install request.End of change
Start of change
Explanation:

CICS received a request to either install or uninstall a TCP/IP connected ECI client. The data describing the request was invalid. This is probably caused by an earlier error corrupting the data.

End of change
Start of change
System action:

An exception trace is written. It contains the request data received from the client. The connection to the client is terminated.

End of change
Start of change
User response:

If there are any other errors preceding this one, then take action to correct them. If the failure was while starting a client connection, then re-try the start.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1008End of change
Start of changedate time applid client_ip_addr tcpipservice Install request received from unsupported version of the client.End of change
Start of change
Explanation:

CICS received a request to install a TCP/IP connected ECI client. The request header indicated that the client code was a version not supported by this level of CICS.

End of change
Start of change
System action:

An exception trace is written. It contains the request data received from the client. The connection to the client is terminated.

End of change
Start of change
User response:

Check which versions of the client are supported by CICS and re-install as appropriate.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1009End of change
Start of changedate time applid client_ip_addr tcpipservice Unsupported codepage codepage specified in client install.End of change
Start of change
Explanation:

CICS received a request to install a TCP/IP connected ECI client. The client code page specified in the request is not one that this CICS system's DFHCNV table supports.

End of change
Start of change
System action:

An exception trace is written. It contains the request data received from the client, including the client code page. The connection to the client is terminated.

End of change
Start of change
User response:

Modify the DFHCNV table to include the necessary information to support this client code page.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipservice, End of changeStart of changecodepageEnd of change

Start of changeDFHIE1010End of change
Start of changedate time applid client_ip_addr tcpipservice Data arrived when CICS in SEND state.End of change
Start of change
Explanation:

CICS received data from a client conversation that was in SEND state at the CICS end.

This has probably happened because a separate error has caused CICS and the client to have a different view of the current state of conversations on the connection, or because the data has been corrupted at some point in the transmission.

End of change
Start of change
System action:

An exception trace is written. It contains the data received from the client, and the state of the relevant conversation in CICS. The data is then ignored.

End of change
Start of change
User response:

If there are any other errors preceding this one, then take action to correct them and retry the client transaction. If there are no other errors apparent, restart the client connection and retry the client transaction.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1011End of change
Start of changedate time applid client_ip_addr tcpipservice Invalid data received from client.End of change
Start of change
Explanation:

CICS expected the data received from a client to contain an ECI request or a syncpoint flow but it was not recognizable as such.

This has probably happened because a separate error has caused CICS and the client to have a different view of the current state of conversations on the connection, or because the data has been corrupted at some point in the transmission.

End of change
Start of change
System action:

An exception trace is written. It contains the data received from the client, and the state of the relevant conversation in CICS. The data is then ignored.

End of change
Start of change
User response:

If there are any other errors preceding this one, then take action to correct them and retry the client transaction. If there are no other errors apparent, restart the client connection and retry the client transaction.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1012End of change
Start of changedate time applid client_ip_addr tcpipservice Install request from the client did not contain the client codepage.End of change
Start of change
Explanation:

An install request has been received from a CICS client. One of the parameters which must be supplied is the codepage which the CICS client intends to use. This parameter is missing.

End of change
Start of change
System action:

An exception trace is written. The request to install the CICS client is rejected. A response code of DISASTER and a reason code of INVALIDREQUEST is sent to the client.

End of change
Start of change
User response:

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1013End of change
Start of changedate time applid client_ip_addr tcpipservice Unexpected connection level PING reply received.End of change
Start of change
Explanation:

CICS received a connection level PING reply when it had not issued a request. This is probably because the client and CICS are out of step with regard to their connection state.

End of change
Start of change
System action:

An exception trace is written. It contains the data received from the client. The data is then ignored.

End of change
Start of change
User response:

Restart the client connection, if the condition repeats.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1101End of change
Start of changedate time applid client_ip_addr tcpipservice Error obtaining IE domain storage. Task terminated.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a storage manager getmain which did not complete successfully. This is probably because of a storage overwrite or an internal error in SM domain. This message should be preceded by an SM failure message.

End of change
Start of change
System action:

An exception trace is written by IE domain and the IP ECI listener task (CIEP) or the mirror task is abended.

End of change
Start of change
User response:

Determine the reason for the storage manager failure.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1102End of change
Start of changedate time applid client_ip_addr tcpipservice Invalid parameter list passed to IE domain.End of change
Start of change
Explanation:

A call was made to the IP ECI (IE) domain during the processing of a request but the parameter list was not valid. This is probably because of a storage overwrite or an internal error in the calling component.

End of change
Start of change
System action:

An exception trace is written by IE domain, a system dump is taken and the IP ECI listener task (CIEP) or the mirror task is abended.

End of change
Start of change
User response:

Use the dump to determine the fault in the calling component.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1103End of change
Start of changedate time applid client_ip_addr tcpipservice Invalid request by mirror task.End of change
Start of change
Explanation:

A call was made to the IP ECI (IE) domain during the processing of a request by a mirror task. The call was a receive when the conversation was in send state, or the call was a send when the conversation was in receive state. This is probably because an error on the TCP/IP connection has caused a loss of synchronization between the mirror task and the IE domain, but could be due to an internal error in IE domain.

End of change
Start of change
System action:

An exception trace is written by IE domain, a system dump is taken and the mirror task is abended.

End of change
Start of change
User response:

Use the dump to determine the fault in IE domain, or just retry the failing request if there were signs of other errors on the connection.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1104End of change
Start of changedate time applid client_ip_addr tcpipservice Error attempting socket receive from ECI client.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a Sockets Domain receive which did not complete successfully. This is probably because of a storage overwrite or an internal error in SO domain. This message should be preceded by an SO failure message.

End of change
Start of change
System action:

An exception trace is written by IE domain and the IP ECI listener task (CIEP) is abended.

End of change
Start of change
User response:

Determine the reason for the Sockets Domain failure.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1105End of change
Start of changedate time applid client_ip_addr tcpipservice Error attempting socket send to ECI client.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a Sockets Domain send which did not complete successfully. This is probably because of a storage overwrite or an internal error in SO domain. This message should be preceded by an SO failure message.

End of change
Start of change
System action:

An exception trace is written by IE domain and the IP ECI listener task (CIEP) or mirror task is abended.

End of change
Start of change
User response:

Determine the reason for the Sockets Domain failure.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1106End of change
Start of changedate time applid client_ip_addr tcpipservice Error attempting to wait for client data.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a Dispatcher WAIT_MVS from a mirror task to await the arrival of more data from the client. The WAIT_MVS did not complete successfully. This is probably because of a storage overwrite or an internal error in DS domain. This message should be preceded by a DS failure message.

End of change
Start of change
System action:

An exception trace is written by IE domain and the mirror task is abended.

End of change
Start of change
User response:

Determine the reason for the DS Domain failure.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1107End of change
Start of changedate time applid client_ip_addr tcpipservice Error freeing IE domain storage. Task terminated.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a storage manager freemain which did not complete successfully. This is probably because of a storage overwrite or an internal error in SM domain. This message should be preceded by an SM failure message.

End of change
Start of change
System action:

An exception trace is written by IE domain and the IP ECI listener task (CIEP) or the mirror task is abended.

End of change
Start of change
User response:

Determine the reason for the storage manager failure.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1201End of change
Start of changedate time applid client_ip_addr tcpipservice Error attaching mirror transaction id transid.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a transaction manager attach for a mirror task to process an ECI request received from a client. The attach did not complete successfully. This is probably because of a storage overwrite or an internal error in XM domain. This message should be preceded by an XM failure message.

End of change
Start of change
System action:

An exception trace is written by IE domain. An error flow (FMH7) is sent to the client to inform it of the failure of the request.

End of change
Start of change
User response:

Determine the reason for the XM failure.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipservice, End of changeStart of changetransidEnd of change

Start of changeDFHIE1202End of change
Start of changedate time applid client_ip_addr tcpipservice ECI request timed out. Abnormal termination initiated.End of change
Start of change
Explanation:

The conversation ping protocol was used because a current ECI conversation appeared to be inactive. The protocol confirmed that the client and CICS were both unable to continue so the decision was taken to abend the conversation. The most likely cause of this is that the user program specified in the ECI request has issued calls that have caused the mirror task to go into a prolonged wait state, so preventing a reply to the ECI request being sent to the client.

End of change
Start of change
System action:

An exception trace is written by IE domain. An attempt is made to purge the mirror task that is responsible for processing the ECI request. If this fails, the task is marked so that it will abend when it next attempts to communicate with the client.

End of change
Start of change
User response:

Determine the reason for the mirror task going into a prolonged wait state.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1203End of change
Start of changedate time applid client_ip_addr tcpipservice EPI request attempted by TCP/IP connected client.End of change
Start of change
Explanation:

The IP ECI (IE) domain received an attach request for the CTIN transaction, which is only used in the processing of EPI requests. EPI is not supported by CICS for TCP/IP connected clients.

End of change
Start of change
System action:

An exception trace is written by IE domain. A CTIN INSTALL error response is sent to the client to tell it that the install was cancelled.

End of change
Start of change
User response:

Do not attempt to use EPI from TCP/IP connected clients.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1204End of change
Start of changedate time applid client_ip_addr tcpipservice Data lost during ECI request processing.End of change
Start of change
Explanation:

The conversation ping protocol was used because a current ECI conversation appeared to be inactive. The client returned NOT_ABENDED to the conversation ping request sent by CICS, indicating that it is in RECEIVE state having sent the data that CICS timed out waiting to receive. However, CICS has not received the data. This error is probably due to other errors that occurred during the lifetime of the conversation.

End of change
Start of change
System action:

An exception trace is written by IE domain. An error flow (FMH7) is sent to the client indicating that the conversation is to be abended. An attempt is made to purge the mirror task that is responsible for processing the ECI request. If this fails, the task is marked so that it will abend when it next attempts to communicate with the client.

End of change
Start of change
User response:

Determine the reason for the loss of data by analyzing the cause of the associated errors.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1205End of change
Start of changedate time applid client_ip_addr tcpipservice Unrecognizable data received from a TCP/IP connected client.End of change
Start of change
Explanation:

CICS has received data from TCP/IP on a port number for which the TCPIPSERVICE specifies transaction id CIEP. This means that CICS expects it to be an ECI request or an ECI-related flow. The data was not recognizable as either of these. This error is probably due to an incorrect TCPIPSERVICE definition or to other errors related to the TCP/IP connection that have corrupted the flow sequence.

End of change
Start of change
System action:

An exception trace is written by IE domain. If the first part of the flow was recognizable as the header of an ECI flow then CICS may have matched it up with its state for an existing conversation. If so, an attempt is made to purge the mirror task that is responsible for processing the ECI request. If this fails, the task is marked so that it will abend when it next attempts to communicate with the client.

End of change
Start of change
User response:

Ensure that only ECI requests are sent in on the specified TCPIPSERVICE or determine the reason for the corrupted data by analyzing the cause of the associated errors.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1206End of change
Start of changedate time applid client_ip_addr tcpipservice Mirror transaction id transid is disabled.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a transaction manager attach for a mirror task to process an ECI request received from a client. The attach did not complete successfully because the specified transaction id for the mirror task has been disabled.

End of change
Start of change
System action:

An exception trace is written by IE domain. An error flow (FMH7) is sent to the client to inform it of the failure of the request.

End of change
Start of change
User response:

If the transaction id should not have been disabled then use CEMT or a similar control transaction to enable it. The ECI request can then be retried.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipservice, End of changeStart of changetransidEnd of change

Start of changeDFHIE1207End of change
Start of changedate time applid client_ip_addr tcpipservice Mirror transaction id transid not found.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a transaction manager attach for a mirror task to process an ECI request received from a client. The attach did not complete successfully because the specified transaction id for the mirror task is not defined on this CICS system.

End of change
Start of change
System action:

An exception trace is written by IE domain. An error flow (FMH7) is sent to the client to inform it of the failure of the request.

End of change
Start of change
User response:

Install a definition for the specified transaction id or change the client to use the correct one. The ECI request can then be retried.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipservice, End of changeStart of changetransidEnd of change

Start of changeDFHIE1208End of change
Start of changedate time applid client_ip_addr tcpipservice Mirror transaction id transid has been disabled because CICS is shutting down.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a transaction manager attach for a mirror task to process an ECI request received from a client. The attach did not complete successfully because the specified transaction id for the mirror task has been disabled by the system during shutdown.

End of change
Start of change
System action:

An exception trace is written by IE domain. An error flow (FMH7) is sent to the client to inform it of the failure of the request.

End of change
Start of change
User response:

If you wish to allow mirror tasks to run during shutdown then the transaction id must be defined as SHUTDOWN(ENABLED).

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipservice, End of changeStart of changetransidEnd of change

Start of changeDFHIE1209End of change
Start of changedate time applid client_ip_addr tcpipservice Error assigning termid to mirror task.End of change
Start of change
Explanation:

The IP ECI (IE) domain issued a call to allocate a unique value to be placed in EIBTRMID for the mirror task processing an ECI request. This call failed for some internal reason or, much less likely, because all 46656 names are currently in use. This is probably because of a storage overwrite or an internal error in the DFHZGBM routine that allocates the names. This message should be preceded by a failure message from DFHZGBM.

End of change
Start of change
System action:

An exception trace is written by IE domain. The mirror attach is rejected with an FMH7 flow.

End of change
Start of change
User response:

Determine the reason for the DFHZGBM failure.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1210End of change
Start of changedate time applid client_ip_addr tcpipservice ECI request timed out. Client says conversation not known.End of change
Start of change
Explanation:

The conversation ping protocol was used because a current ECI conversation appeared to be inactive. The client indicated that it did not know about the specified conversation so CICS will attempt to purge the associated mirror task. The most likely cause of this is that the client program encountered an error and lost track of current requests.

End of change
Start of change
System action:

An exception trace is written by IE domain. An attempt is made to purge the mirror task that is responsible for processing the ECI request. If this fails, the task is marked so that it will abend when it next attempts to communicate with the client.

End of change
Start of change
User response:

Determine the reason for the client losing track of the conversation.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1211End of change
Start of changedate time applid client_ip_addr tcpipservice ECI request mirror task abended because of read time out or earlier error.End of change
Start of change
Explanation:

This ECI request mirror task was flagged for abend for one of the following reasons.

End of change
Start of change
System action:

An exception trace is written by IE domain. The mirror task issues a transaction abend.

End of change
Start of change
User response:

Determine why the client has not sent the next flow in this conversation or see the user response for the earlier IE domain message.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1212End of change
Start of changedate time applid client_ip_addr tcpipservice Unexpected user data received from TCP/IP connected client.End of change
Start of change
Explanation:

CICS has received user data (an ECI request or SYNCPOINT flow) for a mirror task that was not expecting any. This error is probably due to other errors related to the TCP/IP connection that have corrupted the flow sequence.

End of change
Start of change
System action:

An exception trace is written by IE domain. An attempt is made to purge the mirror task that is responsible for processing the ECI request. If this fails, the task is marked so that it will abend when it next attempts to communicate with the client.

End of change
Start of change
User response:

Determine the reason for the corrupted data by analysing the cause of the associated errors.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHIE1213End of change
Start of changedate time applid client_ip_addr tcpipservice Client has encountered an error during ECI processing. FMH7 sense sense received from client.End of change
Start of change
Explanation:

CICS has received an FMH7 error flow from a TCP/IP connected ECI client. This indicates that the client encountered an error during its processing of the work related to the ECI request and wishes to abnormally terminate the conversation. The sense code specifies the type of error.

End of change
Start of change
System action:

An exception trace is written by IE domain. An attempt is made to purge the mirror task that is responsible for processing the ECI request. If this fails, the task is marked so that it will abend when it next attempts to communicate with the client.

End of change
Start of change
User response:

Determine the problem at the client end.

End of change
Start of change
Destination:

CIEO

End of change
Modules:

Start of changeDFHIEIEEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeclient_ip_addr, End of changeStart of changetcpipservice, End of changeStart of changesenseEnd of change

[[ Contents Previous Page | Next Page Index ]]