Kbase P20418: 2607, 43 and 1423 when current working directory is not in your PATH
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/21/2005 |
|
Status: Verified
SYMPTOM(s):
Getting errors when attempting to backup a database
Database was shutdown and then backed up. Then moved to another machine.
The dbname.st file was updated to reflect new pathname locations
prostrct repair was successful according to the dbname.st file
Database can be started without error
Database can be connected to by clients.
Offline backup fails with 2607 and 43 errors.
stat() failed on both <file> and <file>, errno = <num>. (2607)
stat() failed on both <file> and <file>, errno = 2. (2607)
Cannot find or open file dbname.db, errno = 2. (43)
**Cannot find or open file <filename>, errno = <number>. (43)
Online backup which uses a different executable, fails with a 1423 indicating no server for database, even though db was started.
There is no server for database <dbname>. (1423)
Used prostrct builddb dbname.st to create a new dbname.db
2607 and 43 errors persist after creating new dbname.db file
proutil dbname -C dbanalys fails with 2607 and 43 errors.
proutil ./dbname -C dbanalys works
CAUSE:
Cannot locate the current path of the database
FIX:
Add "." - Current Directory to the PATH environment variable