Consultor Eletrônico



Kbase 3652: RESULTS Initial Build / Application Rebuild error 444
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
RESULTS Initial Build / Application Rebuild error 444

910719-elp011. Common problems during Initial Build:

1.1. Dreaded 444 error

"** Attempt to expand record beyond the maximum allowed size."

This happens when there are too many files for RESULTS to handle, or
when there are too many joins. Since program variables are stored in
a record, just like database fields, the total each for undo and
no-undo variables defined in any given program is limited to 32K.
The maximum number of joins allowed in a .qc file is 1023.

This can happen fairly easily in V5 RESULTS. For V6 RESULTS, we do
our best to limit the size of the arrays.
For example, when the join array gets to about 30K during the Initial
Build we stop searching for more joins.

The work«around is to manually edit the .qc file.
1) Any joins that are not used should be deleted.
2) All fastload files (res#####.r) MUST be deleted. They are commonly
found in the users working directory but can also be anywhere in
the PROPATH.
3) Go into Results, Administration, Relations Between Files and add
in the joins that are needed but did not fit in the .qc during the
Initial Build/Application Rebuild.

Progress Software Technical Support Note # 3652