Consultor Eletrônico



Kbase P132754: Error 2939 when running newly created code.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/03/2009
Status: Verified

SYMPTOM(s):

Error 2939 when running newly created code.

Preprocessor expansion buffer overflow. (2939)

FACT(s) (Environment):

Progress 8.x
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

CAUSE:

The maximum length of a 4GL statement has been encountered.

FIX:

Use the -inp client startup parameter to increase the maximum length of 4GL statements.

In Progress version 8 and 9 the default length is 4096.
In OpenEdge 10 the default length is 15,000.

The maximum value is 32,000.

Example:

_progres sports2000 -inp 8192 -p myproc.p