ActiveSync contacts eating all my data
Daniel Hoffend
dh at dotlan.net
Sun Aug 31 01:39:21 CEST 2014
What version of kolab are you running? If you're running an older
version i've the feeling that the mysql cache layer of roundcube is
interfering with your client. Some older version had only normal text
fields as datatype and those can't hold enough data and the
serialize/base64 data store breaks. I had similar problems with CardDAV
when the cache got broken.
Can you provide details about your roundcube database?
DESCRIBE kolab_cache_contact;
If the fields data and xml are something different then LONGTEXT or
LONGBLOB please change them (for example via phpmyadin).
mysql> DESCRIBE kolab_cache_contact;
+-----------+---------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-----------+---------------------+------+-----+---------+-------+
| folder_id | bigint(20) unsigned | NO | PRI | NULL | |
| msguid | bigint(20) unsigned | NO | PRI | NULL | |
| uid | varchar(128) | NO | | NULL | |
| created | datetime | YES | | NULL | |
| changed | datetime | YES | | NULL | |
| data | longtext | NO | | NULL | |
<<<<<<
| xml | longblob | NO | | NULL | |
<<<<<<
| tags | varchar(255) | NO | | NULL | |
| words | text | NO | | NULL | |
| type | varchar(32) | NO | | NULL | |
| name | varchar(255) | NO | | NULL | |
| firstname | varchar(255) | NO | | NULL | |
| surname | varchar(255) | NO | | NULL | |
| email | varchar(255) | NO | | NULL | |
+-----------+---------------------+------+-----+---------+-------+
greetings
Daniel
------ Originalnachricht ------
Von: "PJ Velzeboer" <pj at websavages.com>
An: "Mailing List Kolab" <users at lists.kolab.org>
Gesendet: 29.08.2014 23:06:44
Betreff: Re: ActiveSync contacts eating all my data
>So it appears that the combination of the android phone and large
>contact pictures send it into a loop.
>
>Anyone know if there is a limit defined for contact pictures?
>
>Cheers PJ
>
>> On 28 Aug 2014, at 20:23, dsp3 <info at dsp3.org> wrote:
>>
>> On 2014-08-28 16:01, Torsten Grote wrote:
>>> On Thursday 28 August 2014 01:01:37 dsp3 wrote:
>>>> I haven't got around to debugging what is happening unfortunately.
>>> Debugging and creating an issue in bugzilla for this would be very
>>> appreciated. Not creating contacts in Android can't be a permanent
>>>solution.
>>
>> I will look into this as has caused some serious issues.
>> --
>> http://www.dsp3.org
>> info at dsp3.org
>> GPG Key: ACF0A7E6
>> _______________________________________________
>> users mailing list
>> users at lists.kolab.org
>> https://lists.kolab.org/mailman/listinfo/users
>
>_______________________________________________
>users mailing list
>users at lists.kolab.org
>https://lists.kolab.org/mailman/listinfo/users
More information about the users
mailing list