DFHWBxxxx CICS Web Interface messages

Start of changeMessages in the range 7001-7009 are issued by the CICS-supplied ICAPI (Internet Connection Application Programming Interface) DLL program, which executes under control of the ICSS/390 (Internet Connection Secure Server for OS/390) Web server program.End of change

Start of changeThe messages appear in the log file of the ICSS/390 job.End of change

DFHWB0001
applid An abend (code aaa/bbbb) has occurred at offset X'offset' in module modname.
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).

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.

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.

Destination:

Console

Modules:

DFHWBWB

XMEOUT Parameters: applid, aaa/bbbb, X'offset', modname

DFHWB0002
applid A severe error (code X'code') has occurred in module modname.
Explanation:

Start of changeAn 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 changeDFHWBST, DFHWBTC, DFHWBDM, DFHWBQM, DFHWBSR, DFHWBXMEnd 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 changeDFHWB0004End 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 changeDFHWBST, DFHWBTCEnd 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 changeDFHWB0006End of change
Start of changeapplid Insufficient storage to satisfy Getmain (code X'code') in module modname. MVS code mvscode.End of change
Start of change
Explanation:

An MVS 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.

The code mvscode is the MVS GETMAIN return code.

During initialization, CICS may not have access to the user’s applid coded in the SIT. If CICS produces this message in these circumstances, it uses the default applid value DBDCCICS.

End of change
Start of change
System action:

CICS will terminate with a system dump. An exception entry is made in the trace table (code code in the message).

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

End of change
Start of change
User response:

Inform the system programmer.

You can get diagnostic information about the MVS return code by consulting the relevant MVS codes manual which is listed in the book list at the front of this book.

Try decreasing the overall size limit of the DSAs or EDSAs. Or, try increasing the size of the whole region, if it is not already at maximum size. If CICS is not already terminated, you will need to bring CICS down to do this. 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 changeDFHWBSTEnd 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 changemodname, End of changeStart of changemvscodeEnd of change

DFHWB0100
date time applid tranid The CICS Web Interface program cannot link to program DFHWBBLI. EIBRESP: eibresp. EIBRESP2: resp2val. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipservice
Explanation:

The alias program used EXEC CICS LINK but was unable to link Start of changeto program DFHWBBLI.End of change

System action:

The link is abandoned. An HTTP response code of 500 (internal server error) is returned to the Web Browser. The alias abends with abend code AWBL.

User response:

Start of changeUse the CEDA transaction to ensure that program DFHWBBLI has beenEnd of change correctly defined and installed.

Destination:

CWBO

Modules:

DFHWBA

XMEOUT Parameters: date, time,applid, tranid, eibresp, resp2val, hostaddr, clientaddr, {1= , 2= TCPIPSERVICE: }, tcpipservice

DFHWB0101
date time applid tranid The CICS Web Interface alias program DFHWBA detected a failure in program DFHWBBLI. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeProgram DFHWBBLI has returned an error response to the alias.End of change

System action:

Start of changeThe request is abandoned. The error response returned by program DFHWBBLI is returned to the Web Browser in an HTTP response:End of change

403
The userid associated with the request is not authorized to invoke the requested converter program, or the requested server program.
404
A link to the converter program or to the server program failed because CICS could not locate the requested program.
500
A link to the converter program or to the server program failed with an unexpected error.
503
A link to the converter program or to the server program failed for one of the following reasons:
  • The server program is defined as remote, but the link to this program failed with a SYSID error, so the remote connection is either not defined correctly, or not active.
  • The link to the converter or the server program failed with the ROLLEDBACK response.

Start of changeThe alias abends with abend code AWBM unless suppressed by the URM DFHWBEP.End of change

User response:

Check program DFHWBBLI and the programs which it calls.

Destination:

CWBO

Modules:

DFHWBA

XMEOUT Parameters: date, time,applid, tranid, hostaddr, clientaddr, {1= , 2= TCPIPSERVICE: }, tcpipservice

DFHWB0102
date time applid tranid The CICS Web Interface alias program has received an incorrect response on a call made to CICS during alias initialization. EIBRESP: eibresp EIBRESP2: resp2val.{ | TCPIPSERVICE: }tcpipservice
Explanation:

The alias program has received an unexpected response on a call made to CICS during alias initialization.

System action:

The alias abends with abend code AWBI.

User response:

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

Destination:

CWBO

Modules:

DFHWBA

XMEOUT Parameters: date, time,applid, tranid, eibresp, resp2val, {1= , 2= TCPIPSERVICE: }, tcpipservice

DFHWB0103
date time applid tranid The CICS Web Interface alias program has received an error response (code X'code') on a call made to CICS during alias initialization.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeThe alias program was unable to locate the START data for this request, or the START data was invalid. The error response code X'code' is the exception trace point id that uniquely identifies which error has occurred. A code of '4565'X means that the START data was missing, and '4566'X means that the START data was invalid.End of change

Start of change
System action:

The alias abends with abend code AWBF and a trace entry is made in the trace table.

End of change
Start of change
User response:

The alias program DFHWBA is only to be used for alias transactions started by the CICS Web Interface. User-written applications should not be starting alias transactions, as data passed to the alias will not be in the expected format.

End of change
Destination:

CWBO

Modules:

DFHWBA

XMEOUT Parameters: date, time,applid, tranid, X'code', {1= , 2= TCPIPSERVICE: }, tcpipservice

DFHWB0106
date time applid tranid The CICS Web Interface program DFHWBA has detected an error.{ | TCPIPSERVICE: }tcpipservice
Explanation:

The alias had detected an error.

System action:

A system dump is taken. The alias abends with abend code AWBH. Message DFHME0116 is normally produced containing the symptom string for this problem.

User response:

Examine the diagnostics to determine the reason for the error.

Destination:

CWBO

Modules:

DFHWBA

XMEOUT Parameters: date, time,applid, tranid, {1= , 2= TCPIPSERVICE: }, tcpipservice

DFHWB0108
date time applid tranid The CICS Web Interface alias program has detected an abend. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipservice
Explanation:

The alias has detected an abend.

System action:

The alias abends with abend code AWBK.

User response:

Examine the diagnostics to determine the reason for the error.

Destination:

CWBO

Modules:

DFHWBA

XMEOUT Parameters: date, time,applid, tranid, hostaddr, clientaddr, {1= , 2= TCPIPSERVICE: }, tcpipservice

Start of changeDFHWB0109IEnd of change
Start of changeapplid Web domain initialization has started.End of change
Start of change
Explanation:

This is an informational message indicating the start of Web domain initialization.

End of change
Start of change
System action:

CICS initialization continues.

End of change
Start of change
User response:

None. You can suppress this message with the system initialization parameter, MSGLVL=0.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHWBDMEnd of change

Start of changeXMEOUT Parameter:End of changeStart of change End of changeStart of changeapplidEnd of change

Start of changeDFHWB0110IEnd of change
Start of changeapplid Web domain initialization has ended.End of change
Start of change
Explanation:

Web domain initialization has completed successfully.

End of change
Start of change
System action:

CICS initialization continues.

End of change
Start of change
User response:

None. You can suppress this message with the system initialization parameter, MSGLVL=0.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHWBDMEnd of change

Start of changeXMEOUT Parameter:End of changeStart of change End of changeStart of changeapplidEnd of change

Start of changeDFHWB0111End of change
Start of changeapplid WB Domain initialization failed. Reason Code: X'rc'.End of change
Start of change
Explanation:

The CICS Web domain initialization failed with reason code rc.

End of change
Start of change
System action:

CICS initialization continues. Subsequent calls to the components of the CICS Web environment may fail.

End of change
Start of change
User response:

Use the reason code rc to determine why initialization failed. The possible reasons are:

1
Storage for the Web anchor block could not be obtained.
5
Storage for the State Manager anchor block could not be obtained.
6
The creation of the State Token Directory failed.
7
The subpool required for state management could not be added.
8
The subpool required for HTTP buffers could not be added.
9
The addition of the Web State Manager lock failed.
A
The subpool required for 3270 buffers could not be added.
B
The initialization of the webrequest class failed.
End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHWBDMEnd 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 changercEnd of changeStart of change'End of change

Start of changeDFHWB0114End of change
Start of changedate time applid tranid A non-HTTP request has been received by an HTTP service. The request has been rejected. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

CICS Web Support has received a non-HTTP request or a SSL request for a HTTP TCPIPSERVICE.

End of change
Start of change
System action:

The request is rejected.

End of change
Start of change
User response:

Correct the TCPIPSERVICE definition to suit the type of request being sent.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0117End of change
Start of changedate time applid tranid The CICS Web Interface program DFHWBBLI has received a corrupt parameter list from the converter program program_name during {Decode | Encode} processing.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBBLI received an error response from the converter program program_name during either Decode or Encode processing, and the parameter list being passed was corrupt.

End of change
Start of change
System action:

An error message is sent to the client and an exception trace entry is made in the trace table.

End of change
Start of change
User response:

Ensure that the converter program being used is correct.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram_name,End of changeStart of change{4=Decode, End of changeStart of change5=Encode}, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0118End of change
Start of changedate time applid tranid The CICS Web Interface program DFHWBBLI has detected an error.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBBLI has detected an error.

End of change
Start of change
System action:

A system dump is taken. The transaction abends with abend code AWBR. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Examine the diagnostics to determine the reason for the error.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0119End of change
Start of changedate time applid tranid The CICS Web Interface program DFHWBBLI has been started incorrectly.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBBLI has detected an error while validating initialization information. This probably means that the program has been started incorrectly.

End of change
Start of change
System action:

The transaction abends with abend code AWBQ.

End of change
Start of change
User response:

Check that the program was not started by a transient data trigger level or by a CECI user.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0120
date time applid tranid The CICS Web Interface program DFHWBBLI cannot link to program program_name. EIBRESP: eibresp EIBRESP2: resp2val.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeProgram DFHWBBLI used an EXEC CICS LINK but was unable to link to the given program and an EIB response was returned.End of change

Start of change
System action:

The link is abandoned.

End of change
Start of change
User response:

Ensure that the program definition is correct.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram_name,End of changeStart of changeeibresp, End of changeStart of changeresp2val, End of changeStart of change{1= ,End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0121
date time applid tranid The CICS Web Interface program DFHWBBLI encountered an error during Decode processing in the converter program. Response code: respcode, reason code: reasoncode.{ | TCPIPSERVICE: }tcpipservice
Explanation:

The Decode function of the converter has returned an error.

System action:

An error message is sent to the client.

User response:

Start of changeThe response code insert gives the RESPONSE code returned by the converter program. The reason code insert gives the REASON code returned by the converter program.End of change

Start of changeThe values defined by CICS for these fields are defined in copybook DFHWBUCD. The CICS defined values for the RESPONSE code are:

0
OK
4
Exception
8
Invalid data supplied
16
Disaster

The CICS defined values for the REASON code are:

1
Security failure
2
Corrupt client data

Users can architect their own response and reason code values to be returned by the analyzer, but they should use values other than those defined in the CICS supplied copybook DFHWBUCD.End of change

Start of changeExamine the response and reason codes returned to determine the cause of the error.End of change

Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram, End of changeStart of changerespcode, End of changeStart of changereasoncode, End of changeStart of change{1= , End of changeStart of change2=TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0122
date time applid tranid The CICS Web Interface program DFHWBBLI encountered an error during Encode processing in the converter program. Response code: respcode, reason code: reasoncode.{ | TCPIPSERVICE: }tcpipservice
Explanation:

The Encode function of the converter program has returned an error.

System action:

An error message is sent to the client.

User response:

Start of changeThe response code insert gives the RESPONSE code returned by the converter program. The reason code insert gives the REASON code returned by the converter program.End of change

Start of changeThe values defined by CICS for these fields are defined in copybook DFHWBUCD. The CICS defined values for the RESPONSE code are:

0
OK
4
Exception
8
Invalid data supplied
16
Disaster

The CICS defined values for the REASON code are:

1
Security failure
2
Corrupt client data

Users can architect their own response and reason code values to be returned by the analyzer, but they should use values other than those defined in the CICS supplied copybook DFHWBUCD.End of change

Start of changeExamine the response and reason codes returned to determine the cause of the error.End of change

Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram, End of changeStart of changerespcode, End of changeStart of changereasoncode, End of changeStart of change{1= , End of changeStart of change2=TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0123
date time applid tranid The CICS Web Interface program DFHWBA1 has detected an error.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeProgram DFHWBA1 has detected an error.End of change

Start of change
System action:

A system dump is taken. The transaction abends with abend code AWBR. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Examine the diagnostics to determine the reason for the error.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBA1End 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 changetranid, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0124
date time applid tranid The CICS Web Interface program DFHWBA1 has been started incorrectly.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Program DFHWBA1 has detected an error while validating initialization information. This probably means that the program has been started incorrectly.

System action:

The transaction abends with abend code AWBQ.

User response:

Check that the program was not started by a transient data trigger level or by a CECI user.

Destination:

CWBO

Modules:

DFHWBA1

XMEOUT Parameters: date, time,applid, tranid, {1= , 2= TCPIPSERVICE: }, tcpipservice

DFHWB0125
date time applid tranid The CICS Web Interface program DFHWBBLI has detected an abend issued by the program program.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeProgram DFHWBBLI has detected an abend by the program that was servicing the request.End of change

Start of change
System action:

The alias returns control to the caller.

End of change
Start of change
User response:

Examine the diagnostics to determine the reason for the error.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0126
date time applid tranid The CICS Web Interface program DFHWBBLI has detected an abend issued by Encode in converter program program.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeProgram DFHWBBLI has detected an abend by the program that was servicing the request during Encode processing.End of change

Start of change
System action:

The alias returns control to the caller.

End of change
Start of change
User response:

Examine the diagnostics to determine the reason for the error.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0127
date time applid tranid The CICS Web Interface program DFHWBBLI has detected an abend issued by Decode in converter program.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeProgram DFHWBBLI has detected an abend by the converter that was servicing the request during Decode processing.End of change

Start of change
System action:

The alias returns control to the caller.

End of change
Start of change
User response:

Examine the diagnostics to determine the reason for the error.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB0128
date time applid tranid An error has been detected by program program.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeProgram DFHWBBLI has detected an error.End of change

Start of change
System action:

The alias returns control to the caller.

End of change
Start of change
User response:

Examine the diagnostics to determine the reason for the error.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBBLIEnd 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 changetranid, End of changeStart of changeprogram, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0130End of change
Start of changedate time applid tranid No state token passed to program DFHWBLT.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBLT was not passed the expected state token.

End of change
Start of change
System action:

The transaction abends with code AWC2, and an exception trace entry 410C is written.

End of change
Start of change
User response:

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

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBLTEnd 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 changetranid, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0131End of change
Start of changedate time applid tranid An error code X'code' occurred in DFHWBLT while accessing the Web state data for this transaction.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The Web Bridge Exit program, DFHWBLT, has detected an error when attempting to access the Web state data held for this transaction.

End of change
Start of change
System action:

An exception trace entry is made in the trace table using code X'code. The transaction abends with abend code AWC1 if the Bridge Exit was trying to establish a partnership with the CICS Web Interface alias transaction.

End of change
Start of change
User response:

Use the error code code to determine the reason for the failure:

4106
Unable to establish a partnership with the associated CICS Web Interface alias transaction.
4107
A call to terminate the partnership between this instance of DFHWBLT and its associated CICS Web Interface alias transaction failed.
4108
A call to wait for the CICS Web Interface alias transaction associated with this instance of DFHWBLT failed.
4109
A call to reactivate the CICS Web Interface alias transaction associated with this instance of DFHWBLT failed.
4112
A call to update the state data for this transaction failed.
4113
A call to retrieve the state data for this transaction failed.
4114
The alias task associated with this instance of DFHWBLT was not in the required state.
4116
A call to break the partnership between this instance of DFHWBLT and its associated CICS Web Interface alias transaction failed.
411B
A call to destroy the state data for this instance of DFHWBLT failed.

The most likely cause of the error is that the timeout interval for the Web state data has been exceeded, and the relevant state data has been deleted. Check that the timeout interval for the state data is set to a suitable value. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBLTEnd 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 changetranid, End of changeStart of changeX'End of changeStart of changecode', End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0132End of change
Start of changedate time applid tranid Program DFHWBLT terminated due to storage problems.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

A getmain for storage issued by DFHWBLT failed. Without the storage, processing cannot continue.

End of change
Start of change
System action:

The transaction abends with code AWC5, and an exception trace entry 410D is written.

End of change
Start of change
User response:

If this error occurs repeatedly, you may need to examine the storage setup of your CICS system. Refer to the CICS Customization Guide for further information on controlling CICS storage.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBLTEnd 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 changetranid, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0133End of change
Start of changedate time applid tranid Error X'code' occurred during CICS Web 3270 transaction processing.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBTTA detected an error when attempting to attach the Web bridge transaction or the Web 3270 Bridge exit program DFHWBLT encountered an internal error.

End of change
Start of change
System action:

The transaction returns an internal server error (HTTP response 500) to the HTTP client.

End of change
Start of change
User response:

The error code code identifies the CICS trace entry that corresponds to the failure. You may determine the transaction identifier of the Web bridge transaction from this entry and its significant characteristics.

Collect the CICS trace output. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBTTA, DFHWBLTEnd 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 changetranid, End of changeStart of changeX'End of changeStart of changecode', End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0134End of change
Start of changedate time applid tranid Error X'code' occurred resolving the AID from HTTP forms data in the CICS Web terminal translation application.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBTTA is unable to resolve an attention identifier from the HTTP forms data returned from a web browser. DFHWBTTA translates the HTTP forms data into the correct 3270 format required by the CICS terminal-oriented transaction that is the target of this request. The attention identifier or AID is a mandatory part of this format. DFHWBTTA cannot locate a name=value pair in the HTTP forms data that adheres to the naming convention defined by the CICS Web Interface to represent an AID, and so cannot return an AID value to the terminal-oriented transaction.

End of change
Start of change
System action:

DFHWBTTA returns an internal server error (HTTP response 500) to the HTTP client, and terminates the exchange with the terminal-oriented transaction.

End of change
Start of change
User response:

The error code code identifies the CICS trace entry that corresponds to the failure. The HTTP forms data is produced as trace data. Collect the CICS trace output. Examine the HTTP forms data to determine what was returned from the web browser. Identify what HTML input type caused the web browser to submit the HTML form. Corruption of the HTTP forms data may be the cause of the problem. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBTTAEnd 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 changetranid, End of changeStart of changeX'End of changeStart of changecode', End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0135End of change
Start of changedate time applid tranid Error X'code' occurred resolving the next transaction identifier from HTTP forms data in the CICS Web terminal translation application.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBTTA is unable to resolve the next transaction identifier from the HTTP forms data returned from a web browser. DFHWBTTA translates the HTTP forms data and extracts the identifier of the next transaction to be executed. DFHWBTTA cannot locate a name=value pair in the HTTP forms data that adheres to the naming convention defined by CICS to represent the next transaction identifier and so it cannot determine which terminal-oriented transaction to start.

End of change
Start of change
System action:

DFHWBTTA returns an internal server error (HTTP response 500) to the HTTP client.

End of change
Start of change
User response:

The error code code identifies the CICS trace entry that corresponds to the failure. The HTTP forms data is produced as trace data. Collect the CICS trace output. Examine the HTTP forms data to determine what was returned from the web browser. Corruption of the HTTP forms data may be the cause of the problem. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBTTAEnd 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 changetranid, End of changeStart of changeX'End of changeStart of changecode', End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0136End of change
Start of changedate time applid tranid An error code X'code' has occurred as a result of the Web State Garbage Collection process.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

Program DFHWBLT detected an error when attempting to access the Web state data held for this transaction. The transaction wait time has exceeded the garbage collection limit and the state block has been deleted by the garbage collection process.

End of change
Start of change
System action:

If the error occurs in DFHWBLT, a TERMERR condition is returned to the application and processing continues. If the error occurs in DFHWBTTA, an error response is sent to the browser and processing continues.

End of change
Start of change
User response:

Use the error code code to determine which module received the error:

4108
The error occurred in DFHWBLT.
420B
The error occurred in DFHWBTTA.

The cause of the error is that the garbage collection interval for the Web state data has been exceeded, and the relevant state data has been deleted. Check that the garbage collection interval for the state data is set to a suitable value. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBLT, DFHWBTTAEnd 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 changetranid, End of changeStart of changeX'End of changeStart of changecode', End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0137End of change
Start of changedate time applid tranid An error code X'code' occurred in DFHWBTTA while accessing the Web state data for this transaction.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The Web Terminal Translation Application program, DFHWBTTA, has detected an error when attempting to access the Web state data held for this transaction.

End of change
Start of change
System action:

An exception trace entry is made in the trace table using code X'code.

End of change
Start of change
User response:

Use the error code code to determine the reason for the failure:

4203
Unable to establish a partnership with the associated CICS Web Interface alias transaction.
4204
Unable to initialize a partnership with the associated CICS Web Interface alias transaction.
4205
The alias task associated with this instance of DFHWBTTA was not in the required state.
4206
A call to create the state data for this instance of DFHWBTTA failed.
4207
A call to destroy the state data for this instance of DFHWBTTA failed.
4208
A call to retrieve the state data for this instance of DFHWBTTA failed.
4209
A call to break the established partnership between the associated transaction and DFHWBTTA has failed.
420A
A call to reactivate the CICS Web Interface alias transaction associated with this instance of DFHWBTTA failed.
420B
A call to wait for the CICS Web Interface alias transaction associated with this instance of DFHWBTTA failed.
420C
A call to terminate the partnership between this instance of DFHWBTTA and its associated CICS Web Interface alias transaction failed.
4213
A call to update the state data for this transaction failed.

The most likely cause of the error is that the timeout interval for the Web state data has been exceeded, and the relevant state data has been deleted. Check that the timeout interval for the state data is set to a suitable value. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBTTAEnd 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 changetranid, End of changeStart of changeX'End of changeStart of changecode', End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0150End of change
Start of changedate time applid tranid The CICS HTML template manager could not locate template template_name in the HTML template data set.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The CICS HTML template manager DFHWBTL could not find template name template_name in the HTML data set.

End of change
Start of change
System action:

Because 3270 / HTML conversion cannot be performed without the template, CICS returns a TERMERR condition to the application. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Make sure that the template exists in the template library. See the CICS External Interfaces Guide for guidance on how to create HTML templates. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBTCEnd 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 changetranid, End of changeStart of changetemplate_name,End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0151End of change
Start of changedate time applid tranid The CICS Web Interface 3270 emulation code was unable to process the data it was passed.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The CICS Web Interface routine that converts 3270 data streams to HTML, and vice versa, has detected an error. This is probably because it has been passed an invalid 3270 data stream on an EXEC CICS SEND command, or because the browser has returned some data that it is incapable of handling in response to an EXEC CICS RECEIVE command.

End of change
Start of change
System action:

The transaction is abended with code AEIP (INVREQ). There will be subsequent messages from the web state management code as it tidies up for the abending task. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Use CEDX or trace to look at the data that was in error and then correct the sending application. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBTCEnd 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 changetranid, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0152 EEnd of change
Start of changedate time applid client_ip_addr tcpipservice The request receiver SOCB notify gate is unable to attach transaction transaction.End of change
Start of change
Explanation:

The socket domain received a request for a TCPIP service which specified PROTOCOL(HTTP). However, the socket notify gate in module DFHWBSO was unable to attach the transaction specified in the TCPIP service definition.

End of change
Start of change
System action:

Exception trace point 0907 is issued.

End of change
Start of change
User response:

Check the definitions in the TCPIP service and the specified transaction.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBSOEnd 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 changetransactionEnd of change

Start of changeDFHWB0153 EEnd of change
Start of changedate time applid client_ip_addr tcpipservice The web asynchronous socket receive failed with an IO error.End of change
Start of change
Explanation:

The Web socket notify gate was driven with an action code of ERROR because an outstanding asynchronous socket receive request ended with an IO error.

End of change
Start of change
System action:

Exception trace point 0906 is issued. The socket is closed and the request is terminated.

End of change
Start of change
User response:

Determine why an IO error occurred on this port.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBSOEnd 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

DFHWB0360
date 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'). Host IP address: hostaddr. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.
Explanation:

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

In order to start transaction tranid CICS Web attach processing requires security to be established for userid userid, as selected for this transaction by the Analyzer URM specified for TCPIPSERVICE tcpipservice

System action:

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

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 Start of changeOS/390 MVS Programming: Authorized Assembler Services GuideEnd of changeStart of change,End of change 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.

Destination:

CWBO

Modules:

DFHWBXM

XMEOUT Parameters: date, time,applid, userid, tranid, X'safresp', X'safreas', X'esmresp', X'esmreas', hostaddr, clientaddr, tcpipservice

Start of changeDFHWB0361End of change
Start of changedate time applid An attempt to attach a CICS Web alias transaction for userid userid has failed because the user is not authorized to execute transaction tranid. Host IP address: hostaddr. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.End of change
Start of change
Explanation:

An attempt was made to start transaction tranid by userid userid but it was rejected.

CICS Web attach processing could not start transid tranid processing because userid userid is not authorized to execute transaction tranid, which was selected for this HTTP Request by the Analyzer URM specified for TCPIPSERVICE tcpipservice

End of change
Start of change
System action:

The attach for transaction tranid fails, then processing continues.

End of change
Start of change
User response:

Either determine why the Analyzer URM selected transaction tranid, or modify the Analyzer URM to select an authorized transaction identifier.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXMEnd 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 changehostaddr, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0362End of change
Start of changedate time applid CICS Web alias transaction tranid could not be started due to an unexpected error. Host IP address: hostaddr. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.End of change
Start of change
Explanation:

An attempt was made to start transaction tranid but the attach failed due to an unexpected error.

CICS Web attach processing could not start transid tranid processing due to an unexpected error.

End of change
Start of change
System action:

The attach for transaction tranid fails, then processing continues.

End of change
Start of change
User response:

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:

CWBO

End of change
Modules:

Start of changeDFHWBXMEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0363End of change
Start of changedate time applid tranid A client certificate that maps to a valid userid is required. Host IP address: hostaddr. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.End of change
Start of change
Explanation:

The client at IP address clientaddr has tried to connect to CICS on a TCPIPSERVICE that has the option AUTHENTICATE(CERTIFICATE), but the client has not provided a client certificate that maps to a valid userid in the external security manager. This may be for one of the following reasons:

End of change
Start of change
System action:

The connection is rejected with an HTTP 403 (forbidden) response.

End of change
Start of change
User response:

Ensure that the client has a valid certificate. Install the certificate in the external security manager with the TRUSTED attribute and mapping to a valid userid. If the security manager is the IBM Security Server for OS/390 (RACF), this can be done with the RACDCERT command, or by using a TCPIPSERVICE defined with AUTHENTICATE(AUTOMATIC).

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

DFHWB0500I
date time applid tranid CICS Web Interface enable processing is complete. Host IP address: hostaddr.
Explanation:

The enable process has completed successfully.

System action:

Processing continues.

User response:

None.

Destination:

Console and Transient Data Queue CWBO

Modules:

DFHWBM

XMEOUT Parameters: date, time,applid, tranid, hostaddr

Start of changeDFHWB0551End of change
Start of changedate time applid tranid The CICS Web Interface server controller detected an abend ACN1 processing a request from client clientaddr. Host IP address: hostaddr.End of change
Start of change
Explanation:

The HTTP caller detected an error after invoking program DFHCCNV to perform data conversion on incoming data.

End of change
Start of change
System action:

If there is no DFHCNV table defined, the CICS Web Interface cannot perform data conversion on incoming data. An exception disable of the CICS Web Interface is initiated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Ensure that there is a valid DFHCNV table link-edited into one of the libraries in the DFHRPL library concatenation.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBMEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changehostaddrEnd of change

Start of changeDFHWB0723End of change
Start of changedate time applid tranid The CICS Web analyzer program returned an error response. Program name: progname. RESPONSE: response. REASON: reason. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

As part of its normal processing of a request, CICS Web attach processing invokes the user replaceable analyzer to tailor the required actions. This program returns RESPONSE and REASON values. If a CICS supplied sample analyzer is being used, possible RESPONSE code values are:

0
OK
4
Exception
8
Invalid
12.
Disaster

possible REASON code values are:

1
URL of incoming HTTP request is too short
2
No "/" character in the URI of the HTTP request
3.
There is more data to be received for this request
4
Converter program name is less than 1 or greater than 8 bytes long
5
Alias transaction ID is less than 1 or greater than 4 bytes long
6
Server program name is less than 1 or greater than 8 bytes long
7
User token passed as query string data on this request is not valid
8
URL passed on this request is not valid

Users can also architect their own response and reason code values to be returned by the analyzer, but they should use values other than those defined in the CICS supplied copybook DFHWBUCD.

If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN" in the message.

End of change
Start of change
System action:

An error response is sent to the client and processing of the request is terminated.

End of change
Start of change
User response:

Examine the RESPONSE and REASON code values in the message to determine the cause of the error.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeprogname, End of changeStart of changeresponse, End of changeStart of changereason, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of change Start of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0724End of change
Start of changedate time applid tranid CICS Web attach processing detected an error linking to the codepage conversion module DFHCCNV. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

An error linking to program DFHCCNV has forced CICS Web attach processing to abandon a client request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

A system dump is taken. An error response is sent to the client and the request is terminated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

DFHWB0725
date time applid tranid CICS Web attach processing detected an error linking to the analyzer user replaceable module progname. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipservice
Explanation:

Start of changeAn error linking to the analyzer user replaceable moduleEnd of change forced CICS Web attach processing to abandon a client request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

System action:

Start of changeAn error response is sent to the client and the request is terminated. The tcpipservice remains open but unusable.End of change

User response:

Ensure that the program specified has been correctly installed and defined to CICS. Start of changeIf the user replaceable module (URM) has been set dynamically using CEMT or the SPI command, then ensure that the module is defined to CICS and enabled, or available in the library if autoinstall is active.End of change

Destination:

CWBO

Modules:

DFHWBXN

XMEOUT Parameters: date, time,applid, tranid, progname, hostaddr, clientaddr, {1= , 2=TCPIPSERVICE: }, tcpipservice

Start of changeDFHWB0726End of change
Start of changedate time applid tranid CICS Web attach processing cannot link to the analyzer user replaceable program. No analyzer specified. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

CICS Web attach processing cannot invoke the analyzer user replaceable module because none was specified for the TCPIPSERVICE associated with the request being processed. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

An error response is sent to the client and the request is terminated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

Use CEMT SET TCPIPSERVICE to specify an analyzer name on the URM parameter. CEDA can be used to alter the stored definitions. The URM name for CICS Web TCPIPSERVICEs (those TCPIPSERVICEs which have CWXN specified as the transaction ID) MUST specify a valid analyzer program name for the URM keyword.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

DFHWB0727
date time applid tranid CICS Web Interface attach processing could not attach the requested alias transaction tranid. Userid: userid. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipservice
Start of change
Explanation:

Web attach processing could not attach a new task with the requested alias transaction ID tranid. An error response is sent to the client and processing of the request is terminated with abend code AWB2. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
User response:

Start of changeEnsure that the alias transaction ID supplied by the analyzer user replaceable program has been defined to CICS.End of change

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changetranid, End of changeStart of changeuserid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: }, End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0728End of change
Start of changedate time applid tranid CICS Web attach processing detected a storage error within the Web receive module DFHWBSR. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

A storage error in program DFHWBSR has forced CICS Web attach processing to abandon a client request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN."

End of change
Start of change
System action:

An error response is sent to the client and the request is terminated.

End of change
Start of change
User response:

The most probable cause of this error is there being insufficient storage to process the client request. This failure may indicate that you need to increase the size limits of the EDSAs. EDSA storage limits are specified by the EDSALIM system initialization parameter. See the CICS System Definition Guide for more guidance on EDSALIM.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0729End of change
Start of changedate time applid tranid CICS Web attach processing detected an abend in the analyzer user replaceable module progname. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

An abend in the analyzer user replaceable module forced CICS Web attach processing to abandon a client request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

An error response is sent to the client and the request is terminated.

End of change
Start of change
User response:

Ensure that the program specified is correct.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeprogname, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2=TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0730End of change
Start of changedate time applid tranid CICS Web attach processing encountered an internal error while processing a client request. Host IP address: hostaddr Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

An internal error has forced CICS Web processing to abandon a client request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN."

End of change
Start of change
System action:

A system dump is taken. An error response is sent to the client and the request is terminated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0731End of change
Start of changedate time applid tranid CICS Web attach processing detected an HTTP header longer than 32767 bytes. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

An HTTP request was being received by DFHWBSR when it detected that the header data of the request exceeded the currently supported maximum of 32767 bytes. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

Trace entry 0418 is issued containing the web request block. The length of the HTTP header data can be inferred from the user_data_offset field.

End of change
Start of change
User response:

Examine the input HTTP request and reduce the length of the header information to be within the allowed limit. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0732End of change
Start of changedate time applid tranid CICS Web attach processing encountered a sockets I/O error while receiving a client request. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

A sockets I/O error has forced CICS Web processing to abandon a client request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

The Web error program DFHWBEP is driven, but no error response can be sent to the client. The request is terminated.

End of change
Start of change
User response:

Check for any associated sockets domain error messages, which may give more details on the error which has occurred. The error may have been caused by a user terminating their Web Browser before CICS has been able to process the request. If the problem persists, there may be a problem with the TCP/IP network. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0733End of change
Start of changedate time applid tranid CICS Web attach processing failed because there were no available SSL TCBs. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

A Secure Sockets Layer connection from a client with address ipaddr was received on TCPIPSERVICE(service), but there were no available TCBs to process the request.

End of change
Start of change
System action:

The socket for the connection is closed. No message is sent to the client because the client expects the response to be encrypted by SSL, but SSL services cannot be provided.

End of change
Start of change
User response:

If this message occurs frequently, consider raising the value of the MAXSSLTCBS system initialization parameter. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0734End of change
Start of changedate time applid tranid CICS Web attach processing failed because the SSL handshake with the client has failed. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

A Secure Sockets Layer connection from a client with address ipaddr was received on TCPIPSERVICE(service), but the SSL handshake failed.

End of change
Start of change
System action:

The socket for the connection is closed. No message is sent to the client because the client expects the response to be encrypted by SSL, but SSL services cannot be provided. The reason for the handshake failure may be displayed in an earlier DFHSO0123 message.

End of change
Start of change
User response:

If the DFHSO0123 message indicates a CICS configuration error, correct it. Otherwise, the problem is likely to be a client error, and can be ignored. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0736End of change
Start of changedate time applid tranid The method in the received HTTP request is not implemented by the server. Host IP address: hostaddr. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.End of change
Start of change
Explanation:

As part of its normal processing of a request, CICS Web Support checks the supplied method with the HTTP version of the request and the version of HTTP supported by the server. The HTTP version supported by CICS depends on the version that the server application is running at.

End of change
Start of change
System action:

An error response is sent to the client and processing of the request is terminated.

End of change
Start of change
User response:

Correct the method in the request to one supported by the version of HTTP being used and the version that the server application is capable of running at. The version of the server is that supplied on the HTTP response.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0737End of change
Start of changedate time applid tranid CICS Web support has detected that the version of the incoming HTTP request is higher than the version that CICS supports. Host IP address: hostaddr. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.End of change
Start of change
Explanation:

As part of its normal processing of a request, CICS Web Support checks the version of the incoming HTTP request. If it is higher than the version CICS supports and the method is not recognised the request is rejected.

End of change
Start of change
System action:

An error response is sent to the client and processing of the request is terminated.

End of change
Start of change
User response:

Examine the version in the HTTP response to determine the HTTP version that is supported.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0738End of change
Start of changedate time applid tranid CICS Web Support has detected that the incoming HTTP request has a version that is at least HTTP/1.1 but has no host header. Host IP address: hostaddr. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.End of change
Start of change
Explanation:

As part of its normal processing of a request, CICS Web Support checks the version of the incoming HTTP request. If it is at least HTTP/1.1 and there is no host header, the request is rejected as it is not compliant.

End of change
Start of change
System action:

An error response is sent to the client and processing of the request is terminated.

End of change
Start of change
User response:

Issue the request again after adding a host header.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0739End of change
Start of changedate time applid tranid An invalid EXPECT header has been received. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

While processing an EXPECT header CICS has detected that the value is not 100-continue.

End of change
Start of change
System action:

The request is rejected with a HTTP/1.1 status of 417 Expectation Failed.

End of change
Start of change
User response:

Correct the HTTP/1.1 Client.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0740End of change
Start of changedate time applid tranid An HTTP/1.0 client has sent an EXPECT header which is not supported. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

While processing an EXPECT header CICS has detected that the client is not using HTTP version 1.1.

End of change
Start of change
System action:

The request is rejected with an HTTP/1.0 status code of 400 Bad Request.

End of change
Start of change
User response:

Correct the HTTP Client.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0741End of change
Start of changedate time applid tranid An HTTP socket receive request has timed out. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

There are two possible reasons for this message

End of change
Start of change
System action:

The possible causes are

End of change
Start of change
User response:

Possible solutions are

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0742End of change
Start of changedate time applid tranid Conversion of HTTP header failed. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The conversion of the inbound HTTP header has failed and this has caused CICS Web processing to abandon the request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

An exception entry is made in the trace table. An error response is sent to the client and the request is terminated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

The exception trace entry may help you to determine the cause of the error. If not you may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0743End of change
Start of changedate time applid tranid The CICS Web characterset codepage is invalid. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The CICS Web characterset codepage is invalid and this has caused CICS Web processing to abandon the request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

An exception entry is made in the trace table. An error response is sent to the client and the request is terminated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

The exception trace may help you to determine the cause of the error. If not you may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0744End of change
Start of changedate time applid tranid The CICS Web host codepage is invalid. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The CICS Web host codepage is invalid and this has caused CICS Web processing to abandon the request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

An exception entry is made in the trace table. An error response is sent to the client and the request is terminated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

The exception trace may help you to determine the cause of the error. If not you may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0745End of change
Start of changedate time applid tranid Conversion of user data failed. Host IP address: hostaddr. Client IP address: clientaddr.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The conversion of the inbound user data has failed and this has caused CICS Web processing to abandon the request. If the host IP address and the client IP address are not available when this error occurred, these addresses will be displayed as "UNKNOWN".

End of change
Start of change
System action:

An exception entry is made in the trace table. An error response is sent to the client and the request is terminated. Message DFHME0116 is normally produced containing the symptom string for this problem.

End of change
Start of change
User response:

The exception trace entry may help you to determine the cause of the error. If not you may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

Start of changeDFHWB0746End of change
Start of changedate time applid tranid The maximum length of data that can be received has been exceeded. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

The amount of data transmitted by a client has exceeded the limit defined on the tcpipservice.

End of change
Start of change
System action:

The request is rejected

End of change
Start of change
User response:

There are two possible causes

There are two possible solutions

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0747End of change
Start of changedate time applid tranid A Content-Length and Transfer-Encoding conflict has been detected. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

The Client has sent a request that contains a Content-Length header as well as a Transfer-Encoding header.

End of change
Start of change
System action:

The request is rejected.

End of change
Start of change
User response:

Correct the client

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0748End of change
Start of changedate time applid tranid An invalid Chunk Size header has been received. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

The Client has sent a request that contains a an invalid chunk size header. Valid values are 0 - 9, A - F with a maximum of 8 characters.

End of change
Start of change
System action:

The request is rejected.

End of change
Start of change
User response:

Correct the client

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0749End of change
Start of changedate time applid tranid An invalid Trailer has been received. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

The request contains a Trailer that exceeds 32767 bytes in length.

End of change
Start of change
System action:

The request is rejected.

End of change
Start of change
User response:

Correct the client

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0750End of change
Start of changedate time applid tranid HTTP warning request header received. Warning: warnvalue Host IP address: hostaddr Client IP address: clientaddrEnd of change
Start of change
Explanation:

A warning header has been received on an incoming HTTP request, by CICS Web support. The contents are written in this message for audit purposes.

End of change
Start of change
System action:

Processing for the request continues normally.

End of change
Start of change
User response:

Examine the warning to determine if action is required.

End of change
Start of change
Destination:

CWBW

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changewarnvalue, End of changeStart of changehostaddr, End of changeStart of changeclientaddrEnd of change

Start of changeDFHWB0751End of change
Start of changedate time applid tranid A precondition specified by an If-Unmodified-Since header has failed. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice.End of change
Start of change
Explanation:

The request contains an If-Unmodified-Since header and the precondition has failed.

Note:
If CICS is returning dynamic content it is assumed that any If-Unmodified-Since precondition can never be met.
End of change
Start of change
System action:

The request is rejected with a HTTP/1.1 412 response.

End of change
Start of change
User response:

None required.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB0752End of change
Start of changedate time applid tranid HTTP Warning response header received. Warning: warnvalue Client IP address: clientaddr Server IP address: serveraddr.End of change
Start of change
Explanation:

A warning header has been received in response to an HTTP request sent by CICS as a client. The contents are written in this message for audit purposes.

End of change
Start of change
System action:

Processing for the request continues normally.

End of change
Start of change
User response:

Examine the warning to determine if any action is required.

End of change
Start of change
Destination:

CWBW

End of change
Modules:

Start of changeDFHWBCLEnd 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 changetranid, End of changeStart of changewarnvalue, End of changeStart of changeclientaddr, End of changeStart of changeserveraddrEnd of change

Start of changeDFHWB0753End of change
Start of changedate time applid Transaction tranid chunked request incomplete. Session token: X'sesstoken'.End of change
Start of change
Explanation:

The transaction has terminated with an incomplete chunked request sent by CICS as a client.

End of change
Start of change
System action:

End of transaction processing continues normally.

End of change
Start of change
User response:

Examine the warning to determine if any action is required.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBCLEnd 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 changetranid, End of changeStart of changeX'End of changeStart of changesesstokenEnd of changeStart of change'End of change

Start of changeDFHWB0754End of change
Start of changedate time applid tranid An invalid Chunk has been received. Client IP address: clientaddr. TCPIPSERVICE: tcpipserviceEnd of change
Start of change
Explanation:

The client has sent a chunk request but the chunk has not been terminated with the expected CRLF characters.

End of change
Start of change
System action:

The request is rejected.

End of change
Start of change
User response:

Correct the client.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeclientaddr, End of changeStart of changetcpipserviceEnd of change

Start of change
DFHWB0756
date time applid tranid The host on the received HTTP request is invalid. Client IP address: clientaddr. TCPIPSERVICE: tcpipservice
Explanation:

The host on the HTTP request received by CICS is invalid.

System action:

The request is rejected.

User response:

Correct the client.

Destination:

CWBO

Modules:

DFHWBXN

XMEOUT Parameters: date, time,applid, tranid, clientaddr, tcpipservice

End of change
Start of changeDFHWB1007End of change
Start of changeapplid Initializing CICS Web environment.End of change
Start of change
Explanation:

Module DFHWBIP has been invoked to initialize the CICS Web 3270 environment.

End of change
Start of change
System action:

Processing continues.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHWBIPEnd of change

Start of changeXMEOUT Parameter:End of changeStart of change End of changeStart of changeapplidEnd of change

Start of changeDFHWB1008End of change
Start of changeapplid CICS Web environment initialization is complete.End of change
Start of change
Explanation:

The CICS Web 3270 environment has been initialized, and it is now ready to process Web-related work.

End of change
Start of change
System action:

Processing continues.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHWBIPEnd of change

Start of changeXMEOUT Parameter:End of changeStart of change End of changeStart of changeapplidEnd of change

Start of changeDFHWB1009End of change
Start of changeapplid CICS Web environment initialization failed. Reason Code: X'rc'.End of change
Start of change
Explanation:

The CICS Web 3270 environment initialization failed with reason code rc.

End of change
Start of change
System action:

CICS initialization continues. Subsequent calls to the components of the CICS Web environment may fail.

End of change
Start of change
User response:

Use the reason code rc to determine why initialization failed. The possible reasons are:

1
Storage for the Web anchor block could not be obtained.
3
Load for module DFHWBST failed.
4
Load for module DFHWBTC failed.
5
Storage for the State Manager anchor block could not be obtained.
6
The creation of the State Token Directory failed.
7
The subpool required for state management could not be added.
8
The subpool required for HTTP buffers could not be added.
9
The addition of the WBST lock failed.
A
Load for module DFHWBIP failed.

Reason codes 1 to 9 originate in DFHWBIP. Reason code A originates from DFHSIJ1.

End of change
Start of change
Destination:

Console

End of change
Modules:

Start of changeDFHWBIP, DFHSIJ1End 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 changercEnd of changeStart of change'End of change

Start of changeDFHWB1020End of change
Start of changedate time applid CICS Web State Manager could not find state data for state token stoken for a {destroy | retrieve | store} request.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The CICS Web State Manager could not find the state data for the state token stoken or the supplied state token stoken does not exist.

End of change
Start of change
System action:

The requested state data cannot be destroyed, updated or retrieved by the Web State Manager. An exception trace entry is made in the trace table.

End of change
Start of change
User response:

Ensure that the supplied state token stoken is correct. On a busy CICS region, the most likely cause of this error is that the state data has been discarded by the Web garbage collection process before the Web state manager could access it. Check that the system initialization WEBDELAY parameters are appropriate values. See the CICS System Definition Guide for guidance on setting the values of the Web garbage collection interval and the Web terminal timeout interval.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBSTEnd 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 changestoken, End of changeStart of change{1=destroy,End of changeStart of change2=retrieve, End of changeStart of change3=store}, End of changeStart of change{1= ,End of change Start of change2= TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

Start of changeDFHWB1021End of change
Start of changedate time applid CICS Web State Manager could not find state data for state token stoken in order to perform the {initialize partnership | make partnership |break partnership | trigger partner | wait for partner | query partner | terminate partnership} request for task number taskid, CICS unit of work id X'cuowid'.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

The CICS Web State Manager could not find the state data for the state token stoken because the supplied state token stoken does not exist. The running task is task number taskid and the associated CICS unit of work id is cuowid.

End of change
Start of change
System action:

The Web State Manager cannot therefore perform the requested partnership function for the running task. An exception trace entry is made in the trace table.

End of change
Start of change
User response:

Ensure that the supplied state token stoken is correct. On a busy CICS region, the most likely cause of this error is that the state data has been discarded by the Web garbage collection process before the Web State Manager could access it for the running task. Check that the system initialization WEBDELAY parameters are appropriate values. See the CICS System Definition Guide for guidance on setting the values of the Web garbage collection interval and the Web terminal timeout interval.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBSTEnd 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 changestoken, End of changeStart of change{1=initialize partnership, End of changeStart of change2=make partnership, End of changeStart of change3=break partnership, End of changeStart of change4=trigger partner, End of change Start of change5=wait for partner, End of changeStart of change6=query partner, End of changeStart of change7=terminate partnership}, End of changeStart of changetaskid, End of changeStart of changeX'cuowid', End of changeStart of change{1= , End of changeStart of change2= TCPIPSERVICE: },End of change Start of changetcpipserviceEnd of change

DFHWB1100 E
date time applid The CICS Web Interface received data from the user application that is longer than expected.
Explanation:

The environment variables program has received data from a user application. However, the data received was longer than expected.

System action:

Start of changeException trace point 4623 is written. The environment variables program abnormally terminates with abend code AWB7.End of change

User response:

Examine the data sent to CICS from the application program.

Destination:

Console Routecodes 2 and 12 and Transient Data Queue CWBO

Modules:

DFHWBENV

XMEOUT Parameters: date, time,applid

Start of changeDFHWB1200End of change
Start of changedate time applid tranid The CICS Web Interface analyzer program set parameter WBRA_USER_DATA_LENGTH to more than the maximum. Program name: progname. RESPONSE: response. REASON: reason. Host IP address: hostaddr. Client IP address: clientaddr. Data offset: X'dataoffset'. Data length: X'datalength'. Buffer length: X'bufferlength'.{ | TCPIPSERVICE: }tcpipserviceEnd of change
Start of change
Explanation:

As part of its normal processing of a request, Web attach processing invokes the user replaceable analyzer to tailor the required actions. This program is passed the length of the user data part of the HTTP request in parameter WBRA_USER_DATA_LENGTH, which it can modify. However, the modified value is greater than the maximum allowable value which represents the available space in the data buffer.

End of change
Start of change
System action:

An error response is sent to the client and processing of the request is terminated.

End of change
Start of change
User response:

Modify the analyzer program so that it does not set the parameter WBRA_USER_DATA_LENGTH to be greater than the maximum. The sum of the data offset and the data length should not exceed the buffer length.

End of change
Start of change
Destination:

CWBO

End of change
Modules:

Start of changeDFHWBXNEnd 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 changetranid, End of changeStart of changeprogname, End of changeStart of changeresponse, End of changeStart of changereason, End of changeStart of changehostaddr, End of changeStart of changeclientaddr, End of changeStart of changeX'End of changeStart of changedataoffset', End of change Start of changeX'End of changeStart of changedatalength',End of changeStart of changeX'End of changeStart of changebufferlength', End of changeStart of change{1= , End of changeStart of change2=TCPIPSERVICE: }, End of changeStart of changetcpipserviceEnd of change

DFHWB1525
date time applid tranid The CICS Web Interface connection manager received an unexpected response from CICS.
Explanation:

The connection manager received an unexpected response to a CICS command. This is a logic error.

System action:

A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.

User response:

You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.

Destination:

CWBO and Terminal End User

Modules:

DFHWBC01

XMEOUT Parameters: date, time,applid, tranid

Start of changeDFHWB1551End of change
Start of changedate time applid The CWBC Transaction is no longer used to manage CICS Web resources.End of change
Start of change
Explanation:

An attempt has been made to run the CICS-supplied transaction CWBC. This transaction is no longer used to manage CICS Web resources.

End of change
Start of change
System action:

None. Processing continues.

End of change
Start of change
User response:

Refer to the CICS Internet and External Interfaces Guide, and the Resource Definition Guide for details of how to manage CICS Web resources. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CWBO and Terminal End User

End of change
Modules:

Start of changeDFHWBC01End 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 changeDFHWB7001End of change
Start of changeHTTPD_extract for envvar failed. Processing of this request terminated rc=retcode.End of change
Start of change
Explanation:

Start of changeThe CICS GWAPI program received an error response retcodeEnd of change when it executed the HTTPD_extract function to retrieve the specified environment variable envvar.

End of change
Start of change
System action:

Start of changeThe CICS GWAPI program terminates and returns an HTTP server errorEnd of change response (code 500) to the Web browser.

End of change
Start of change
User response:

Start of changeInvestigate whether the ICSS/390 server has been correctly configured to use the CICS GWAPI DLL.End of change Refer to the CICS External Interfaces Guide for further information.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHWBAPIEnd of change

Start of changeDFHWB7002End of change
Start of changeHTTPD_read for HTTP user data failed. Processing of this request terminated rc=retcode.End of change
Start of change
Explanation:

Start of changeThe CICS GWAPI program received an error response retcodeEnd of change when it executed the HTTPD_read function to retrieve the user data sent with an HTTP request.

End of change
Start of change
System action:

Start of changeThe CICS GWAPI program terminates and returns an HTTP server errorEnd of change response (code 500) to the Web browser.

End of change
Start of change
User response:

Start of changeInvestigate whether the ICSS/390 server has been correctly configured to use the CICS GWAPI DLL.End of change Refer to the CICS External Interfaces Guide for further information.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHWBAPIEnd of change

Start of changeDFHWB7003End of change
Start of changeInvalid URL passed to DFHWBAPI: url. Processing of this request terminated rc=retcode.End of change
Start of change
Explanation:

Start of changeThe CICS GWAPI program has attempted to analyze the path name sectionEnd of change of the Uniform Resource Locator url that it received from the Web browser, but has determined that its syntax is not in the standard format expected to decide which CICS region, transaction, and program should process the request.

The reason for the failure is given by one of the following values for the return code retcode.

1
The path name contains fewer than eight characters.
2
The path name does not begin with a leading slash ('/') character.
3
The CICS applid is invalid.
4
The converter name is invalid.
5
The transaction name is invalid.
6
The server program name is invalid.
End of change
Start of change
System action:

Start of changeThe CICS GWAPI program terminates and returns an HTTP server errorEnd of change response (code 500) to the Web browser.

End of change
Start of change
User response:

Start of changeInvestigate whether the ICSS/390 server has been correctly configured to use the CICS GWAPI DLL.End of change Refer to the CICS External Interfaces Guide for further information.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHWBAPIEnd of change

Start of changeDFHWB7006End of change
Start of changeLink to program program_name at applid applid failed for URL url. Processing of this request terminated RESP=resp RESP2=resp2.End of change
Start of change
Explanation:

Start of changeThe CICS GWAPI program has attempted to use the CICS External CallEnd of change Interface (EXCI) to link to the Business Logic Interface program Start of changeprogram_nameEnd of change in the CICS region with applid applid, but the link was unsuccessful. The EIBRESP and EIBRESP2 values from the EXEC CICS LINK command are resp and resp2.

End of change
Start of change
System action:

Start of changeThe CICS GWAPI program terminates and returns an HTTP error responseEnd of change to the Web browser. If resp and resp2 indicate that there is a temporary problem establishing an Inter-Region Communication connection, the HTTP error response is 503 (system not available), otherwise it is 500 (server error).

End of change
Start of change
User response:

Investigate whether the target CICS region has been correctly Start of changeconfigured to receive EXCI requests from this ICSS/390 server address space.End of change

The following must be set up:

Refer to the CICS External Interfaces Guide for further information.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHWBAPIEnd of change

Start of changeDFHWB7007End of change
Start of changeError detected by program program_name. Processing of this request terminated rc=retcode.End of change
Start of change
Explanation:

Start of changeThe CICS GWAPI program has attempted to use the CICS External CallEnd of change Interface (EXCI) to link to the Business Logic Interface program Start of changeprogram_nameEnd of change in a CICS region, but an error response was returned by the program. The return code retcode is the Business Logic Interface Start of changeresponse that was returned in wbbl_response.End of change

End of change
Start of change
System action:

Start of changeThe CICS GWAPI program terminates and returns retcodeEnd of change as the HTTP server response to the Web browser.

End of change
Start of change
User response:

Investigate the reason for the error response. Start of changeThe values that can be returned in wbbl_responseEnd of change are documented in the CICS External Interfaces Guide, and are generally caused by a programming error in either the converter program or the server application program.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHWBAPIEnd of change

Start of changeDFHWB7008End of change
Start of changeHTTPD_set for variable failed for URL url. Processing of this request terminated rc=retcode.End of change
Start of change
Explanation:

Start of changeThe CICS GWAPI program received an error response retcodeEnd of change when it executed the HTTPD_set function to set a value for the specified variable variable while processing URL url.

End of change
Start of change
System action:

Start of changeThe CICS GWAPI program terminates and returns an HTTP server errorEnd of change response (code 500) to the Web browser.

End of change
Start of change
User response:

Start of changeInvestigate whether the ICSS/390 server has been correctly configured to use the CICS GWAPI DLL.End of change Refer to the CICS External Interfaces Guide for further information.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHWBAPIEnd of change

Start of changeDFHWB7009End of change
Start of changeHTTP_write failed for URL url. Processing of this request terminated rc=retcode.End of change
Start of change
Explanation:

Start of changeThe CICS GWAPI program received an error response retcodeEnd of change when it executed the HTTPD_write function to write the user data to be sent with an HTTP response for URL url.

End of change
Start of change
System action:

Start of changeThe CICS GWAPI program terminates and returns an HTTP server errorEnd of change response (code 500) to the Web browser.

End of change
Start of change
User response:

Start of changeInvestigate whether the ICSS/390 server has been correctly configured to use the CICS GWAPI DLL.End of change Refer to the CICS External Interfaces Guide for further information.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHWBAPIEnd of change

[[ Contents Previous Page | Next Page Index ]]