Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » MobiLink and SAP HANA Remote Data Sync - Client Administration » SQL Anywhere clients for MobiLink » MobiLink SQL Anywhere client utility (dbmlsync) syntax

-eu dbmlsync option

Specifies extended upload options.

Syntax
dbmlsync -s subscription-name -eu keyword=value;...
dbmlsync -n publication-name -eu keyword=value;...
Remarks

Extended options that are specified on the command line with the -eu option apply only to the synchronization specified by the -n option or the -s option they follow. For example, on the following command line, the extended option eh=on applies only to the synchronization of subscription sub2.

dbmlsync -s sub1 -s sub2 -eu eh=on

For an explanation of how extended options are processed when they are set in more than one place, and a complete list of extended options, see the documentation for MobiLink SQL Anywhere client extended options.