Consultor Eletrônico



Kbase P5082: Message 6559 in database log reports incorrect before image size.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Verified

FACT(s) (Environment):

Progress 8.3B
Progress 8.3A
Progress 9.1A

SYMPTOM(s):

Message in database log reports incorrect before image size

BI file size has grown to within 90 percent of the threshold value of <num>. (6559)

The BI file is has not reached 90% of the bithold value.

Problem occurs when -bithold is set higher then 455.

CAUSE:

Bug #20000306-016

CAUSE:

An overflow occurs in the calculation when the calulation exceeded the unsigned integer 4,294,967,296. This was caused by the fact that the logic first multiplied by 9 and only then divided by 10.

FIX:

The problem has been fixed in Progress version 8.3C and 9.1B where calculation changes ensure that the overflow will no longer occur.

The error is only in the value reported in the message, it does not cause the database to go down or stall.