Messages 27121 Through 27140

Note: If an error code within the above range does not appear in this list, it is considered an Internal Error, for which no specific user troubleshooting guidelines are available.

Message Code 27123

Pending web_reg_save_param/reg_find/create_html_param[_ex] request(s) before web_concurrent_start apply to the first Action function within the group, not to the entire group

This is a warning message only. Searches that were initiated by functions such as web_reg_save_param, web_reg_find, web_create_html_param, and web_create_html_param_ex that precede a concurrent group (web_concurrent_start) apply only to the first "action" function within the group.

Troubleshooting

  • If you want a search to apply to the first "action" function within a concurrent group, place it immediately before that function, within the group.
  • If you want a search to apply to the entire concurrent group, copy and paste it immediately before each function within the group.

Message Code 27128

"TextPfx='text prefix'" and "TextSfx='text prefix'" found (for 'function name', count='match count')

The specification of a preceding web_reg_find or web_global_verification has been matched. The verification check failed if text that should not have been found was found. A failure can be due to an error occurring, or a wrong response being received. Note that a match count exceeding one can result from the matching criteria defined for this rule being too general.

Troubleshooting

  • If the verification check was successful, you can ignore this message.
  • If the verification check failed, try to see whether a wrong page has been received, an error has occurred, or the web_reg_find or web_global_verification function is inaccurate or not applicable.
  • If a wrong page has been received, or an error has occurred, try to see what caused this (for example, incorrect argument to some previous "action" function, or missing/invalid cookie/header).
  • If the web_reg_find or web_global_verification function is inaccurate or inapplicable, modify it or delete it, respectively

Message Code 27132

ContentCheck Rule 'rule name' in Application 'application name' triggered. "Text Pfx='text prefix'" and "Sfx='text suffix'" matched (count=' match count'). A match: 'text'

You use the ContentCheck runtime options to check the contents of a page for a specific string. This is useful for detecting non-standard errors. Note that a match count exceeding one can result from the matching criteria defined for this Rule being too general.

Troubleshooting

  • If it is just an informational message, ignore it.
  • Try to see whether a wrong page has been received, an error has occurred, or the Rule definition is inaccurate or not applicable.
  • If a wrong page has been received, or an error has occurred, try to see what caused this (for example, incorrect argument to some previous "action" function, or missing/invalid cookie/header).
  • If the ContentCheck Rule is inaccurate or inapplicable, modify or delete it.

Message Code 27139

Specify non-empty value(s) for EITHER just "Text" OR both "TextPfx" and "TextSfx"

In the web_reg_find and the web_global_verification functions, either specify the "Text" argument, or, alternatively, the pair of "TextPfx" and "TextSfx". You cannot mix between these or specify only ONE of "TextPfx" and "TextSfx".

Troubleshooting

  • Remove the extra arguments or add the missing ones.