From: Kwan h. L. <sor...@mi...> - 2009-04-10 06:31:01
|
Hello, I make a syncml client with libsyncml's high level API. And I test it with Sync4j server(https://www.forge.funambol.org/DomainHome.html). Yesterday I encountered two errors when I replace data on Sync4j server. Errors are like below. "Command failed. The recipient encountered an unexpected condition which prevented it from fulfilling the request. Didn't receive a reply for pending status (actual message 4, received message 3, cmdID 8, msgID 3)" "Command failed. The recipient encountered an unexpected condition which prevented it from fulfilling the request. Call not successfull: 408 Request Timeout" But actual problem was error code 511 from Sync4j server. I think server's error code is more important than pending message status or timeout. (I registered callbacks 'SmlDataSyncEventCallback', 'SmlDataSyncChangeCallback' and 'SmlDataSyncChangeStatusCallback') How libsyncml notify error code from server while Add, Replace, Delete process? Thanks:) |