Kbase P10795: The process cannot access the file because it is being used
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
SYMPTOM(s):
Using OS-COMMAND NO-CONSOLE NO-WAIT command to start another Progress session
Getting error "The process cannot access the file because it is being used by another process"
CHANGE:
Implemented OS-COMMAND to start another Progress session
CAUSE:
Both Progress sessions were trying to write to the same file at the same time
FIX:
Modify the source code so that only only process is writing to a file at any given time