Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: soprom on August 01, 2010, 06:15:47 PM
-
I installed SOGo as per the Wiki (http://wiki.contribs.org/Funambol#Configuring_the_Calendar_Sync_connection) and needed to change 2 things because Calendar would not sync with Outlook2003 and Funambol:
1. ERROR:
MySQL4 field is marked unsigned (unsupported): {columnName = c_folder_id; name = c_folder_id; }
Sogo database needed to be edited for table.field sogo_folder_info.c_folder_id by removing "unsigned" property.
2. Password
The wiki says that the password in the template sogo-cal.xml has to edited, which I did at first. When I restored the line to its initial value, calendar could be synced.
<void property="databasePassword">
<string>{$sogod{'DbPassword'}}</string>
</void>
-
I installed SOGo as per the Wiki (http://wiki.contribs.org/Funambol#Configuring_the_Calendar_Sync_connection) and needed to change 2 things because Calendar would not sync with Outlook2003 and Funambol:
Sorry Sophie but.. did you installed Sogo or funambol? :-)
-
In fact I installed both Sogo and Funambol but I believe it was related to Sogo.
-
ok.. but: Sogo is only for SME8 and SME8 has mysql5.. where did you get the mysql error?
-
I got that error on a fresh sme8b5.
From the error, I thought the sql script was built for mysql4 so I went to edit the property as suggested on other forums...