Logs output messages to a MobiLink server message log file, and limits the data logged to the MobiLink server messages window.
mlsrv11 -c "connection-string" -o logfile ...
Write all log messages to the specified file. Note that the MobiLink server window, if present, usually shows a subset of all messages logged.
The MobiLink 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 SQL 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.
Error context information appears in the log regardless of your chosen level of verbosity.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |