Kbase 30127: The shared memory is version <num>; expected <num> (1178)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Solution ID: P127
SYMPTOM(s):
The shared memory is version <num>; expected <num> (1178)
CAUSE:
A client may connect to a database in Self-Service mode using shared memory only when the clients version exactly matches the database servers version.
Example:
Client is version 8.2C04
Server is version 8.2C04
If the client and server do not have the exact same version and they try and connect in Self-Service mode using shared memory then the client will an 1178 error.
FIX:
Make sure that client and server are running exactly the same Progress version.
Sometimes the problem is that the server was started with the DLC environment variable pointing to a specific Progress installation directory, and the client is started with the DLC variable pointing to another one.