You need to run the primary site database server, with the primary database loaded.
Change to the tutorial directory.
Run the following command to start a network database server running the primedb database. You should be using the TCP/IP network communication protocol on the default communications port (2638):
dbsrv11 -x tcpip(port=2638) c:\tutorial\primedb\primedb.db |
Change to the tutorial directory.
Run the following command to start a network database server running the repdb database, but on a different port:
dbsrv11 -x tcpip(PORT=2639) c:\tutorial\repdb\repdb.db |
Next, you have to make entries for each of the SQL Anywhere servers in an interfaces file, so Replication Server can communicate with these database servers.
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |