Aktionen
GX-Bug #65983
geschlossenUpdate kann nicht durchgeführt werden wenn in der Datenbank zu große Betreffzeilen in den E-Mails sind.
% erledigt:
100%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
3.15.4.1
Release Notes Langtext:
Es wurde ein Fehler behoben, der beim Update entstanden ist, wenn Indizies für die Tabelle emails angelegt wurden
Beschreibung
Update kann nicht durchgeführt werden wenn in der Datenbank zu große Betreffzeilen in den E-Mails sind.
Error message: Index column size too large. The maximum column size is 767 bytes.
Die Lösung ist folgenden SQL Befehl vor dem Update ausuführen "ALTER TABLE emails ROW_FORMAT=DYNAMIC;"
Update cannot be performed if the subject lines in the e-mails are too large in the database.
Error message: Index column size too large. The maximum column size is 767 bytes.
The solution is to execute the following SQL command before the update "ALTER TABLE emails ROW_FORMAT=DYNAMIC;".
Aktionen