I'm trying to setup a merge replication between database on SQL Server 2014 and SQL 2012. Creating the publisher, the subscriber, and the snapshot went successfully. However when "Applying the snapshot on subscriber.." I'm getting the following error:
Error messages:The schema script 'DMCOLLPKGEXCEPTION_2.sch' could not be propagated to the subscriber. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001)
Get help: http://help/MSSQL_REPL-2147201001
Column 'rowguid' in table 'DMCOLLPKGEXCEPTION' is invalid for creating a default constraint. (Source: MSSQLServer, Error number: 1752)
Get help: http://help/1752
Could not create constraint. See previous errors. (Source: MSSQLServer, Error number: 1750)
Get help: http://help/1750
Why? and what should I do to fix this?