Kbase P118600: Error (566) Running a procedure of an application.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/18/2008 |
|
Status: Unverified
SYMPTOM(s):
Error (566) Running a procedure of an application.
<program> Unable to find shared buffer for <buffer>. (566)
The procedure is being run as a stand alone procedure.
The procedure compiles with no errors.
The syntax is correct.
CAUSE:
The procedure includes a statement that defines a SHARED BUFFER variable.
FIX:
Procedures that have DEFINE SHARED variable or buffer objects can not be run before the procedure that defined these same variables or buffers as NEW SHARED is run first.