Hi All,
We are facing a rear issue which leads to crash of all subscription and table out of sync.
Details are: Replication 'A' have 3 subscriber (B,C,D)
- When Column 'Col1' is being updated with some value , it creates replication string for all three subscription
- At subscriber end, when this replication string get execute it gave us an error
Error converting data type varchar to uniqueidentifier.
- We tried to drop and re-create replication many times but none of error resolved(conversion error and out of sync)
Here is replication string which we got from Replication error table
0x0031C9AC00001A5D0001ServerNameDBName203001NULLNULL0x00000000000000000000{CALL [dbo].[sp_MSupd_dboTableName]
(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'A4',NULL,NULL,NULL,NULL,NULL,{A853D213-5EC5-42F8-9287-FC505997A2FF},NULL,NULL,NULL,NULL,NULL,NULL,
438156,'WT WM',0x00100400)}1
--> 'WT WM' value in above string is creating problem for us as procedure at subscriber end expect a Unique identifier values (old Unique identifier value).
SM