Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Procedure sp_MSsetupnosyncsubscriptionwithlsn, Line 237 Arithmetic overflow error converting expression to data type nvarchar.

$
0
0

Dear all,

I'm facing problem with subscribtion creation:

use [LPR] exec sp_addsubscription

@publication = N'UV Publication',

@subscriber = N'DWH_X',

@destination_db = N'LPR',

@sync_type = N'initialize with backup',

@subscription_type = N'pull',

@update_mode = N'read only',

@backupdevicetype='DISK',

@backupdevicename='\\Source\SQLBACKUP\uv\LPR.bak' GO

I'm running it on SQL server 2012 Pro and getting error:

Msg 8115, Level 16, State 2, Procedure sp_MSsetupnosyncsubscriptionwithlsn, Line 237 Arithmetic overflow error converting expression to data type nvarchar.

Problem appeared when we changed source database from SQL server 2005 to SQL Server 2008 R2 (SP2 is installed as well).

Could you please advise, how I can solve this problem. I can't find any solution.

Thank you






Viewing all articles
Browse latest Browse all 4054

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>