Consultor Eletrônico



Kbase 16314: SE: 74 when dumping data from large table - how to fix
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
SE: 74 when dumping data from large table - how to fix


If you attempt to dump data from a large database table using the Data
Dictionary dump routine, you will encounter the following error during
the dump.

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

This 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. 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