Consultor Eletrônico



Kbase P116946: Database stops with error 5028 clients trying to make other -RO connections
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/06/2006
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Database stops with error 5028

4GL Database clients are trying to open a different database in read-only mode

Error 43 in database log file

SYSTEM ERROR: Releasing regular latch. latchId:<latch-num> (5028)

** Cannot find or open file <file-name>, errno = <number>. (43)

CAUSE:

The exact cause is unknown at the time of this writing

FIX:

Workaround: Avoid error 43 in the 4GL client when making a read only connection.
FILE-INFO:FILE-NAME = "<path>\dbname.db".
IF FILE-INFO:FULL-PATHNAME = ? THEN
/* DO NOT CONNECT THE DATABASE WITH -RO */