MobiLink Synchronization Reference
MobiLink Synchronization Server Options
MobiLink synchronization server
dbmlsrv9 options
Allows you to specify what information is logged to the message log file and displayed in the synchronization window.
dbmlsrv9 -c "connection-string" -v[ levels ] ...
This option controls the type of messages written to the message log file.
If you specify -v alone, the MobiLink synchronization server writes a minimal amount of information about each synchronization.
The values of levels are as follows. You can use one or more of these options at once; for example, -
vnrsu.
+ Turn on all logging options that increase verbosity.
c Show the content of each synchronization script when it is invoked. This level implies s.
f Show first-read errors. This will log errors caused when load-balancing devices check for server liveness by making connections which don't send any data, and thus result in failed synchronizations.
h Show the remote schema as uploaded during synchronization.
n Show row-count summaries.
p Show progress offsets.
r Display the column values of each row uploaded or downloaded.
s Show the name of each synchronization script as it is invoked.
t Show the translated SQL that results from scripts that are written in ODBC canonical format. This level implies c. The following example shows the automatic translation of a statement for Adaptive Server Anywhere.
I. 02/11 11:02:14. [102]: begin_upload synch2 { call SynchLogLine( ?, ?, 'begin_upload' ) } I. 02/11 11:02:14. [102]: Translated SQL: call SynchLogLine( ?, ?, 'begin_upload' )
The following example shows the translation of the same statement for Microsoft SQL Server.
I. 02/11 11:03:21. [102]: begin_upload synch2 { call SynchLogLine( ?, ?, 'begin_upload' ) } I. 02/11 11:03:21. [102]: Translated SQL: EXEC SynchLogLine ?, ?, 'begin_upload'
u Show undefined table scripts. This may help new users understand the synchronization process.