Hi,
I am getting these messages when checking sync status.
Error messages:
- The schema script 'VW_ST_RESULT_R56b7b40_241.sch' could not be propagated to the subscriber. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001) Get help: http://help/MSSQL_REPL-2147201001
- Unable to replicate a view or function because the referenced objects or columns are not present on the Subscriber. (Source: MSSQL_REPL, Error number: MSSQL_REPL20164) Get help: http://help/MSSQL_REPL20164
- Invalid object name 'VW_ST_RESULT_WITH_SAMPLE'. (Source: MSSQLServer, Error number: 208) Get help: http://help/208
In creating my publication I was careful to allocate the correct processing_order to each article, so that dependent articles were processed after the articles they depended on.
I cut down the publication to just those articles related to the ones in the error, and it worked fine.
What is it that these error messages are telling me exactly?
Oh, merge replication, SQL 2008 R2, every view, table, function and stored procedure, no filtering.
Thanks,
Colin