DFHWB1200 date 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: } tcpipservice

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.

System action

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

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.

Module

DFHWBXN, DFHWBXM

XMEOUT parameters/Message inserts

  1. date
  2. time
  3. applid
  4. tranid
  5. progname
  6. response
  7. reason
  8. hostaddr
  9. clientaddr
  10. X'dataoffset'
  11. X'datalength'
  12. X'bufferlength'
  13. Value chosen from the following options:
  14. tcpipservice

Destination

CWBO