Consultor Eletrônico



Kbase P11653: Connection to database unable to use cache fle
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/04/2010
Status: Verified

SYMPTOM(s):

CRC error in -cache <filename>. The file has been corrupted. (825)

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

WARNING: The -cache <filename> parameter was used. An error occurred while attempting to read the schema cache from the named file. The schema cache will be read from the database instead. (6126)

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.0x
OpenEdge 10.x

CAUSE:

These errors indicate problems with the cache file generated for a database connection, when these errors appear it might mean that this cache file is either referencing another database or the cache file is corrupt, sometimes if the file is generated in UNIX and sent via FTP to client machines if the transfer is an ASCII then these errors will appear when they try to connection, so in order to avoid that problems we must have to make sure the transference of this file to all the locations are done in a binary mode.

FIX:

To fix these errors make sure the cache file was generated against the database you are trying to connect, and if the file was generated in UNIX make sure the copy you got was transferred in binary mode.