Consultor Eletrônico



Kbase P119567: AppServer agent crashes in rnqiWriteStats() with QryInfo set to Verbose or Extended
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/07/2010
Status: Unverified

SYMPTOM(s):

AppServer agent crashes running a 4GL program.

Stack trace from _proapsv reads:

rnqiWriteStats
rnqiWriteEOQStats
rneach_finish

QryInfo is enabled among the Agent Logging Settings for the AppServer.

QryInfo is set to Verbose or Extended.

4GL program crashes on the END statement of a FOR EACH or FOR FIRST statement.

The record phrase in the FOR statement includes the FIELDS() option.

The FIELDS() option includes an array field.

FACT(s) (Environment):

OpenEdge 10.1A

CAUSE:

Bug# OE00133659

CAUSE:

There is a problem when the query information regarding field lists has to be written to the client log file.

FIX:

The workaround is to remove any of the conditions that cause the problem, that is:
- Decrease the logging level of QryInfo to Basic or lower.
- Do not use the FIELDS() option.
- If feasible, remove any array fields from the FIELDS() option.