Back ForwardHow to detect large HTML streams (PEGA0029 alert)

Alert log message

GRP-628 PROJ-1474 CODE-763 DORID 5.5 When an HTML stream is sent to a browser and the number of bytes exceeds a threshold value, a PEGA0029 alert message appears in the alert log. Here is an example:

Stream exceeded client response byte threshold (pxObjClass=Rule-Obj-HTML;pyStreamName=Web-Login;).

Other fields in the alert log message identify the pzInsKey or the rule class of the stream and its keys.

Modifying the alert settings

By default, the alert is enabled with a threshold of 204,800 bytes (2000 KB). This alert is not triggered by streams generated in a Designer Studio portal (authenticated users who can check out rules).

You can modify the prconfig settings that control this alert:

  1. Create three dynamic system settings with these keys and values. (See How to create or update a prconfig setting.)

Key

Value

prconfig/alerts/clientbytesreturned/enabled/default true
prconfig/alerts/clientbytesreturned/threshold/default 204800
prconfig/alerts/clientbytesreturned/ignoredevusers/default true
  1. Set the desired threshold value using a positive integer identifying the size in bytes.
  2. Set the enabled value to false to disable the alert. The default is true.
  3. Set the ignoredevusers value to false to include streams produced by developers. The default is true.
  4. Stop and restart the server.

Probable causes and remediation

Here are likely reasons for the alert and suggestions on how to address them:

PDN Resource

For an example, see PDN article Understanding the PEGA0029 alert.

Definitions alert log, stream processing
Related topics Understanding alerts

UpSysAdmin category
Help System home page Help Home