Consultor Eletrônico



Kbase P56131: Receive 1383 error when attempting to backup a database with probkup command
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/07/2008
Status: Verified

SYMPTOM(s):

Receive 1383 error when attempting to backup a database with probkup command

Unable to read the (probably truncated) .lk file. (1383)

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

CAUSE:

Database .lk file was an invalid lk file and was 0 length in size.

FIX:

1. Validate that there are no processes connected to the database.
Task Manager (for PCs) or ps -elf can be used to determine if any processes connected to the database.

2. Validate that there is no shared memory in use by this database. This can be done via the command: proutil dbname -C dbipcs

3. Then remove the dbname.lk file either using (delete dbname.lk on PC platform or rm dbname.lk file on UNIX).

4. Should be able to now use the probkup command to backup the database.