Kbase P20612: Incorrect filesizes reported by Windows after probkup
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/28/2009 |
|
Status: Verified
SYMPTOM(s):
Incorrect filesizes reported by Windows after probkup
File is overwritten by probkup, the original filesize is reported under Windows
File is overwritten by probkup, the new filesize is not reported under Windows
FACT(s) (Environment):
Windows 2000
Progress 9.1D
OpenEdge 10.0x
OpenEdge 10.1x
CAUSE:
OE00087283
CAUSE:
This is a known issue, and a bug has been logged.
Steps to reproduce on Windows 2000 -
1. prodb sports2000 sports2000
2. probkup sports2000 backups\sportsbak
PROGRESS Version 9.1D03 as of Wed Dec 4 04:44:43 EST 2002
1277 active blocks out of 1539 blocks in sports2000 will be dumped. (6686)
0 bi blocks will be dumped. (6688)
The blocksize is 4096. (6994)
Backup requires an estimated 5.1 MBytes of media. (9285)
Restore would require an estimated 1277 db blocks using 5.0 MBytes of media. (9286)
Backed up 1277 db blocks in 00:00:00
Wrote a total of 38 backup blocks using 5.1 MBytes of media. (9284)
Backup complete. (3740)
When you look under Windows, sportsbak shows size of 5175kb, while dir shows 5299200.
3. Do some changes to sports2000 that change its size -
3.1 prostrct list sports2000
3.2 dump customer.df and customer.d
3.3 prodel sports2000
3.4 prostrct create sports2000
3.5 procopy %DLC%\empty sports2000
3.6 load df and data for customer table
4. probkup sports2000 backups\testbak
PROGRESS Version 9.1D03 as of Wed Dec 4 04:44:43 EST 2002
353 active blocks out of 1123 blocks in sports2000 will be dumped. (6686)
0 bi blocks will be dumped. (6688)
The blocksize is 4096. (6994)
Backup requires an estimated 1.5 MBytes of media. (9285)
Restore would require an estimated 353 db blocks using 1.4 MBytes of media. (9
286)
Backed up 353 db blocks in 00:00:00
Wrote a total of 8 backup blocks using 1.1 MBytes of media. (9284)
Backup complete. (3740)
When you look under Windows, testbak has a file size of 1095kb.
5. probkup sports2000 backups\sportsbak
PROGRESS Version 9.1D03 as of Wed Dec 4 04:44:43 EST 2002
353 active blocks out of 1123 blocks in sports2000 will be dumped. (6686)
0 bi blocks will be dumped. (6688)
The blocksize is 4096. (6994)
Backup requires an estimated 1.5 MBytes of media. (9285)
Restore would require an estimated 353 db blocks using 1.4 MBytes of media. (9
286)
Backed up 353 db blocks in 00:00:00
Wrote a total of 8 backup blocks using 1.1 MBytes of media. (9284)
Backup complete. (3740)
The restore completes ok, but under Windows, sportsbak still shows size of file to be 5.175kb, and dir shows 5299200.
FIX:
Upgrade to 10.2A, where the behaviour is fixed.