Kbase P90961: Error 135 when compiling smart.p
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0x
SYMPTOM(s):
Error when compiling smart.p
** More than <value> characters in a single statement--use -inp parm. (135)
** More than 4096 characters in a single statement--use -inp parm. (135)
Running:
COMPILE src\adm2\smart.p
CAUSE:
File src\adm2\admmsgs.i has been extended so the single statement of the variable it defines exceeds 4096 characters.
FIX:
Upgrade to Dynamics 2.1b
Upgarde to 10.0B02 or higher
To workaround this error, increase the value of the -inp startup parameter. For example -inp 8000 results in the code compiling without error