on 2013 Feb 12 8:37 PM
HI, we have observed that most of the time the remote DB get corrupted if there is a connection failure ( line down ) back to console server. is there any way to prevent this ? we have set the sync interval from every 2 min to 10 min depends on the publication respectively. the corruption happening in all the version of Sql anywhere ( ver 10,11 and 12).
TIA vhm
Request clarification before answering.
Without knowing exactly what you mean by "corruption" I can only guess that you might be doing implicit or explicit COMMITs in your synchronization scripts, which breaks MobiLink's built-in recovery from dropped connections. As stated in the Mobilink documentation:
There should be no implicit or explicit commit or rollback in your SQL synchronization scripts or the procedures or triggers that are called from your SQL synchronization scripts. COMMIT or ROLLBACK statements within SQL scripts alter the transactional nature of the synchronization steps. If you use them, MobiLink cannot guarantee the integrity of your data in the event of a failure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
6 | |
5 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.