Kbase P117976: SESSION:FIRST-PROCEDURE:FILE-NAME does not show the extension
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/08/2006 |
|
Status: Unverified
SYMPTOM(s):
SESSION:FIRST-PROCEDURE:FILE-NAME does not show the extension
Session super procedure file name does not show any extension
The procedure is compiled into a .r file
CAUSE:
The RUN statement which runs the procedure persistently does not have the extension
Eg: RUN myproc PERSISTENT SET h.
FIX:
Add the file extention name into the RUN statament.
Eg: RUN myproc.p PERSISTENT SET h.
Now SESSION:FIRST-PROCEDURE:FILE-NAME will return "myproc.p".