cancel
Showing results for 
Search instead for 
Did you mean: 

dbmlsync - show downloaded data in megabytes?

axel_siepmann
Participant
0 Kudos
1,857

Hi all,

is there an option to display the downloaded amount of data by dbmlsync in megabytes or even kilobytes? By default it is shown in bytes and it turns into a negativ number if it gets greater then 2^31 (2147483648). This is really quite absurd.

Thanks,

Axel

Accepted Solutions (0)

Answers (1)

Answers (1)

regdomaratzki
Product and Topic Expert
Product and Topic Expert

There's no way to change the way that value is shown in the dbmlsync GUI. The message only displays in the GUI and never shows up in a log file, so the incorrect data type (32-bit integer instead of unsigned 64-bit integer) in the message was missed by our testing.

I've submitted a fix and the next v16.0.0 EBF whose build number is greater than or equal to 2449 should have the correct message.

The problem does not exist in version 17.

Reg

axel_siepmann
Participant
0 Kudos

Thanks a lot!

But still an option to switch to kilobyte or megabyte instead of bytes would be great!

Best regards,

Axel