Kbase P24973: Error# 293 is displayed in the WebSpeed Agent log file when
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/05/2003 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.1D
SYMPTOM(s):
Starting up a WebSpeed Broker using the SUPER_PROC variable in the broker's list of environment variables.
The SUPER_PROC procedures are running in persistent mode when looking at the Workshop's object state.
Error# 293 is displayed in the WebSpeed Agent log file when attempting to execute SUPER_PROC procedures' code.
** "<file-name>" was not found. (293)
CAUSE:
This is a known issue. SUPER_PROC is not adding the specified procedures to the WebSpeed Broker's super-procedure stack.
CAUSE:
Bug# 20030511-001
FIX:
Add the SUPER_PROC procedures to the WebSpeed Broker's super-procedure stack via ADD-SUPER-PROCEDURE. e.g.:
<SCRIPT LANGUAGE="SpeedScript">
DEFINE VARIABLE vhSuperProc AS HANDLE NO-UNDO.
RUN dispMsgs.p PERSISTENT SET vhSuperProc.
SESSION:ADD-SUPER-PROCEDURE(vhSuperProc).
</SCRIPT>