Consultor Eletrônico



Kbase P95005: Error (135) when compiling a procedure using the Webtools Editor (WebSpeed Workshop).
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/07/2006
Status: Unverified

SYMPTOM(s):

Error (135) when compiling a procedure using the Webtools Editor (WebSpeed Workshop).

** More than <value> characters in a single statement--use -inp parm. (135)

CAUSE:

Missing terminators, unmatched quotes, unmatched comments or a 4GL statement that exceeds the number of characters allowed.

FIX:

Check the code for missing terminators (.) or (:), and for unmatched quotes or comments.

Ensure that comment delimiters (/*) and (*/) are surrounded by blanks, and that open quotes are preceded by a blank and close quotes followed by a blank.

If the error is generated because a 4GL exceeds the number of characters allowed in a single statement, add the the -inp to the WebSpeed agent startup parameters.