[GroupDAV] GroupDAV Connector & Synthesis SyncML Palm Client

Adam Williams groupdav@opengroupware.org
Sun, 24 Sep 2006 17:56:02 -0400


> The funambol_ds log from the last ZideStore request to the end:
> --------------------------------------------------
> [Sep 24, 2006 9:43:14 AM][funambol] FINEST: We got a
> href:http://gourd-amber:80/zidestore/dav/adam/Overview/4090260.ics
> [Sep 24, 2006 9:43:14 AM][funambol] FINEST: We got an etag: 4090260:93
> [Sep 24, 2006 9:44:19 AM] INFO: Preparing slow synchronization of source
> 'groupdav.overview' for 363D114C/adam ...

Maybe it is nothing,  but notice almost an entire minute between the
last request to ZideStore and the next log entry.  And all the rest of
the log takes less than one second.

> [Sep 24, 2006 9:44:19 AM] INFO: Not the last call
> [Sep 24, 2006 9:44:19 AM][funambol.engine] FINEST: Create SyncItems with
> state 'N' checking the last anchor (null)
> [Sep 24, 2006 9:44:19 AM][funambol.engine.strategy] FINEST: operations:
> []
...
> [Sep 24, 2006 9:44:19 AM][funambol.engine.pipeline] FINEST: Returning
> message to process: <?xml version="1.0" encoding="UTF-8"?>
> <SyncML>
> <SyncHdr>
> <VerDTD>1.1</VerDTD>
> <VerProto>SyncML/1.1</VerProto>
> <SessionID>65</SessionID>
> <MsgID>2</MsgID>
> <Target>
> <LocURI>363D114C</LocURI>
> <LocName>adam</LocName>
> </Target>
> <Source>
> <LocURI>http://206.114.45.109:8080/funambol/ds;jsessionid=61C35291A102AF8F51B6DAC0C6A9EF6D</LocURI>
> </Source>
> <RespURI>http://206.114.45.109:8080/funambol/ds;jsessionid=61C35291A102AF8F51B6DAC0C6A9EF6D</RespURI>
> </SyncHdr>
> <SyncBody>
> <Status>
> <CmdID>1</CmdID>
> <MsgRef>2</MsgRef>
> <CmdRef>0</CmdRef>
> <Cmd>SyncHdr</Cmd>
> <TargetRef>http://206.114.45.109:8080/funambol/ds;jsessionid=61C35291A102AF8F51B6DAC0C6A9EF6D</TargetRef>
> <SourceRef>363D114C</SourceRef>
> <Data>200</Data>
> </Status>
> <Status>
> <CmdID>2</CmdID>
> <MsgRef>2</MsgRef>
> <CmdRef>4</CmdRef>
> <Cmd>Sync</Cmd>
> <TargetRef>groupdav.overview?/dr(-90,90)</TargetRef>
> <SourceRef>./events</SourceRef>
> <Data>404</Data>
> </Status>
> </SyncBody>
> </SyncML>

A 404 means "not found" correct?  I believe SyncML uses HTTP result
codes in its status messages.  (Is "./events" coming from the Synthesis
client?)  This makes me think that for some reason Funambol thinks
"groupdav.overview?/dr(-90,90)" is not found?  "dr" = date range?  I
have the Palm client set to sync forward-n-back 90 days.