Consultor Eletrônico



Kbase P53562: Fathom 2.0: Memory report fails with 4gl error
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Fathom Management 2.0A

SYMPTOM(s):

The memory summary report fails.

In procedure archive/ar-report-sysmem.p, shared temp-table data_store has a conflict in field, index or undo status. (2075)

CAUSE:

bug #20020806-016

FIX:


Update to 2.1a or follow the workaround mentioned in the release notes:


RN#: 20A1-00210

The System Memory report will fail with a runtime error if the report is run after data compaction has been completed and the dates fall in the compaction window. To resolve this add the following lines to the temp table data_store defined in archive/ar-report-sysmem.p and recompile the report program.

The missing lines are:

FIELD totmax AS decimal EXTENT 99
FIELD virtmax AS decimal EXTENT 99
FIELD totfreemax AS decimal EXTENT 99
FIELD virtfreemax AS decimal EXTENT 99
FIELD totmin AS decimal EXTENT 99
FIELD virtmin AS decimal EXTENT 99
FIELD totfreemin AS decimal EXTENT 99
FIELD virtfreemin AS decimal EXTENT 99

For an example of how the temp-table should look please refer to the
systemmemory.p program.