Kbase P125585: Error 6456 on the WebSpeed log for internal procedure check-exclusive-pause
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/6/2009 |
|
Status: Unverified
SYMPTOM(s):
Error 6456 on the WebSpeed log for internal procedure check-exclusive-pause
Procedure <procedure> has no entry point for <internal-procedure>. (6456)
Procedure webutil/webstart.p has no entry point for check-exclusive-pause. (6456)
FACT(s) (Environment):
WebSpeed 3.0x
WebSpeed 2.x
All Supported Operating Systems
CHANGE:
web-disp.p was custom and is part of the deployment of the application.
CHANGE:
Migration from previous versions to Progress 9.1E
CAUSE:
webstart procedure was changed and this entry was removed, causing the error.
FIX:
To fix it, use one of the following approaches:
1 - Copy all the WebSpeed source code from the src\web directory from the previous version to a new directory, compile it and change the PROPATH in the agent to use the new directory.
2 - Change the provided WebSpeed source files as code base for the desired updates.