From: Torsten V. <To...@vo...> - 2006-06-14 09:58:16
|
Hi. I'm trying to sync my T-Mobile MDA Pro (HTC Universal / WM5) using Synthesis AG's SyncML Client (http://www.synthesis.ch/dl_client.php?lang=e) I compiled everyting according to the guide but used the newest libsoup version (2.2.94 / two days old) because I have no gnome installed and the svn version requires it for autoconf... For starters I createt a "mdafile" group with a file-sync member (1) and a syncml-http-server member (2). The two configurations for the members are: <config> <path>/home/torsten/kdesync</path> <recursive>FALSE</recursive> </config> and <config> <username></username> <password></password> <url></url> <port>9999</port> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>contact</contact_db> <calendar_db>event</calendar_db> <note_db>note</note_db> </config> I start the sync with: msynctool --sync mdafile --wait When I sync with a empty data dir, everything works fine, but when I put a single vcf-3.0-file exportet from kde-contakt into it I get the following: torsten@jack:~/kdesync$ msynctool --sync mdafile --wait Synchronizing group "mdafile" received contact dsession Member 1 of type file-sync just connected Member 2 of type syncml-http-server just connected All clients connected or error Received a entry Julia_Boppert.vcf without data from member 1. Changetype ADDED Member 1 of type file-sync just sent all changes Received a entry Julia_Boppert.vcf with data of size 24 from member 1. Changetype ADDED Received an reply to our Alert Going to receive 0 changes Member 2 of type syncml-http-server just sent all changes All clients sent changes or error All conflicts have been reported Member 1 of type file-sync committed all changes. Error writing entry Julia_Boppert.vcf to member 2: content type was not configured Mapping Write Error: content type was not configured Member 1 of type file-sync just disconnected Received an reply to our sync Member 2 of type syncml-http-server committed all changes. All clients have written Member 2 of type syncml-http-server just disconnected All clients have disconnected The sync failed: Unable to write one or more objects I tried to find out about the "content type was not configured" problem but could find nothing about it. Maybe you could point out something to me. Attached are the trace-logs and the vcf. Thanks in advance, Torsten. |