MobiLink Synchronization Reference
MobiLink Synchronization Server Options
MobiLink synchronization server
dbmlsrv9 options
Logs output messages to a message log file.
dbmlsrv9 -c "connection-string" -o logfile...
Write all log messages to the specified file. Note that the MobiLink synchronization server window, if present, usually shows a subset of all messages logged.
The MobiLink synchronization server gives the full error context in its output file if errors occur during synchronization. The error context may include the following information:
User Name This is the actual user name that is provided by MobiLink Adaptive Server Anywhere applications during synchronization.
Modified User Name This is the user name as modified by the modify_user script.
Transaction This lists the transaction the error occurs in. The transaction could be authenticate_user, begin_synchronization, upload, prepare_for_download, download, or end_synchronization.
Table Name This shows the table name if it is available or NULL.
Row Operation The operation could be INSERT, UPDATE, DELETE or FETCH.
Row Data This shows all the column values of the row that caused the error.
Script Version This is the script version currently used for synchronization.
Script This is the script that caused the error.
Contextual information appears in the log regardless of your chosen level of verbosity.