Page 1 of 1

Bug ? TUniDump OnBackupProgress

Posted: Thu 18 May 2017 13:31
by Frank12345
UniDAC 7.0.2
Firebird 3.0.2
C++Builder 10.2 Tokyo

If I make a backup of one big table, the event OnBackupProgress has as result for the value Percent 99 or 100% immediately.

I exepted a slowly increase of the value.

Re: Bug ? TUniDump OnBackupProgress

Posted: Thu 18 May 2017 14:17
by ertank
Hello,

How big your table is?

When it is 99% or 100% the dump operation is completed, or still continues for a considerable amount of time?

I find UniDump to be quite fast. Maybe it is that OnBackupProgress is called so fast that screen update cannot be fast enough and eventually you as a user can see only last numbers.

Re: Bug ? TUniDump OnBackupProgress

Posted: Thu 18 May 2017 15:08
by Frank12345
in the table are over 500.000 records. the value percent changes between 99% and 100% periodically.
after time the process is ready, then percent is 100%.

Re: Bug ? TUniDump OnBackupProgress

Posted: Thu 18 May 2017 15:33
by ertank
Is it possible to share some code?
If possible a small demo project with database showing exact problem would be very helpful.

Re: Bug ? TUniDump OnBackupProgress

Posted: Fri 19 May 2017 12:46
by ViktorV
Thank you for the information. We have reproduced and fixed the issue. This fix will be included in the next build of UniDAC.