Kbase P6666: Stateless AppServer and error 3230 with getContextAndDestroy
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Mismatched parameter types passed to procedure getContextAndDestroy adm2/data.p. (3230)
AppServer running in Stateless mode
CAUSE:
This problem has been introduced in adm2/data.p in 9.1D. The saveContextAndDestroy is replaced by getContextAndDestroy, but the saveContextAndDestroy was kept for backwards compatibility, but changed to call its replacement.
There's no code in ADM2 of 9.1D that calls it by default, so to duplicate the problem it must be called directly.
This bug has been transferred to Possenet with Issuezilla # 5738
CAUSE:
Bug# 20020808-002
FIX:
Modify saveContextAndDestroy adm2/data.p with
RUN getContextAndDestroy IN TARGET-PROCEDURE (OUTPUT pcContext).
instead of
RUN getContextAndDestroy IN TARGET-PROCEDURE (pcContext).