Consultor Eletrônico



Kbase P124361: Client session crashes when LoggingLevel set to higher then or equal to 3 and QryInfo set to logentr
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/07/2009
Status: Verified

SYMPTOM(s):

Client session crashes when LoggingLevel set to higher then or equal to 3 and QryInfo set to logentrytype running OPEN QUERY with persistent procedure

Client session crashes in dbut_firstByte when LoggingLevel set to higher then or equal to 3 and QryInfo set to logentrytype running OPEN QUERY with persistent procedure

Client session crashes in dbut_firstByte when LoggingLevel set to 3 and QryInfo set to logentrytype running OPEN QUERY with persistent procedure

Client session crashes in dbut_firstByte when LoggingLevel set to higher than 3 and QryInfo set to logentrytype running OPEN QUERY with persistent procedure

Client session crashes (GPF)

using LoggingLevel >= 3

using logentrytype is QryInfo

calling persistently a procedure that uses OPEN QUERY statement

Stack trace from prow32.exe reads

dbut_firstByte

FACT(s) (Environment):

Windows
OpenEdge 10.x

CAUSE:

Bug# OE00152515

FIX:

As a workaround use one of the following:
1) use -logginglevel 2
2) remove QryInfo from the -logentrytypes list
3) use -logginglevel 3 -logentrytypes QryInfo:2. This option allows getting verbose level for all the log entry types but only basic for QryInfo.