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

SQL 2000 Merge Replication

$
0
0

Hi

As always I have a problem that is very frustrating.  We have used SQL 2000 (I know it's old) and have been looking to move to another version, but the test cycle is difficult because of the multi-site replication scenarios that we have in place.

Anyway, we have a number of SQL 2000 servers (SP4) and all of a sudden I have problems with the merge replication.   So,

1) I have removed the publication completely from the subscribers and the publisher. 

2) Cleaned the database (at both the subsriber and publisher) for all signs of replication.

3) Removed all of the tables used in the publication fro the subscriber.

4) Rebuilt the replication using existing scripts.

However I am getting the following error:

The process could not enumerate changes at the 'Subscriber'.

Which seems to come from the error - Numeric value out of range

I have turned on debugging as can be seen below...

 

Any help would be much appreciated...

*****

Debug

*****

Microsoft SQL Server Merge Agent 8.00.2066
Copyright (c) 2000 Microsoft Corporation
Microsoft SQL Server Replication Agent: SQL-UK2-DrivenWWUK-DrivenWWUK.Live.-SQL-UK-204

Percent Complete: 0
Connecting to Distributor 'SQL-UK2'
Repl Agent Status: 3
Connecting to Distributor 'SQL-UK2.'

Server: SQL-UK2
DBMS: Microsoft SQL Server
Version: 08.00.2066
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:48 PM]SQL-UK2.: {call sp_MSgetversion }
[4/4/2013 5:13:48 PM]SQL-UK2.: {call sp_helpdistpublisher (N'SQL-UK2') }
[4/4/2013 5:13:48 PM]SQL-UK2.distribution: select datasource, srvid from master..sysservers where upper(srvname) = upper(N'SQL-UK2')
[4/4/2013 5:13:48 PM]SQL-UK2.distribution: select datasource, srvid from master..sysservers where upper(srvname) = upper(N'SQL-UK')
[4/4/2013 5:13:48 PM]SQL-UK2.distribution: {call sp_MShelp_merge_agentid (0, N'DrivenWWUK', N'DrivenWWUK.Live.', 4, N'DrivenWWUKRep')}
[4/4/2013 5:13:48 PM]SQL-UK2.distribution: {call sp_MShelp_profile (204, 4, N'')}
Percent Complete: 0
Connecting to Publisher 'SQL-UK2.DrivenWWUK'
Initializing
Repl Agent Status: 1

Server: SQL-UK2
DBMS: Microsoft SQL Server
Version: 08.00.2066
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: set nocount on declare @dbname sysname select @dbname = db_name() declare @collation nvarchar(255) select @collation = convert(nvarchar(255), databasepropertyex(@dbname, N'COLLATION')) select collationproperty(@collation, N'CODEPAGE') as 'CodePage', collationproperty(@collation, N'LCID') as 'LCID', collationproperty(@collation, N'COMPARISONSTYLE') as 'ComparisonStyle'
Connecting to Publisher 'SQL-UK2.DrivenWWUK'
Percent Complete: 1
Connecting to Publisher 'SQL-UK2'
Repl Agent Status: 3

Server: SQL-UK2
DBMS: Microsoft SQL Server
Version: 08.00.2066
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_MSsetaccesslist (?, ?, ?)}
[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetversion }
[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_MSchecksnapshotstatus (N'DrivenWWUK.Live.')}
[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_helpmergepublication (N'DrivenWWUK.Live.')}
[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetreplicainfo(?,?,?,?,?,?,?)}
[4/4/2013 5:13:48 PM]SQL-UK2.distribution: {call sp_MShelp_subscriber_info (N'SQL-UK2', N'SQL-UK')}
Connecting to Subscriber 'SQL-UK.DrivenWWUKRep'

Server: SQL-UK
DBMS: Microsoft SQL Server
Version: 08.00.2065
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MSreplcheck_subscribe}
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetversion }
Percent Complete: 2
[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetreplicainfo(?,?,?,?,?,?,?)}
Connecting to Subscriber 'SQL-UK'
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetreplicainfo(?,?,?,?,?,?,?)}
Repl Agent Status: 3
[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_MShelpmergearticles (?, 8000000, ?) }
Percent Complete: 3
Retrieving publication information
Repl Agent Status: 3
Percent Complete: 4
Retrieving subscription information
Repl Agent Status: 3
[4/4/2013 5:13:48 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumschemachange (?, ?, 8000500, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 210000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 3270000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 1170000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 49000000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 1600000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 400000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 300000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 13700000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 160000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 1800000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 1300000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 1020000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 110000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 3190000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 160000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 200000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 200000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 160000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 160000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 170800000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 40000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 5180000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 33400000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 74700000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 5190000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 5840000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 5160000, 10000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 300000, 100000, ?, ?) }
[4/4/2013 5:13:48 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 4510000, 10000, ?, ?) }
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 1460000, 10000, ?, ?) }
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 30000, 10000, ?, ?) }
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MScheckidentityrange(?, ?, 4850000, 10000, ?, ?) }
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetreplicainfo(?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSsetreplicainfo (?,?,?,?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetreplicainfo(?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSmergeupdatelastsyncinfo (?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_mergemetadataretentioncleanup(?, ?, ?)}
Percent Complete: 4
The merge process is cleaning up meta data in database 'DrivenWWUK'.
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_mergemetadataretentioncleanup(?, ?, ?)}
Repl Agent Status: 3
Percent Complete: 4
The merge process cleaned up 0 row(s) in MSmerge_genhistory, 0 row(s) in MSmerge_contents, and 0 row(s) in MSmerge_tombstone.
Repl Agent Status: 3
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumreplicas (?) }
Percent Complete: 4
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumreplicas (?) }
The merge process is cleaning up meta data in database 'DrivenWWUKRep'.
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_helpmergealternatepublisher(N'SQL-UK2', N'DrivenWWUK', N'DrivenWWUK.Live.')}
Repl Agent Status: 3
Percent Complete: 4
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_helpmergealternatepublisher(N'SQL-UK2', N'DrivenWWUK', N'DrivenWWUK.Live.')}
The merge process cleaned up 0 row(s) in MSmerge_genhistory, 0 row(s) in MSmerge_contents, and 0 row(s) in MSmerge_tombstone.
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetlastsentrecgens (?)}
Repl Agent Status: 3
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetlastsentrecgens (?)}
Percent Complete: 4
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetmakegenerationapplock(?)}
Uploading data changes to the Publisher
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSmakegeneration (?)}
Repl Agent Status: 3
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSreleasemakegenerationapplock}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumgenerations (75, ?, 1) }
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSinsertgenhistory (?,?,?,?,?,?) }{call sp_MSinsertgenhistory (?,?,?,?,?,?) }{call sp_MSinsertgenhistory (?,?,?,?,?,?) }{call sp_MSinsertgenhistory (?,?,?,?,?,?) }{call sp_MSinsertgenhistory (?,?,?,?,?,?) }{call sp_MSinsertgenhistory (?,?,?,?,?,?) }
Connecting to Subscriber 'SQL-UK.DrivenWWUKRep'

Server: SQL-UK
DBMS: Microsoft SQL Server
Version: 08.00.2065
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetversion }
Connecting to Publisher 'SQL-UK2.DrivenWWUK'

Server: SQL-UK2
DBMS: Microsoft SQL Server
Version: 08.00.2066
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetversion }
Connecting to Subscriber 'SQL-UK.DrivenWWUKRep'

Server: SQL-UK
DBMS: Microsoft SQL Server
Version: 08.00.2065
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetversion }
Connecting to Publisher 'SQL-UK2.DrivenWWUK'

Server: SQL-UK2
DBMS: Microsoft SQL Server
Version: 08.00.2066
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetversion }
Connecting to Subscriber 'SQL-UK.DrivenWWUKRep'

Server: SQL-UK
DBMS: Microsoft SQL Server
Version: 08.00.2065
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetversion }
Connecting to Publisher 'SQL-UK2.DrivenWWUK'

Server: SQL-UK2
DBMS: Microsoft SQL Server
Version: 08.00.2066
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetversion }
Connecting to Subscriber 'SQL-UK.DrivenWWUKRep'

Server: SQL-UK
DBMS: Microsoft SQL Server
Version: 08.00.2065
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSgetversion }
Connecting to Publisher 'SQL-UK2.DrivenWWUK'

Server: SQL-UK2
DBMS: Microsoft SQL Server
Version: 08.00.2066
user name: dbo
API conformance: 2
SQL conformance: 1
transaction capable: 2
read only: N
identifier quote char: "
non_nullable_columns: 1
owner usage: 31
max table name len: 128
max column name len: 128
need long data len: Y
max columns in table: 1024
max columns in index: 16
max char literal len: 524288
max statement len: 524288
max row size: 524288

[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetversion }
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumdeletesmetadata(?,?,?,?,?,?,0,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumcolumns (?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumcolumns (?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetmetadatabatch(?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumdeletesmetadata(?,?,?,?,?,?,0,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumcolumns (?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumcolumns (?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSgetmetadatabatch(?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumcolumns (?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)}
[4/4/2013 5:13:49 PM]SQL-UK2.DrivenWWUK: {call sp_MSenumcolumns (?,?)}
[4/4/2013 5:13:49 PM]SQL-UK.DrivenWWUKRep: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)}
The process could not enumerate changes at the 'Subscriber'.
Percent Complete: 0
The process could not enumerate changes at the 'Subscriber'.
Repl Agent Status: 6
Percent Complete: 0
Category:NULL
Source:  Merge Replication Provider
Number:  -2147200999
Message: The process could not enumerate changes at the 'Subscriber'.
Repl Agent Status: 3
Percent Complete: 0
Category:SQLSERVER
Source:  SQL-UK
Number:  0
Message: Numeric value out of range
Repl Agent Status: 3
Disconnecting from Subscriber 'SQL-UK'
Disconnecting from Publisher 'SQL-UK2'
Disconnecting from Subscriber 'SQL-UK'
Disconnecting from Subscriber 'SQL-UK'
Disconnecting from Subscriber 'SQL-UK'
Disconnecting from Subscriber 'SQL-UK'
Disconnecting from Publisher 'SQL-UK2'
Disconnecting from Publisher 'SQL-UK2'
Disconnecting from Publisher 'SQL-UK2'
Disconnecting from Publisher 'SQL-UK2'
Disconnecting from Publisher 'SQL-UK2'
Disconnecting from Distributor 'SQL-UK2'


Viewing all articles
Browse latest Browse all 4054

Trending Articles



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