Kbase P115770: OS-COPY returns OS-ERROR 999
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/05/2006 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
SYMPTOM(s):
OS-COPY returns OS-ERROR 999
The file is not copied
Copying from within command prompt (DOS) returns:
'Error when creating the file - The requested operation could not be made on a file with a user mapped section opened'
Using OS-COMMAND VALUE ('COPY') returns ERRORLEVEL 1.
This is checked by opening a command prompt (DOS) and running:
echo %ERRORLEVEL%
Using OS-COMMAND VALUE ('XCOPY') returns ERRORLEVEL 4
CAUSE:
If the file which needs to be copied is open in a different application
FIX:
If the file in question is already opened in a different application, close this first.