From: Roger No-S. <rog...@ho...> - 2009-05-13 08:18:11
|
Hi, I'm trying to sync the evolution calendar with my Sony Ericsson T700. The evolution calendar is a calendar on an Exchange server. The sync fails and I get the following message in the log file: [1242119478.634518] >>>>>>> osync_member_connect(0x81c2fe8, 0x8049c20, 0x81c7f30) [1242119478.634539] >>>>>>> EVO2-SYNC: evo2_connect(0x81c7de8) [1242119478.634559] >>>>>>> evo2_calendar_open(0x81c9370) [1242119478.650781] <--- ERROR --- evo2_calendar_open: Failed to open default calendar: Authentication required [1242119478.650815] Error opening calendar: Failed to open default calendar: Authentication required [1242119478.650839] [OSYNC] DEBUG: Sending logmessage "Unable to open calendar" [1242119478.650869] [EVO2-SYNC] ERROR: Unable to open anything! [1242119478.650891] >>>>>>> osync_context_report_error(0x81c7de8, 1, Unable to open anything) [1242119478.651057] ERROR is: Unable to open anything [1242119478.651081] >>>>>>> message_callback(0x81c2fe8, 0x81c7f30, 0xbfb7ea88) [1242119478.651130] [CLI] WARNING: Member is replying with message 0x81d2318 to message 0x81c8420:"2051729001-1164392253" with error 1: Unable to open anything [1242119478.651153] >>>>>>> osync_queue_send_message(0x81c3548, (nil), 0x81d2318, (nil)) [1242119478.651190] <<<<<<< osync_queue_send_message Is there a way to turn off authentication in evolution, configure authentication data in multisync or some other workaround for this problem? I'm using Ubuntu 8.10: - evolution 2.24.3 - multisync0.90 0.91 - evo2sync - syncml-obex-client My syncml-obex-client config: <?xml version="1.0"?> <config> <!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected --> <bluetooth_address>00:23:F1:C6:F4:8B</bluetooth_address> <!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel --> <bluetooth_channel>10</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>Sony Ericss</identifier> <!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --> <version>1</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>2</type> <!-- If wbxml is enabled, defines wether the wbxml should use string tables --> <usestringtable>1</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>0</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> _________________________________________________________________ En åt gången eller alla samtidigt? Få senaste nytt om dina vänner på en och samma plats. http://www.microsoft.com/sverige/windows/windowslive/products/social-network-connector.aspx |