id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1142	syncml-obex-client: Missing Nodes	meteosat	dgollub	"Hi, for my new nokia 5800 I want to sync between Kontact and the handy.
I'm using multisync-gui 0.91 and these two plugins: 
kdepim-sync without configuration
syncml-obex-client with this:

{{{
<?xml version=""1.0""?>
<config>
  <!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected -->
  <bluetooth_address>XX:XX:XX:XX:XX:XX</bluetooth_address>
  
  <!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel -->
  <bluetooth_channel>7</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>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>50000</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>

}}}

The result: 

{{{
The previous synchronization was unclean. Slow-syncing                                                     
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 pas-id-42A848AB00000014 with data of size 4 from member 1. Changetype ADDED    
...........
Received an entry pas-id-42A848B6000002A2 with data of size 4 from member 1. Changetype ADDED
Member 1 of type evo2-sync just sent all changes
Received an entry 4 with data of size 4 from member 2. Changetype ADDED
Received an entry 5 with data of size 4 from member 2. Changetype ADDED
Received an entry 6 with data of size 4 from member 2. Changetype ADDED
Received an entry 7 with data of size 4 from member 2. Changetype ADDED
Member 2 of type syncml-obex-client had an error while getting changes: Missing nodes
Member 1 of type evo2-sync just disconnected

}}}

I was not able to find the meaning of ""Missing Nodes"". 
Do you have any solution?
Thank you, Dieter"	defect	new	normal		Plugin: syncml-client	0.22	normal			mkl opensync@… krf@…
