Kbase P6534: Appserver connection: Shared variable appSrvUtils has not yet been created. (392)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/09/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Calling an internal routine in a sdo running on an appserver.
Passing to an internal routine the incorrect number of parameters repeatedly, in a subsequent call to the same appserver process.
Error (392) is generated sometimes when users are trying to connect to a state aware appserver.
The error occurs a few times then the connection is made.
<sdo.w> Shared variable appSrvUtils has not yet been created. (392)
The appserver server log indicates that the connection is finally made because
the request makes it to a new appserver.
CAUSE:
The variable appSrvUtils seems to be removed from the global list of variables, resulting in the error being returned.
FIX:
The workaround is to make sure your passing the correct number of parameters that a routine is expecting.