Consumers are never updateable by clients. So, when a client attempts to update a consumer, it gets referral to go to the supplier and changes are made there. So, when you do the changes, they are done on suppliers, not consumers. Check the access log and you will have err=10 for the client->consumer connection and then you would see another connection made from client->supplier.
Thestar Onedallbe wrote: > Hi: > > I have a consumer server getting updated from a supplier server in a > supplier initiated replication process.However I notice that if I make > any change in the replicated database on the consumer it gets > propagated to the > supplier as well.Ist replication supposed to be one way affair? How > come it changes both ways? > > Is there a solution or am I missing something. > > Thanks > Neil. >
