Kbase P18319: DB can't be accessed neither in multiuser or single user.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/09/2003 |
|
Status: Unverified
FACT(s) (Environment):
HP-UX
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
** The database <file-name> is in use in multi-user mode. (276)
**Cannot find or open file <filename>, ernno = 2. (43)
Unable to read master block, file = <file-name>, errno = <errno>. (6070)
**Cannot find or open file <filename>, ernno = <number>. (43)
There is no .lk file
DB can' be accessed in single user or multiuser mode.
CAUSE:
A process is holding the .db file
FIX:
1) Try to determine what process is holding the .db file by using the UNIX command, for example if the DB is named sports:
fsuser sports*
It will return the process Id that is holding the file.
2) Kill the process using kill -15 when possible, otherwise use kill -9.
3) Connect to the DB in single user using:
pro <db name> -p dict.p