Consultor Eletrônico



Kbase P23557: Error 6713 during binary load
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/04/2003
Status: Unverified

SYMPTOM(s):

Error 6713 during binary load

Table CRCs do not match. Cannot load data into this table. (6713)

Tables created with SQL-92 client on the source database

Data definition exported with Data Dictionary

CAUSE:

The _db-lang is part of the CRC calculation for the table, the following values are used depending of the type of client that created the table:

0 - 4GL Client
1 - SQL-89 Client
2 - SQL-92 Client

If the client used during the load of the data definition on the target database is different from the source database the CRC value will not match, preventing the binary load process.

FIX:

Create the table on the target database using the same client that created the table on the original database or if the information is compatible, use ASCII dump/load.