December 26, 2018 at 6:23 am
Hi,
I tried to add new article to already existing and working publication and replication. I create a new snapshot after that and creation went fine. Replication started and table was created on subscriber, but stay empty with following error massage:
Error messages:
The process could not bulk copy into table '"dbo"."Table1"'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
Get help: http://help/MSSQL_REPL20037
metadata query failed
Invalid character value for cast specification (Source: MSSQLServer, Error number: 22018)
Get help: http://help/22018
Unspecified error
Publisher/Distributor: MS SQL 2008 R2 (SP3) - 10.50.6529.0 (X64)
Subcriber: MS SQL 2016 (SP2-CU3) (KB4458871) - 13.0.5216.0 (X64), Compatibility level 130, same collation as on Publisher
And everything else is working fine, transactions goes from one server to another server, except that table table1, which is empty. And I tried to create snapshpot few times, with same result.
Any suggestion?
December 26, 2018 at 8:28 am
depending on the data types being passed in the table definition itself, sometimes no more than two versions difference allowed for replication between the publisher and the subscriber.
SQL 2008 to SQL2016 is three versions difference between publisher and subscriber.
change the SQL2016 database to compatibility for SQL2012 and this should work.
Lowell
January 8, 2019 at 4:22 am
This was removed by the editor as SPAM
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply