Cannot mark all QSO as uploaded to ClubLog

3 posts / 0 new
Last post
OE3SPR
Cannot mark all QSO as uploaded to ClubLog

Hi!

I couldn't upload a QSO with 4Y1A to ClubLog, because they reject 4Y as entity. Since one edit to that QSO, no further QSO can be uploaded to ClubLog, because it always stops here:

ClubLog: Deleting original 4Y1A
ClubLog: Could not delete original QSO data!

So, I tried to mark all QSO as uploaded to ClubLog to be able to move on. But I get a message box, saying:

Could not mark QSO as uploaded:TMySQL56Connection : Error executing query: Data too long for column 'cmd' at row 1

Any ideas what is going on here and how I could fix this? I looked into mysql.err, but that error doesn't show up there.

tks es 73 de Stephan, OE3SPR

DL2KI
Hallo Stephan,

Hallo Stephan,

das Problem ist hier bereits mehrfach behandelt worden.
Siehe hier: https://www.cqrlog.com/comment/7341#comment-7341

Leider ist das Forum nicht sehr gepflegt. Dieses Problem hätte man auch mal irgendwo als FAQ oder unter "bekannte Probleme" zusammenfassen können. Ist aber wohl zu viel Aufwand. Lieber lässt man die Leute immer wieder fragen.

Das Verfahren löst das Problem jedenfalls.

73, Wolfgang
DL2KI

************************************************

Site Admin's note: use english only,
please!

************************************************

OE3SPR
Hi Wolfgang!

Hi Wolfgang!

Thanks a lot for your reply, that hint is very helpful indeed—maybe I should just have googled that error message.
Indeed, if I search for the INSERT command like suggested there, which is
insert into log_changes (cmd) values('ClubLogDONE')
and notice that the column `cmd` indeed only allows 10 characters, it's puzzling me that I didn't experience this earlier.
Increasing its length to 20 is a good workaround, as it seems.

tks es 73 de Stephan, OE3SPR