SQL 2008 R2 Merge Repl Error - Incompatible Version Error
we converting old replication application on sql 2000 / msde model sql 2008 r2 / sql express model. have converted primary components of application , system setups (including creating subscription rmo objects, etc.) mergepull replication situation. we having 1 problem initiating synchronization through rmo controls. client side application initiates replication on demand. have setup code , connectivity both subscriber , publisher, merge fails due following error:
the version of sql server running @ subscriber incompatible publication. either upgrade subscriber 'unknown version of microsoft sql server' or change publication compatibility level of publication match version of sql server running @ subscriber.
error -2147467259
both publisher , sql express versions 10.50.1600.
there issues how entries in publisher side sysmergesubscriptions table populated makepullsubscriptionwellknown function, modifying these entries still same error. in looking @ agent.log, seems failure comes when sys.sp_msgetreplicainfo called publisher side. it's @ point job fails. don't know if stored procedure failing publication id or if it's failing find publisher entry subscription, or failing other value match.
does have better discription of above error code or come across problem before?
thanks help,
jason
SQL Server > SQL Server Replication
Comments
Post a Comment