on 2014 Jan 02 8:46 AM
I have a Consolidated database with one Remote database (both SQL Anywhere 16 databases and Mobilink 16). I want to collect the Remote synchronization status (connection failed, last synchronization time, last error etc) and update it each time (changes) in a table on the remote database. What approaches/architecture/services on the remote do I have to use without using the dbmlsync API? My preference is to do it completely inside the remote database in SQL, is that possible?
Request clarification before answering.
All synchronization status information is generally available at run-time to the various dbmlsync event hooks (which are just pre-named stored procedures that are executed automatically as part of the dbmlsync execution), via the #hook_dict temporary table.
Specifically, you'll want to take a look at the various error-handling hooks, and sp_hook_dbmlsync_end to scan for status values of concern and use the hooks to store them in another table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.