on 2012 Sep 25 12:31 PM
Sybase Sqlanywhere 12.01 build 3457 windows.
I am new in database replication and syncronization. I tried the tutorial and every thing worked fine.
The problem is that I need to put the "remote db" on another pc to see how it works in a near real life situation, but I don't know what kind of modification I have to make to the tutorial.
Can anybody help me?
TIA
Claudio Burns
Ricerche e Metodi srl
The tutorial assumes that everything is running on the same machine. The only changes that you should need to make to test with a remote database on another machine are :
1) When you start the message server, use dbsrv12 instead of dbeng12. This will ensure that the web services are available from other machines.
2) When creating the remote database, and configuring the HTTP message system on the remote database, specify the machine name or IP address where the message server is running instead of localhost.
SET REMOTE HTTP OPTION public.url='**msgServer.domain.com**:8033';
or
SET REMOTE HTTP OPTION public.url='10.7.4.55:8033';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.