Hristo Novatchkov 7.Apr.09 05:53 AM a Web browser Server6.1.1Windows XP
Dear experts,
I'm having some troubles with the synchronization process between client and server. Sometimes, when I want to synchronize a new table, creating for such purposes a new table on the server as well on the client, and add a new subscription (and assign it to a group) via the Mobile Device Administration Center, suddenly, the synchronization process doesn't work anymore and I receive a timeout error:
com.ibm.mobileservices.isync.ISyncException: 604
at com.ibm.mobileservices.isync.db2e.jni.SyncDriver.nvEngineSync(Native Method)
at com.ibm.mobileservices.isync.db2e.jni.SyncDriver.sync(Unknown Source)
at mobile.coaching.Synch.runSynchronization(Synch.java:71)
at mobile.coaching.InvokeNative$1.callback(InvokeNative.java:380)
at java.lang.reflect.AccessibleObject.invokeI(AccessibleObject.java:221)
at java.lang.reflect.Method.invoke(Method.java:262)
at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback_inner(CallbackReference.java:295)
at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback(CallbackReference.java:317)
The worst thing is that when I switch back to the subscription that worked before, it also won't work anymore, but the program would stuck and give me a "timeout error while receiving reply". This happens over and over again, when trying to add and synchronize new tables.
I tried to delete the client's file database and create it again, as well as to restart the server (components), but that didn't help either. What could be the reason for that issue?