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

asked 25 Sep '12, 11:31

Cburns's gravatar image

Cburns
46114
accept rate: 0%


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

permanent link

answered 25 Sep '12, 11:42

Reg%20Domaratzki's gravatar image

Reg Domaratzki
7.7k343118
accept rate: 37%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×78

question asked: 25 Sep '12, 11:31

question was seen: 4,119 times

last updated: 25 Sep '12, 11:42