Hi,
I have 4 servers formed with bilateral transactional replication (each server is distributing, publicator and subscriber), the problem is that the transactionals processes to be failing in the application client as soon as the subscriptions is activate.
Please help me!!
dark.otakon@.gmail.com
What kind of errors do you have?
To set up bidirectional replication, you need to run on "loopback detection" at the publication level. And you can not have loops in the replication topology.
If you are using SQL Server 2005, you can consider peer to peer replication.
|||I am using Sql Server 2000 with SP4, I am creating the subscriptions with the script:
exec sp_addsubscription @.publication = N'TRAFICO', @.article = N'all', @.subscriber = N'DCI-APP', @.destination_db = N'HHSITR', @.sync_type = N'none', @.update_mode = N'read only', @.offloadagent = 0, @.dts_package_location = N'distributor',@.loopback_detection = 'true'
The error is in the application client is "Cannot find the member name "Systema.Data.SqlClient.SqlError.""
No comments:
Post a Comment