I have replication between to SQL Server 2008R2 instances, but I'm getting this error on the "Distribution to Subscriber History" tab:
Cannot update a timestamp column. (Source: MSSQLServer, Error number: 272)
I tried:
updatesysarticlesset schema_option= schema_option-(schema_option & 8)* 8 where artid= 5
as suggested in this Miscrosoft article
but nothing changes ... same error :(
I can't change the source INDEXED VIEW article nor I can change on the destination TABLE.