http://bugzilla.moblin.org/show_bug.cgi?id=5631
--- Comment #5 from ddecock <[email protected]> 2009-08-26 02:32:34 --- I think I was too fast telling egroupware works. I got an exception at the end of the synchronisation. I tried to find the item which causes the problem, but it seems to be caused by a response from the eGroupWare server: this is the SyncML trace: POST /rpc.php?syncml_sessionid=syncml-15bcc540b0ada7a6d0a78c9c94cbfb17 HTTP/1.1 Host: team.office.excentis.com Content-Type: application/vnd.syncml+xml User-Agent: SyncEvolution Content-Length: 1005 Client : <?xml version="1.0" encoding="UTF-8"?><SyncML xmlns='SYNCML:SYNCML1.2'><SyncHdr><VerDTD>1.2</VerDTD><VerProto>SyncML/1.2</VerProto><SessionID>4</SessionID><MsgID>15</MsgID><Target><LocURI>http://team.office.excentis.com/rpc.php?syncml_sessionid=syncml-15bcc540b0ada7a6d0a78c9c94cbfb17</LocURI></Target><Source><LocURI>sc-pim-47d43f03-817e-44d9-a5d7-0caaf050b916</LocURI><LocName>decock</LocName></Source><Meta><MaxMsgSize xmlns='syncml:metinf'>10000</MaxMsgSize><MaxObjSize xmlns='syncml:metinf'>4000000</MaxObjSize></Meta></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>14</MsgRef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><TargetRef>sc-pim-47d43f03-817e-44d9-a5d7-0caaf050b916</TargetRef><SourceRef>http://team.office.excentis.com/rpc.php</SourceRef><Data>200</Data></Status><Alert><CmdID>2</CmdID><Data>222</Data><Item><Target><LocURI>http://team.office.excentis.com/rpc.php</LocURI></Target><Source><LocURI>sc-pim-47d43f03-817e-44d9-a5d7-0caaf050b916</LocURI></Source></Item></Alert></SyncBody></SyncML> Sever reply : HTTP/1.1 200 OK Date: Wed, 26 Aug 2009 09:15:29 GMT Server: Apache X-Powered-By: PHP/5.2.6-pl6-gentoo Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Set-Cookie: Horde=0b9841c6e1ad652e3eaf5d1ee7e81dd0; path=/horde; domain=team.office.excentis.com Expires: Thu, 19 Nov 1981 08:52:00 GMT Set-Cookie: Horde=syncml-15bcc540b0ada7a6d0a78c9c94cbfb17; path=/horde; domain=team.office.excentis.com Content-length: 1230 Accept-Charset: UTF-8 Content-Type: application/vnd.syncml+xml <SyncML xmlns="SYNCML:SYNCML1.2"><SyncHdr><VerDTD>1.0</VerDTD><VerProto>SyncML/1.0</VerProto><SessionID>4</SessionID><MsgID>15</MsgID><Target><LocURI>sc-pim-47d43f03-817e-44d9-a5d7-0caaf050b916</LocURI></Target><Source><LocURI>http://team.office.excentis.com/rpc.php?syncml_sessionid=syncml-15bcc540b0ada7a6d0a78c9c94cbfb17</LocURI></Source></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>15</MsgRef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><TargetRef>http://team.office.excentis.com/rpc.php?syncml_sessionid=syncml-15bcc540b0ada7a6d0a78c9c94cbfb17</TargetRef><SourceRef>sc-pim-47d43f03-817e-44d9-a5d7-0caaf050b916</SourceRef><Data>212</Data></Status><Status><CmdID>2</CmdID><MsgRef>15</MsgRef><CmdRef>2</CmdRef><Cmd>Alert</Cmd><TargetRef>http://team.office.excentis.com/rpc.php</TargetRef><SourceRef>sc-pim-47d43f03-817e-44d9-a5d7-0caaf050b916</SourceRef><Data>200</Data><Item><Target><LocURI>http://team.office.excentis.com/rpc.php</LocURI></Target><Source><LocURI>sc-pim-47d43f03-817e-44d9-a5d7-0 caaf050b916</LocURI></Source></Item></Status><Sync><CmdID>3</CmdID><Target><LocURI>./calendar</LocURI></Target><Source><LocURI>calendar</LocURI></Source><NumberOfChanged>69</NumberOfChanged></Sync><Final></Final></SyncBody></SyncML> It seems to proccess the first to commands good, but the CmdID 3 seems to cause a problem with SyncEvolution. Kind regards -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
