To use the dbmlsync -s option you need to determine the subscription name for the subscription you want to synchronize. You
can determine the subscription name using the following query:
SELECT subscription_name
FROM syssync JOIN sys.syspublication
WHERE site_name = <ml_user> AND publication_name = <pub_name>;
Replace <ml_user> with the MobiLink user you are synchronizing. This is the value specified by the -u option on the dbmlsync
command line. See -u dbmlsync option (deprecated).
Replace <pub_name> with the name of the publication being synchronized. This is the value specified with the -n option on
the dbmlsync command line. See -n dbmlsync option (deprecated).