PDR0709S

Section, Line number, Column number; Function function, Argument argument: The length of the value (value ) exceeds the maximum length of length.

What happened: You specified too many characters for the value for a function call argument. Section identifies the section of the rule file that contains the errant function call. number identifies the line and column in which the function was found. function identifies the function call and argument identifies the argument for which value is invalid. length identifies the maximum length of the argument.

What to do: Specify a value for the argument whose length is less than the specified maximum length. If the value is the result of a run-time expression, make sure that it does not return more than the maximum number of characters.