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

SAP Sybase SQL Anywhere 16.0 » MobiLink - Client Administration » SQL Anywhere clients for MobiLink » SQL Anywhere clients » MobiLink users

 

Adding a MobiLink user to a remote database using SQL

Create a MobiLink user on the remote database to be used to authenticate when you connect to the MobiLink server on the consolidated database.

Prerequisites

You must have an existing database and a user ID that has the SYS_REPLICATION_ADMIN_ROLE system role.

 Task
  1. Connect to the database.

  2. Execute a CREATE SYNCHRONIZATION USER statement. The MobiLink user name uniquely identifies a remote database and so must be unique within your synchronization system.

    You can specify properties for the MobiLink user as part of the CREATE SYNCHRONIZATION USER statement, or you can specify them separately with an ALTER SYNCHRONIZATION USER statement.

Results

The MobiLink user is created.

Next

Register the MobiLink user on the consolidated database. See Adding MobiLink user names to the consolidated database.

Example

The following example adds a MobiLink user named SSinger:

CREATE SYNCHRONIZATION USER SSinger

 See also