Consultor Eletrônico



Kbase P181: Error 598 occurs when trying to connect to a copy of a database.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Unverified

FACT(s) (Environment):

Progress 8.x

SYMPTOM(s):

Attempting to connect to a database on a mapped drive.

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

CHANGE:

Copied the database to another location without first creating a new structure.

CHANGE:

Moved the database and did a prostrct repair on it.

CAUSE:

The .db file not only has the map to all the extents of the database, it also has a reference to it's own location.

FIX:

1. Do a prostrct create to a new structure
2. Do a procopy or prorest of the original database into the new structure.

This will ensure that the .db file has the current location.