March 28, 2006 at 9:48 pm
Hi Everyone,
I have a serious issue on replication in my production environment. I just set-up replication and it failed When a record is added to a table(A) in the database. I did capture the SQL profile the replication activity on the database then I have seen a weird thing. When a record was added to the table that replciation is passing sp_MSins_table(A) and also passing sp_MSdel_Table(B) where table(A) has a foreign key relation with Table(B). I don't know why the replication is passing delete command when a record is added to the Table(A) that makes replication fail. I copied the procedure that I followed in my replicaiton if any one can help me you are greately appreciated and it is also a great help.
Thanks,
BK
Replication Notes:
The current replication set up is a transactional replication with minimum latency and it is for both Production database. The database should be replicated from server(A) and server(B). The source database server is server(A) and destination database server is server(B). Both servers have cluster set-up and server(A) is an ES7000 mainframe box.
Note: The services start set-up account is used other than system account that is a domain account and has system admin permissions.
ALTER DATABASE [DBNAME] SET RESTRICTED_USER WITH ROLLBACK IMMEDIATE.
March 31, 2006 at 8:00 am
This was removed by the editor as SPAM
June 26, 2006 at 10:45 am
I am having this issue with my replication as well - did anyone have any suggestions? Replication is setup from Server A to Server B (server A is publisher with a push subscription to server B). Server B is set up as subscriber and distribution server.
Setup this weekend, did some testing with data changes and worked okay. This morning one record added, another changed and receiving error:
DELETE statement conflicted with COLUMN REFERENCE constraint 'FK_REFERRALTEXT_REFERRALID'. The conflict occurred in database 'A', table 'referraltext', column 'referralid'.
Last Command: {CALL sp_MSdel_referral ('referral# ')}
Transaction sequence number and command ID of last execution batch are 0x0003EA2C00000CBE000100000000 and 1.
Thanks,
Aria
June 26, 2006 at 11:49 am
AFAIK, you need to drop all foreign keys on subscriber.
******************
Dinakar Nethi
Life is short. Enjoy it.
******************
July 2, 2006 at 11:04 am
Dinakar is right.. you should drop all FKs on Subscriber database.
Bhushan
July 5, 2006 at 7:56 pm
WHen i tried to connect to a remote SQL Server I encountered the following issues. Please see the error logs and suggest the possible solution if you hvae time,
Please find the following details:-
Scenario 1
When they click on finish they are getting an error stating “Login failed for User N800\Harihan_Lavanya”
Scenario 2
When they click on finish they are getting an error stating “Login failed for User N800\Harihan_Lavanya”
Again, we also tried using Mixed Mode Authentication but it’s failing also…
1. Regarding the Connectivity Issue the SQL Server Registration Property is showing the same error during registering to the IP: 10.193.16.177. The Error screen is as following:
2.And if I try with the RunAs Current User and for the New registration to the same IP, it gives the following Error Screen:
Regards,
Dove
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply