Consultor Eletrônico



Kbase P14160: 875 error attempting to access a restored database with afte
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/27/2003
Status: Unverified

FACT(s) (Environment):

Progress 8.2x

FACT(s) (Environment):

Progress 8.3x

SYMPTOM(s):

You must supply the -a ai-file-name parameter. (875)

Database restored without .ai files.

Database is restored for querying purposes only.

Restored database has after-imaging enabled

Restore is from a non-Progress backup.

Error accessing database in single user mode

Error accessing database in single user mode with -RO

Error starting the database in multi-user mode.

CAUSE:

After-imaging is enabled for the backup. When starting or connecting to the database, a .ai file must be specified using the -a.

FIX:

Create an empty file called dbname.ai, where dbname is the name of the database.
Connect to the database in Read-only mode:

pro dbname -RO -a ./dbname.ai

From here, the database can now be queried.