Mohit Chawla wrote:
Hi,

While trying to configure email reminders and alarms, I get the error: [ERROR] <0x0x90e6318[GCSAlarmsFolder]> -[GCSAlarmsFolder deleteRecordForEntryWithCName:inCalendarAtPath:]: cannot delete record: <MySQL4Exception: 0x909cc40> NAME:ExecutionFailed REASON:Table 'sogo.sogo_alarms_folder' doesn't exist


I have OCSEMailAlarmsFolderURL configured as mysql://sogo:sogopas...@localhost:3306/sogo/sogo_alarms_folder and SOGoEnableEmailAlarms = YES. So, like other folders, I thought this would be created automatically with a SOGo restart. But since this is not happening, is it possible to have a schema for the table, and create it manually ?
Thanks.


This is not supposed to happen but note that I didn't test the code with MySQL.

What you are supposed to see at startup is the verification of the table existence with "SELECT COUNT(*) FROM sogo_alarms_folder" and then a creation attempt with the query that Matthieu has mentionned...

--
Wolfgang Sourdeau  ::  +1 (514) 447-4918 ext. 125  ::  wsourd...@inverse.ca
Inverse inc. Leaders behind SOGo (sogo.nu) and PacketFence (www.packetfence.org)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to