It is strange that the error code is 0x2011, which means "WBXML document uses unspecified code page" but actually using xml mode. After investigation, this error code should occur when unknown namespace in SyncML message. In the incoming message, it might include a namespace which doesn't equal to any of "SYNCML:SYNCML1.0" "syncml:metinf" and "syncml:devinf". This makes parser not understand the SyncML element. So I guess that the mistake is because server generates message which doesn't declare namespace correctly.
Thierry, Could you please set "loglevel =4" in the config.ini file and then send us all .xml files in the same directory with the " sysynclib_linux.html "? This could help us confirm this issue. Cheers, Yongsheng -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Chen Congwu Sent: Friday, September 11, 2009 11:57 PM To: Thierry Chen Cc: [email protected] Subject: Re: [SyncEvolution] contact lost ? On Fri, 11 Sep 2009, Thierry Chen wrote: Our super man is on business travel this week.. Are you still blocking at "smlProcessData failed"? To help us identify the problem could you send out the syncml message dump (*.xml or *.wbxml under the same folder as the html log file)? > I do not receive any reponses to my posts or anything since several days. > What happens ? > > Thierry Chen > Gérant POSTGATE > 09 54 95 13 95 > Content-Description: ATT00001.txt > _______________________________________________ > SyncEvolution mailing list > [email protected] > http://lists.syncevolution.org/listinfo/syncevolution -- Regards, Chen Congwu Moblin China Development _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
