Consultor Eletrônico



Kbase P6723: .lk file exist when accessing multivolume DB on Novell NLM
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/03/2003
Status: Unverified

FACT(s) (Environment):

Novell NetWare

FACT(s) (Environment):

Progress 6.X

FACT(s) (Environment):

Progress 7.X

SYMPTOM(s):

.lk file exists

** The database <file-name> is in use in single-user mode. (263)

<file-name> is a copy of <file-name>. Database cannot be opened. (598)

G:\NLM73E\BIN\pk.db is a copy of master:\nlm73e\bin\pk.db database cannot be opened. (598)

FIX:


When creating the structure file (.st), you must use the full Netware
path with all the necessary backslashes (\):
d vol1:\apps\progress\database\example.d1 f 8000
d vol1:\apps\progress\database\example.d2 f 8000
d vol2:\apps\progress\database\example.d3

When you use the PROSTRCT command, the full Netware path also must be used:

prostrct create vol1:\apps\progress\database\example.db example.st

Also with the PROCOPY command, full Netware path must be used:

procopy empty vol1:\apps\progress\database\example

The full Netware path must be used everytime you reference the
database, including:

load _mprosrv vol1:\apps\progress\database\example

Any proutils: proutil vol1:\apps\progress\database\example -C truncate

Single user mode: pro vol1:\apps\progress\database\example