Consultor Eletrônico



Kbase P114190: Unable to run binary dump on online database on HPUX system
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/04/2009
Status: Unverified

SYMPTOM(s):

Unable to binary-dump data from an online database.

Binary dump command does not produce dump files.

proutil <dbname> -C dump does nothing.

No errors in database log file or on screen.

File <dbname>.lk is not owned by root.

FACT(s) (Environment):

UNIX
Progress 8.x

CAUSE:

Bug# 20001002-015

CAUSE:

This is a known issue in Progress version 8 only.

The permissions on the executables in the $DLC/bin are not correct; because of this, when the database server is started up the .lk file of the database is not owned by root, and this in turn causes the binary dump utility to fail.

FIX:

Check the permissions of the executables in $DLC/bin as per P100887 "How should I set permissions for Progress executables on UNIX?".
After that, stop and restart the database. Ensure that the .lk file is owned by root.
proutil -C dump will now work correctly.