Run the SQL Remote Message Agent (dbremote) on Mac OS X

SQL Anywhere includes an application called SyncConsole that can be used to start the SQL Remote Message Agent (dbremote) on Mac OS X. You can also start the SQL Remote Message Agent on Mac OS X using the dbremote utility.

 Start SyncConsole
  1. In the Finder, go to /Applications/SQLAnywhere12.

  2. Double-click SyncConsole.

  3. Click File » New » SQL Remote.

    A client options window appears.

  4. Specify the connection information for the SQL Remote Message Agent (dbremote).

    For example, the following connection parameter uses an ODBC data source for the SQL Anywhere sample database:

    DSN="SQL Anywhere 12 Demo"

    The user name must have either REMOTE DBA authority or DBA authority. The message length, as defined by the -l option, must be the same on all databases in the system.

 See also