Kbase 12901: Client ver7 connected to ver6 database and gets S/E 1977.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Client ver7 connected to ver6 database and gets S/E 1977.
When a version 7 client is connected to a version 6 database and
get system error 1977, there are two options:
1. Convert the version 6 database to use -crc instead of timestamp.
As indicated in the error message, type the following to use this
option when the server is down:
proutil <DB> -C dbinitcrc
2. If this is a production database that depends on the timestamp,
use "-tstamp" when connecting to the database. In the editor type:
CONNECT -db <database> -H <host> -S <service> -N TCP -tstamp.
Progress Software Technical Support Note # 12901