I have a user who is getting the following error: “Error(12): Sync completed with errors. Device is up-to-date as of 8/16/2008 at 5:29 PM.”
Does anyone know what this means? This is what is in the NTSErrors.log:
[08/26 10:32:40.235] SEVERE DS-234[/6Ur7AAA] CN=Norman Clark/OU=Corporate/O=JBHunt TSSSync.receiveMap#4909 Exception Thrown: java.lang.NumberFormatException: For input string: “800001eb-0”
java.lang.NumberFormatException: For input string: “800001eb-0”
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:63)
at java.lang.Long.parseLong(Long.java:427)
at java.lang.Long.parseLong(Long.java:476)
at com.lotus.sync.TSS.TSSDataTypes.RecordID.<init>(RecordID.java:50)
at com.lotus.sync.TSS.SyncMLServer.tss.TSSSync.uriToGUDRecordID(TSSSync.java:4768)
at com.lotus.sync.TSS.SyncMLServer.tss.TSSSync.receiveMap(TSSSync.java:4829)
at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.ds.server.RequestHandler.handleMap(RequestHandler.java:91)
at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.ds.RequestHandlerDS.handleBodyCmd(RequestHandlerDS.java:259)
at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.RequestHandlerCommon.handleBody(RequestHandlerCommon.java:1213)
at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.RequestHandlerCommon.handleRequest(RequestHandlerCommon.java:119)
at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.SyncServletCommon.handleRequestBody(SyncServletCommon.java:597)
at com.lotus.sync.TSS.SyncMLServer.tss.TSSServlet.handleRequestBody(TSSServlet.java:241)
at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.SyncServletCommon.handleRequest(SyncServletCommon.java:575)
at com.lotus.sync.TSS.SyncMLServer.tss.TSSServlet.handleRequest(TSSServlet.java:190)
at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.SyncServletCommon$1.run(SyncServletCommon.java:190)
at com.lotus.sync.util.ThreadPoolThread.run(ThreadPoolThread.java:266)