Hi All,
Scenario:
1 publisher & 2 transactional replication subscribers (all SQL 2005)
I am getting the below error on publisher for one of the subscribers:
"Length of LOB data to be replicated exceeds configured maximum 65536"
--This is seen on only 1 subscriber.
I am aware of changing the 'max text repl size' parameter (http://technet.microsoft.com/en-us/library/ms179573.aspx)
Questions:
1. what is confusing me how it affected only 1 of the subscriber and not both. Both subscribers have the same data published.
2. Can I find out the exact column that caused this issue?
As the issue has occured about 5 days (and as there were no proper alerts said), we came to know about this issue late.
3. Where can I find the replication logs ? I have already checked Replication monitor, eventviewer on Publisher(which shows the above error)?
Any help is highly appreciated!!
Thanks