Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: soprom on August 01, 2010, 06:15:47 PM

Title: First run on SOGo
Post 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:
Code: [Select]
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.
Code: [Select]
  <void property="databasePassword">
   <string>{$sogod{'DbPassword'}}</string>
  </void>



Title: Re: First run on SOGo
Post by: Stefano on August 01, 2010, 07:35:58 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:

Sorry Sophie but.. did you installed Sogo or funambol? :-)
Title: Re: First run on SOGo
Post by: soprom on August 01, 2010, 07:38:48 PM
In fact I installed both Sogo and Funambol but I believe it was related to Sogo.
Title: Re: First run on SOGo
Post by: Stefano on August 01, 2010, 08:59:39 PM
ok.. but: Sogo is only for SME8 and SME8 has mysql5.. where did you get the mysql error?
Title: Re: First run on SOGo
Post by: soprom on August 01, 2010, 10:13:41 PM
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...