Ticket #1101 (new defect)
Nokia E71 won't sync Evolution Mail recurrences
| Reported by: | moyam01 | Owned by: | tuju |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin: evolution | Version: | 0.22 |
| Severity: | normal | Keywords: | e71 evolution |
| Cc: | cstender, dgolub |
Description
I was successful in connecting and syncing Evolution Mail and my E71, but still have one problem left. When I create an event in Evolution, and ask it to reoccur, It will only sync the original instance of the event, not the recurrences.
Below is the output data form my syncs:
Synchronizing group "e71" Member 1 of type evo2-sync just connected received event dsession received contact dsession received note dsession Member 2 of type syncml-obex-client just connected All clients connected or error Received an entry 20090409T064444Z-6301-1000-1-3@ito-desktop with data of size 4 from member 1 (evo2-sync). Changetype ADDED Member 1 of type evo2-sync just sent all changes Received an reply to our Alert Received an reply to our Alert Received an reply to our Alert Going to receive 0 changes Going to receive 0 changes Going to receive 0 changes Member 2 of type syncml-obex-client just sent all changes All clients sent changes or error All conflicts have been reported Member 1 of type evo2-sync committed all changes. Received an reply to our sync Received an reply to our sync Received an reply to our sync Sent an entry 98 of size 280 to member 2 (syncml-obex-client). Changetype ADDED Member 2 of type syncml-obex-client committed all changes. All clients have written Member 1 of type evo2-sync just disconnected Member 2 of type syncml-obex-client just disconnected All clients have disconnected The sync was successful
Here is my sync configuration file:
<?xml version="1.0"?> <config> <!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected --> <bluetooth_address></bluetooth_address> <!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel --> <bluetooth_channel></bluetooth_channel> <!-- (Only for USB) The usb interface number of the SYNCML-SYNC target. use syncml-obex-client -u (you will need access to the USB raw device) to find it. --> <interface>0</interface> <!-- The string that the plugin will use to identify itself. Some devices need a special string here. --> <identifier>PC Suite</identifier> <!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --> <version>0</version> <!-- if the plugin should use wbxml --> <wbxml>1</wbxml> <!-- The username to use. Leave empty to not require a username --> <username></username> <!-- the password for the username --> <password></password> <!-- sets the connection type to use. 5 means obex over usb, 2 means obex over bluetooth --> <type>5</type> <!-- If wbxml is enabled, defines wether the wbxml should use string tables --> <usestringtable>0</usestringtable> <!-- Never send ADD command, but send REPLACE (not needed normally) --> <onlyreplace>0</onlyreplace> <!-- Workaround around for mobile phones which only use local timestamps and _no_ UTC timestamps! --> <onlyLocaltime>0</onlyLocaltime> <!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --> <recvLimit>10000</recvLimit> <maxObjSize>0</maxObjSize> <!-- The name of the contacts db. Must be the same as the phones sends --> <contact_db>Contacts</contact_db> <!-- The name of the calendar db. Must be the same as the phones sends --> <calendar_db>Calendar</calendar_db> <!-- The name of the note db. Must be the same as the phones sends --> <note_db>Notes</note_db> </config>
Attachments
Change History
comment:2 Changed 4 years ago by cstender
Yes, it should work. Of course there is only one event with an RRULE attribute. We need traces _with_ content (privacy feature disabled) to see what's going wrong.
comment:3 Changed 4 years ago by felixmoeller
- Summary changed from Nokia E71 won't sync Evolution Mail recurrences to [NEEDINFO] Nokia E71 won't sync Evolution Mail recurrences
moyam01 please report back with the traces. For more information see http://opensync.org/wiki/releases/0.2x/tracing
comment:4 Changed 4 years ago by moyam01
Sorry for the delay , had a bit of trouble figuring out the trace files. Thanks for the wiki link.
I get an error when exporting the trace files that I only get when exporting them, otherwise it does works fine
msynctool --sync e71 Synchronizing group "e71" Error while synchronizing: Invalid answer from plugin process
comment:5 Changed 4 years ago by moyam01
- Summary changed from [NEEDINFO] Nokia E71 won't sync Evolution Mail recurrences to Nokia E71 won't sync Evolution Mail recurrences
comment:6 Changed 4 years ago by cstender
Hmm, there is nothing useful in your trace logs because of the error. Can you please test if you can see the error when you only export OSYNC_TRACES and not the SYNCML stuf? Thanks for testing.
comment:7 Changed 4 years ago by moyam01
I tried with just the export OSYNC_TRACES and got the same error.
comment:8 Changed 4 years ago by felixmoeller
- Cc dgolub added
Hi Daniel,
do you have any idea, what causes the
Error while synchronizing: Invalid answer from plugin process
when enabling tracing in the 0.2 series?
comment:9 Changed 3 years ago by sim
decoration Changed 1 year ago by admin
bathtub Changed 1 year ago by admin
solar system Changed 1 year ago by admin
stair parts Changed 1 year ago by admin
solar supply Changed 1 year ago by admin

moyam01: it might help to attach the trace files.
cstender: is this supposed to work or is it a restriction of vformat? Does it relate to ticket #839?