Home > Archive > SQL Anywhere database replication > October 2005 > Help with replication









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Help with replication
Manuel Rodriguez

2005-10-27, 7:41 am

I have a customer who has to stores. Let's call them A and B. He wants
to be able to replicate the whole database in store A to store B and vice
versa.

He is using ASA 9.0.2.3044. I have never done any replication so please
tell
me the easiest way to do it.


krisztian pinter

2005-10-27, 7:41 am

On 25 Oct 2005 17:52:41 -0700, Manuel Rodriguez =

< ManuelRodriguez24@ya
hoo.com> wrote:

> I have a customer who has to stores. Let's call them A and B. He want=

s
> to be able to replicate the whole database in store A to store B and =

=

> vice
> versa.


you need to give a lot more details.

you said you don't need to filter any data, so the full data should be
replicated. ok.

other point: you can strictly separate the origin of all data? you can
make sure there will be no conflicts, that is, a value modified by
two sites concurrently? if there can be concurrent modifications, what
you can do to resolve? you need conflict resolution policies for all
possible parallel modifications.

also, it is possible that you will need to modify the database a bit.
a replicated environment is not that straightforward. for example,
you need to decide if trigger generated modifications should or should
not replicate. that's a one time decision, and both ways can introduce
problems if care is not taken.

unique key generation is another issue. in fact, any unique contsraint
is an issue.

so we need those details.
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com