Hi,
after updating trunk from 40911 to 40934, I had to update tracker to
1.9.008.
The browser interface gave me following error message from mysql,
repeated three times:
"AlterColumnSQL(‘egw_tracker_escalations’,‘tr_priority C(55) NOTNULL
DEFAULT ‘0’’,‘esc_id I AUTOINCREMENT NOTNULL PRIMARY, tr_tracker C(55)
NOTNULL DEFAULT ‘0’, cat_id I4 NOTNULL NOQUOTE DEFAULT 0, tr_version I4
NOTNULL NOQUOTE DEFAULT 0, tr_status C(255) NOTNULL DEFAULT ‘0’,
tr_priority C(55) NOTNULL DEFAULT ‘0’, esc_title C(128) NOTNULL,
esc_time I4 NOTNULL, esc_type I1 NOTNULL NOQUOTE DEFAULT 0,
esc_tr_assigned C(255), esc_add_assigned L, esc_tr_tracker I4,
esc_cat_id I4, esc_tr_version I4, esc_tr_status I4, esc_tr_priority I4,
esc_reply_message X, esc_reply_visible I1, esc_match_repeat I4 NOQUOTE
DEFAULT 0, esc_notify C(15), esc_limit I1’) sql=Array ( [0] => ALTER
TABLE egw_tracker_escalations
MODIFY COLUMN tr_priority
VARCHAR(55)
NOT NULL DEFAULT ‘0’ )
Specified key was too long; max key length is 1000 bytes"
Btw, the script didn’t catch the error above, I would assume that a kind
of rollback and/or retry would be possible, too.
The collation of egw_tracker_escalations is utf8_general_ci (the default).
Is there something I can do manually now? I assume that some types and
lengths of some columns have to be changed, but can’t get the meaning of
C(55), C(255), I4, …
… column tr_priority has type INT and length 11 now.
Thanks.
Sebastian
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers