Consultor Eletrônico



Kbase P126414: Getting error 598 trying to start a db using UNC path.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/01/2009
Status: Verified

SYMPTOM(s):

Trying to connect to database with proserve using UNC path ( proserve \\servername\share\dbname )

Database is a backup of the production db that was restored to another location.

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

FACT(s) (Environment):

Database is located on the same machine as the client
Database starts successfully when using the actual path name (proserve d:\share\dbname)
Windows
Progress 9.x
OpenEdge 10.x
OpenEdge Category: Database

CAUSE:

.db file still holding information relevant to the location of the original.

FIX:

Run prostrct repair then a prostrct list using the UNC path to the db.
1. Prostrct repair \\servername\share\dbname
2. Prostrct list \\servername\share\dbname
At this point the database can be served using a UNC path to the db.
proserve \\servername\share\dbname