Consultor Eletrônico



Kbase P19812: Error 9104 when opening an ABL query dynamically
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/16/2009
Status: Verified

SYMPTOM(s):

Unable to allocate memory for token array. (9104)

Opening an ABL query dynamically

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.1x
OpenEdge 10.1x

CAUSE:

Message explanation: Progress could not allocate memory for the token array in order to analyze a statement. The amount of memory needed is proportional to the value of the -tok parameter. Try lowering the -tok parameter value
Indeed, opening a query dynamically invokes a the embedded compiler to analyze the 4GL statements of it.

FIX:

A problem is often solved by increasing a parameter mentioned in a message. However, this time, the explanation of the message explicitly invites to lower the -tok parameter value, so increasing is not the right thing to do.
Try lowering the -tok parameter value