Consultor Eletrônico



Kbase P21828: Time stamp mismatch after change in database schema or schema permissions
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/26/2010
Status: Unverified

SYMPTOM(s):

Time stamp mismatch after change in database schema or schema permissions

The time stamp in the database does not match the time stamp in the -cache file: <filename>. (840)

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

CAUSE:

You have used the startup parameter: -cache <filename> which is used to cause PROGRESS to read the schema cache from the named file.
To validate this file, a timestamp in the file is compared with a timestamp in the database. If the two time stamps did not match, then the cache file named is out of date and needs to be rebuilt using the SAVE CACHE statement. This will occur any time you change any of the database schema or schema permissions.

FIX:

Start up a Progress session without -cache parameter.
From the Procedure Editor:

SAVE CACHE COMPLETE <DatabaseName> TO <CacheFile>.

where <CacheFile> is the file named in error 840.

Restart the session with -cache.
If many clients are running with -cache, you will have to make sure that then new cache file is installed on all clients.