Consultor Eletrônico



Kbase P13987: What causes shared memory version errors 1178 and 1423
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/02/2009
Status: Verified

GOAL:

What causes The shared memory is version <num>; expected <num> (1178)

GOAL:

What causes There is no server for database <dbname>. (1423)

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family
OpenEdge Category: Database

FIX:

An 1178 and 1423 error are usually caused by trying to connect to a database that is running a different version of Progress than the one you are using to access it.
If you want to access a database that is running a different version of Progress you would need to access the database as a remote client. In other words, you would need to start the database server with -H, -S and -N startup parameters. You would also need to connect your client to this database using the same -H, -S and -N startup parameters, if the Progress Major/Minor versions are compatible.

Please refer to Progress Solution P132, ""What Type of Connection is Possible from Client to Server When the Progress Versions Differ" for further information.