Consultor Eletrônico



Kbase P47071: Dynamics gshWebManager always is NULL.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/24/2009
Status: Unverified

SYMPTOM(s):

Dynamics gshWebManager always is NULL.

In the "progress dynamics API reference" it states that The handle of the request manager ry/app/ryreqsrvp.p is stored in the global shared variable gshWebManager but this handle always is NULL.

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
Dynamics 2.0A
OpenEdge 10.x

CAUSE:

Bug# OE00095930

FIX:

Use the 'getManagerHandle' dynamic function to get the handle of the manager and set the global shared variable:

gshWebManager = DYNAMIC-FUNCTION('getManagerHandle':U IN THIS-PROCEDURE, INPUT 'RequestManager':U).