Koozali.org: home of the SME Server

First run on SOGo

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
First run on SOGo
« 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>



Sophie from Montréal

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: First run on SOGo
« Reply #1 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? :-)

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Re: First run on SOGo
« Reply #2 on: August 01, 2010, 07:38:48 PM »
In fact I installed both Sogo and Funambol but I believe it was related to Sogo.
Sophie from Montréal

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: First run on SOGo
« Reply #3 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?

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Re: First run on SOGo
« Reply #4 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...
Sophie from Montréal