Starting subscriptions

 Start a subscription (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, expand the Publications directory.

  3. Click a publication.

  4. In the right pane, click the SQL Remote Subscriptions tab.

  5. Manually synchronize subscriptions:

    1. Right-click the user in the Subscribers list and click Properties.

    2. Click the Advanced tab.

    3. Click Synchronize Now.

      The subscriptions are affected when you click the Synchronize Now button. Subsequently clicking Cancel on the properties window does not cancel the synchronize action.

 Start a subscription (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a START SUBSCRIPTION statement.

To start several subscriptions within a single transaction, use the REMOTE RESET statement.

 See also