Consultor Eletrônico



Kbase P7443: 74 error occurs when dumping data from large table
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/01/2003
Status: Unverified

FACT(s) (Environment):

Progress 7.x

FACT(s) (Environment):

Progress 7.3x

SYMPTOM(s):

Dump fails from Data Dictionary for large table.

** Value <value> cannot be displayed using 99999999. (74)

CAUSE:

Error occurs because the trailer information in the .d file is
formatted to only be able to print a value up to 99,999,999 for the
number of records.

FIX:

This can be resolved by modifying the trailer
information in the routine ../prodict/dump/_dmpdata.p as follows.

REPLACE ""records="" STRING(recs,""99999999"") SKIP
WITH ""records="" STRING(recs,""99999999999"") SKIP

The error should not cause a problem on the data load, however, if you
select ALL when choosing data files to dump, the error 74 will appear
on the screen during the dump, and the dump routine will not continue
until you press the space bar.

29-Oct-96

Progress Software Technical Support Note # 16314