Kbase 35668: Error 7997 when programmatically modifying a Progress 8.x _user table from a Progress 9.x client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P5668
FACT(s) (Environment):
Progress 8.x
Progress 9.x
SYMPTOM(s):
Error attempting to programmatically modifying the _user table
A version <version> client may not modify schema on a version <version> database. (7997)
CAUSE:
The explanation for the behavior is that _user table is considered to be a system table. Progress allows changes to schema tables only if the client is of the same version as the database. Modifications of schema tables by different version of a client may lead to schema corruption.
FIX:
Make sure the client and server are of the same major release version.