[dev] ActiveSync Nokia E90: Another Problem found...
Michael Rubinsky
mrubinsk at horde.org
Tue Jun 22 05:08:53 UTC 2010
Quoting Lukas Gradl <horde at ssn.at>:
> On 2010-06-22 02:11, Michael Rubinsky wrote:
>>
>>
>> Yup. Just fixed. See my latest email :)
>>
>
>
> OK, applied this fix also.
>
> Another try. Now I've two problems:
>
> Although the phone says "sync completed" only 50 of over 2700
> appointments are synched to the phone. In the activesync log of
> horde I get the entry: "Exported maxItems of messages: 50 - more
> available" and a little bit later, after another login, "Found 0
> message changes, checking for PIM initiated changes". So the other
> 2650 entries get lost.
The table horde_activesync_state should have an entry in it that
contains the uids of all 2,650 entries that haven't been yet sync'd.
This might be a side effect of the other error below? Can you verify
that the table has those entries?
> Second problem is an entry saying "malformed recurrence element" in
> the Mail for Exchange log on the phone.
This _might_ be fixed by:
http://lists.horde.org/archives/commits/2010-June/004218.html
Not sure, as your sample event syncs correctly on my devices, though
this fix is the correct way according to the specs.
> Here is and sql-insert of the event:
>
> INSERT INTO `kronolith_events` (`event_id`, `event_uid`,
> `calendar_id`, `event_creator_id`, `event_description`,
> `event_location`, `event_url`, `event_status`, `event_attendees`,
> `event_resources`, `event_exceptions`, `event_title`,
> `event_recurtype`, `event_recurinterval`, `event_recurdays`,
> `event_recurenddate`, `event_recurcount`, `event_start`,
> `event_end`, `event_allday`, `event_alarm`, `event_alarm_methods`,
> `event_modified`, `event_private`, `event_baseid`,
> `event_exceptionoriginaldate`, `event_keywords`, `event_category`)
> VALUES
> ('44c94423b82311a0824ab971e35a274c',
> '20080407233202.9735349sse9ackw0 at test.test.com', 'test', 'test', '',
> '', NULL, 2, 0x613a303a7b7d, NULL, '', 'Testevent', 1, 1, NULL,
> '2003-09-11 22:00:00', NULL, '2003-09-08 17:00:00', '2003-09-08
> 18:00:00', 0, 0, NULL, 1207603917, 0, '', NULL, '', '');
--
Mike
--
The Horde Project (www.horde.org)
mrubinsk at horde.org
"Reality is merely an illusion, albeit a very persistent one." - A. Einstein
More information about the dev
mailing list