Consultor Eletrônico



Kbase P119818: The OpenEdge Architect throws warning 1531 when connecting to a database with the -RO parameter
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/10/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A
Windows

SYMPTOM(s):

The OpenEdge Architect throws warning 1531 when connecting to a database with the -RO parameter

The database name contains ".db" at the end

Warning: another user is using this database in update mode.
Accessing the database with -RO may give unexpected results. (1531)

CAUSE:

OpenEdge Architect 10.1A is starting a broker for the database when the ".db" is present after the database name. Afterwards it also tries to start a single-user connection for the -RO session. That will cause the 1531 warning message.

FIX:

Remove ".db" from the database name, for example:
-db C:\Progress\WRK\sports2000 -RO
Instead of:
-db C:\Progress\WRK\sports2000.db -RO