Kbase P19059: probkup fails: Cannot find or open file <file-name>, errno = 3. (43)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/10/2007 |
|
Status: Verified
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
Progress 9.x
Progress 8.x
SYMPTOM(s):
probkup fails with error 43 errno 3
** Cannot find or open file <file-name>, errno = <number>. (43)
Backup terminated due to errors. (1617)
Running online backup from a script fails with error 43
running offline probkup fails with error 43
CAUSE:
Device-name is not entered properly. As the OS error 3 returned implies, The system cannot find the path specified. The device name points to an existing folder and does not include backup volume name to be created by the probkup utility.
Example:
"$DLC\bin\_mprshut" <dbname> -C backup online .\bkup -verbose
Where .\bkup is a directory|folder in the current directory eg: C:\bkup
FIX:
Add a file-name to the device name so the backup can create the backup volume.
Example:
"$DLC\bin\_mprshut" <dbname> -C backup online .\bkup\<dbname>0.bak -verbose