sybase - Replication -
08-17-2004
, 01:24 AM
Hello All,
QS1:
---
In an Replication and HA SETUP,IF I change the password for sa,will it
create any problem for replication and HA?
QS2
---
I am having two UNIX SERVERS WITH ASE IS INSTALLED.Replication is
set in such a way that whenever any changes made in any one of the
servers,it will be replicated to each other.So at any point of time
data is in synch.
Now one of the server is failed.I have recovered the failed server
upto the last
transaction dump.But few transactions which has been performed after
the last transaction dump is not recovered.Those missed transaction
will be available at the replicate server.Now I need to extract those
transaction from replicate server and insert into the failed
server.Since replication is active in the failed server,it will try to
send the data to replicate server which i don't want since i have
dump the data from that server only.How to proceed? |