Kbase P55122: Session hangs up when trying to OUTPUT to a file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/19/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows ME
FACT(s) (Environment):
Progress 8.3E
SYMPTOM(s):
Session hangs up when trying to OUTPUT to a file.
No error messages are generated.
Attempting to delete or move the file generates an OS message to the effect that the file is busy.
CAUSE:
The OUTPUT TO <filename> statement did not have a corresponding FILE CLOSE statement.
FIX:
Ensure that every INPUT STREAM <stream-name> FROM <file-name> or OUTPUT STREAM <stream-name> TO <file-name> statement has a corresponding INPUT CLOSE or OUTPUT CLOSE.