cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify the "Tutorial: Setting up a replication system using the HTTP message system"

Former Member
4,399

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

Accepted Solutions (0)

Answers (1)

Answers (1)

regdomaratzki
Product and Topic Expert
Product and Topic Expert

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';