A row update at 'H1P.BD_SOFTLAB_P00' could not be propagated to 'H7.BD_SOFTLAB_P02'.

  • Hi.

    I need help to looking for someone error in the log.

    I use replication merge and one table, called mov_ex, wasn´t propagated an update. I'm work in the conflit about one month.

    Can I help-me, please.

    A row update at 'H1P.BD_SOFTLAB_P00' could not be propagated to 'H7.BD_SOFTLAB_P02'.

    This failure can be caused by a constraint violation. The Merge Agent was unable

    to synchronize the row due to one or more unanticipated errors in the batch of changes.

    When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent,

    and check for and resolve any errors generated by the database engine.

    2009-03-14 17:24:48.707 Microsoft SQL Server Merge Agent 9.00.3042.00

    2009-03-14 17:24:48.707 Copyright (c) 2005 Microsoft Corporation

    2009-03-14 17:24:48.707 Microsoft SQL Server Replication Agent: replmerg

    2009-03-14 17:24:48.707

    2009-03-14 17:24:48.707 The timestamps prepended to the output lines are expressed in terms of UTC time.

    2009-03-14 17:24:48.707 User-specified agent parameter values:

    -Publisher H1P

    -PublisherDB BD_SOFTLAB_P00

    -Publication DIN_P02

    -Subscriber H7

    -SubscriberDB BD_SOFTLAB_P02

    -Distributor H1P

    -DistributorSecurityMode 1

    -OutputVerboseLevel 2

    -Output C:\ReplOutput.txt

    -XJOBID 0x9A68C90421ECB44592457F1F5576B3E2

    -XJOBNAME H1P-BD_SOFTLAB_P00-DIN_P02-H7-19

    -XSTEPID 2

    -XSUBSYSTEM Merge

    -XSERVER H1P

    -XCMDLINE 0

    -XCancelEventHandle 00000CC0

    -XParentProcessHandle 00000FF4

    2009-03-14 17:24:48.722 Percent Complete: 0

    2009-03-14 17:24:48.722 Connecting to Distributor 'H1P'

    2009-03-14 17:24:48.722 Connecting to OLE DB Distributor at datasource: 'H1P', location: '', catalog: '', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:48.800 OLE DB Distributor: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name:

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': {call sp_MSgetversion }

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': {call sp_helpdistpublisher (N'H1P') }

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'H1P')

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': {call sp_MShelp_merge_agentid (0,N'BD_SOFTLAB_P00',N'DIN_P02',null,N'BD_SOFTLAB_P02',90,N'H7')}

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': {call sp_MShelp_profile (19, 4, N'')}

    2009-03-14 17:24:48.800 Percent Complete: 0

    2009-03-14 17:24:48.800 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:48.800 Initializing

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:48.800 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:48.800 OLE DB Publisher 'H1P': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:24:48.800 OLE DB Publisher 'H1P': {call sp_MSgetversion }

    2009-03-14 17:24:48.800 Percent Complete: 0

    2009-03-14 17:24:48.800 Connecting to Publisher 'H1P'

    2009-03-14 17:24:48.800 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:48.816 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:48.816 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:48.816 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:24:48.816 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:49.019 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:49.113 OLE DB Subscriber 'H7': {call sp_MSgetversion }

    2009-03-14 17:24:49.191 OLE DB Subscriber 'H7': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:24:49.222 Percent Complete: 0

    2009-03-14 17:24:49.222 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:49.222 Connecting to Subscriber 'H7'

    2009-03-14 17:24:49.222 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:49.254 Percent Complete: 0

    2009-03-14 17:24:49.254 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:49.254 Retrieving publication information

    2009-03-14 17:24:49.254 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:49.300 Percent Complete: 0

    2009-03-14 17:24:49.300 Retrieving subscription information.

    2009-03-14 17:24:49.300 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:49.691 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:49.722 Percent Complete: 0

    2009-03-14 17:24:49.722 Uploading data changes to the Publisher

    2009-03-14 17:24:49.722 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:49.894 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:50.144 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:50.254 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:50.254 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:50.254 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:50.488 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:50.597 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:24:50.613 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:24:50.613 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.660 Percent Complete: 0

    2009-03-14 17:24:50.660 Enumerating deletes in all articles

    2009-03-14 17:24:50.660 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.738 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.785 Percent Complete: 0

    2009-03-14 17:24:50.785 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:24:50.785 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.879 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.925 Percent Complete: 0

    2009-03-14 17:24:50.925 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.925 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:24:50.925 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.988 Percent Complete: 0

    2009-03-14 17:24:50.988 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:50.988 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:50.988 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.019 Percent Complete: 0

    2009-03-14 17:24:51.019 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.019 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:51.019 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.066 Percent Complete: 0

    2009-03-14 17:24:51.066 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.066 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:51.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.097 Percent Complete: 0

    2009-03-14 17:24:51.097 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:51.097 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.097 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.144 Percent Complete: 0

    2009-03-14 17:24:51.144 The merge process retried a total of 5 rows out of which 0 passed and 5 failed.

    2009-03-14 17:24:51.160 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.160 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.191 Percent Complete: 0

    2009-03-14 17:24:51.191 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {F529E561-6430-44D2-AE7A-303E3BAEB911} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:24:51.191 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.207 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.254 Percent Complete: 0

    2009-03-14 17:24:51.254 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {8DAC8AF1-1711-42F9-9810-43C5E0B8B98E} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:24:51.254 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.285 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.316 Percent Complete: 0

    2009-03-14 17:24:51.316 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {90C766C7-3658-44C1-8056-587379677509} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:24:51.316 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.332 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.363 Percent Complete: 0

    2009-03-14 17:24:51.363 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {09EC902C-659E-4ADD-8332-737CE7509F6A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:24:51.363 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.394 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.441 Percent Complete: 0

    2009-03-14 17:24:51.441 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {391042BC-67EE-4C3C-94D1-E1A72C1FABD5} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:24:51.441 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.488 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.550 Percent Complete: 0

    2009-03-14 17:24:51.550 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.550 Uploaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:24:51.550 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.582 Percent Complete: 0

    2009-03-14 17:24:51.582 Downloading data changes to the Subscriber

    2009-03-14 17:24:51.582 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.691 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.722 Percent Complete: 0

    2009-03-14 17:24:51.738 Enumerating changes in filtered articles using Subscriber's assigned partition ID.

    2009-03-14 17:24:51.738 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.832 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.894 Percent Complete: 0

    2009-03-14 17:24:51.894 Enumerating deletes in all articles

    2009-03-14 17:24:51.894 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.941 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:51.972 Percent Complete: 0

    2009-03-14 17:24:51.972 Enumerating inserts and updates in article 'MEDICO'

    2009-03-14 17:24:51.972 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:52.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:52.207 Percent Complete: 0

    2009-03-14 17:24:52.207 Enumerating inserts and updates in article 'MOV_EX'

    2009-03-14 17:24:52.207 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:52.269 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:52.316 Percent Complete: 0

    2009-03-14 17:24:52.316 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:24:52.316 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.316 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.347 Percent Complete: 0

    2009-03-14 17:24:56.347 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.347 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'Internal Query Processor Error: The query processor encountered an unexpected error during execution.'.

    2009-03-14 17:24:56.347 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.410 Percent Complete: 0

    2009-03-14 17:24:56.410 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.410 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:24:56.410 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.441 Percent Complete: 0

    2009-03-14 17:24:56.441 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.441 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:24:56.457 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.488 Percent Complete: 0

    2009-03-14 17:24:56.488 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:24:56.488 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.644 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.691 Percent Complete: 0

    2009-03-14 17:24:56.691 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.691 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:24:56.691 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.722 Percent Complete: 0

    2009-03-14 17:24:56.722 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.722 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:56.722 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.769 Percent Complete: 0

    2009-03-14 17:24:56.769 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.769 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:56.769 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.832 Percent Complete: 0

    2009-03-14 17:24:56.832 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.832 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:56.832 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:24:56.879 Percent Complete: 0

    2009-03-14 17:24:56.879 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:24:56.879 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:12.972 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.082 Percent Complete: 0

    2009-03-14 17:25:13.082 The merge process retried a total of 9 rows out of which 0 passed and 9 failed.

    2009-03-14 17:25:13.082 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.175 Percent Complete: 0

    2009-03-14 17:25:13.175 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {FE1F8EB6-24CB-4410-B870-2E2115AAAC54} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.175 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.175 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.222 Percent Complete: 0

    2009-03-14 17:25:13.222 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {956B1B85-7C55-47A7-8E1C-36BF6E739381} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.222 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.222 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.254 Percent Complete: 0

    2009-03-14 17:25:13.254 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {7DD0B42E-4AF8-44AF-9943-8B9B499B5F08} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.254 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.254 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.300 Percent Complete: 0

    2009-03-14 17:25:13.300 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {17065754-2A5D-4F0F-9615-CB6CB37B0DBB} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.300 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.300 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.379 Percent Complete: 0

    2009-03-14 17:25:13.379 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0CD55FA3-6395-416E-9D3B-2B56930E6161} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.379 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.379 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.410 Percent Complete: 0

    2009-03-14 17:25:13.410 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {7CE70F38-5B58-42AE-911F-39C7BD6E992D} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.410 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.410 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.441 Percent Complete: 0

    2009-03-14 17:25:13.441 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9BD3EBA0-5DA4-4F40-A5E8-9A0BEF123536} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.441 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.441 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.488 Percent Complete: 0

    2009-03-14 17:25:13.488 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9157E571-3A0E-4C4C-9902-6AD9BB776F0A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.488 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.488 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.519 Percent Complete: 0

    2009-03-14 17:25:13.519 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0191D07A-50A9-4E68-8396-CFD8FF199059} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:25:13.519 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.613 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.675 Percent Complete: 0

    2009-03-14 17:25:13.675 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.675 Downloaded 0 change(s) in 'MOV_EX' (4 conflicts, 4 retried rows): 0 total

    2009-03-14 17:25:13.675 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.722 Percent Complete: 0

    2009-03-14 17:25:13.722 Downloaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:25:13.722 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.816 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:25:13.847 Percent Complete: 0

    2009-03-14 17:25:13.847 Merge completed after processing 0 data change(s) (0 insert(s), 0 update(s), 0 delete(s), 14 conflict(s)).

    2009-03-14 17:25:13.847 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    =============================================================

    Article Upload Statistics:

    ============================

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 100.00%

    Article Download Statistics:

    ============================

    MOV_EX:

    Conflicts: 4

    Rows Retried: 4

    Relative Cost: 96.43%

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 3.57%

    Session Statistics:

    ============================

    Upload Conflicts: 5

    Upload Rows Retried: 5

    Download Conflicts: 9

    Download Rows Retried: 9

    Change Delivery Time: 23 sec

    Schema Change and Bulk Insert Time: 0 sec

    Delivery Rate: 0.00 rows/sec

    Total Session Duration: 25 sec

    =============================================================

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:25:13.894 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:30:00.269 Microsoft SQL Server Merge Agent 9.00.3042.00

    2009-03-14 17:30:00.269 Copyright (c) 2005 Microsoft Corporation

    2009-03-14 17:30:00.269 Microsoft SQL Server Replication Agent: replmerg

    2009-03-14 17:30:00.269

    2009-03-14 17:30:00.269 The timestamps prepended to the output lines are expressed in terms of UTC time.

    2009-03-14 17:30:00.269 User-specified agent parameter values:

    -Publisher H1P

    -PublisherDB BD_SOFTLAB_P00

    -Publication DIN_P02

    -Subscriber H7

    -SubscriberDB BD_SOFTLAB_P02

    -Distributor H1P

    -DistributorSecurityMode 1

    -OutputVerboseLevel 2

    -Output C:\ReplOutput.txt

    -XJOBID 0x9A68C90421ECB44592457F1F5576B3E2

    -XJOBNAME H1P-BD_SOFTLAB_P00-DIN_P02-H7-19

    -XSTEPID 2

    -XSUBSYSTEM Merge

    -XSERVER H1P

    -XCMDLINE 0

    -XCancelEventHandle 00000E8C

    -XParentProcessHandle 00000ED4

    2009-03-14 17:30:00.316 Percent Complete: 0

    2009-03-14 17:30:00.316 Connecting to Distributor 'H1P'

    2009-03-14 17:30:00.316 Connecting to OLE DB Distributor at datasource: 'H1P', location: '', catalog: '', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:00.457 OLE DB Distributor: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name:

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:00.472 OLE DB Distributor 'H1P': {call sp_MSgetversion }

    2009-03-14 17:30:00.519 OLE DB Distributor 'H1P': {call sp_helpdistpublisher (N'H1P') }

    2009-03-14 17:30:00.519 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:30:00.535 OLE DB Distributor 'H1P': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'H1P')

    2009-03-14 17:30:00.535 OLE DB Distributor 'H1P': {call sp_MShelp_merge_agentid (0,N'BD_SOFTLAB_P00',N'DIN_P02',null,N'BD_SOFTLAB_P02',90,N'H7')}

    2009-03-14 17:30:00.535 OLE DB Distributor 'H1P': {call sp_MShelp_profile (19, 4, N'')}

    2009-03-14 17:30:00.535 Percent Complete: 0

    2009-03-14 17:30:00.535 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:00.535 Initializing

    2009-03-14 17:30:00.535 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:00.550 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:00.550 OLE DB Publisher 'H1P': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:30:00.550 OLE DB Publisher 'H1P': {call sp_MSgetversion }

    2009-03-14 17:30:00.550 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:00.550 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:00.566 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:30:00.566 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:00.832 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:00.957 OLE DB Subscriber 'H7': {call sp_MSgetversion }

    2009-03-14 17:30:01.035 OLE DB Subscriber 'H7': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:30:01.113 Percent Complete: 0

    2009-03-14 17:30:01.113 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.113 Connecting to Publisher 'H1P'

    2009-03-14 17:30:01.113 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.113 Percent Complete: 0

    2009-03-14 17:30:01.113 Connecting to Subscriber 'H7'

    2009-03-14 17:30:01.113 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.144 Percent Complete: 0

    2009-03-14 17:30:01.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.144 Retrieving publication information

    2009-03-14 17:30:01.144 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.191 Percent Complete: 0

    2009-03-14 17:30:01.191 Retrieving subscription information.

    2009-03-14 17:30:01.191 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.707 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.738 Percent Complete: 0

    2009-03-14 17:30:01.738 Uploading data changes to the Publisher

    2009-03-14 17:30:01.738 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:01.925 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:02.129 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:02.254 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:02.254 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:02.254 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:02.425 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:02.566 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:30:02.566 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:30:02.582 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.629 Percent Complete: 0

    2009-03-14 17:30:02.629 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.629 Enumerating deletes in all articles

    2009-03-14 17:30:02.629 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.660 Percent Complete: 0

    2009-03-14 17:30:02.660 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:30:02.660 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.754 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.785 Percent Complete: 0

    2009-03-14 17:30:02.785 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.785 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:30:02.785 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.832 Percent Complete: 0

    2009-03-14 17:30:02.832 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.832 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:02.832 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.879 Percent Complete: 0

    2009-03-14 17:30:02.879 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.879 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:02.879 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.925 Percent Complete: 0

    2009-03-14 17:30:02.925 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.925 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:02.925 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.988 Percent Complete: 0

    2009-03-14 17:30:02.988 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:02.988 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:02.988 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.050 Percent Complete: 0

    2009-03-14 17:30:03.050 The merge process retried a total of 5 rows out of which 0 passed and 5 failed.

    2009-03-14 17:30:03.050 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.050 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.082 Percent Complete: 0

    2009-03-14 17:30:03.082 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {F529E561-6430-44D2-AE7A-303E3BAEB911} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:03.082 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.113 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.191 Percent Complete: 0

    2009-03-14 17:30:03.191 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {8DAC8AF1-1711-42F9-9810-43C5E0B8B98E} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:03.191 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.238 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.285 Percent Complete: 0

    2009-03-14 17:30:03.285 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {90C766C7-3658-44C1-8056-587379677509} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:03.285 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.332 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.379 Percent Complete: 0

    2009-03-14 17:30:03.379 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {09EC902C-659E-4ADD-8332-737CE7509F6A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:03.379 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.410 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.472 Percent Complete: 0

    2009-03-14 17:30:03.472 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {391042BC-67EE-4C3C-94D1-E1A72C1FABD5} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:03.472 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.550 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.613 Percent Complete: 0

    2009-03-14 17:30:03.613 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.613 Uploaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:30:03.613 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:03.660 Percent Complete: 0

    2009-03-14 17:30:03.660 Downloading data changes to the Subscriber

    2009-03-14 17:30:03.660 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.535 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.566 OLE DB Publisher 'H1P': {call sys.sp_MSmakegeneration (?)}

    2009-03-14 17:30:04.566 Percent Complete: 0

    2009-03-14 17:30:04.566 A query executing on Publisher 'H1P' failed because the connection was chosen as the victim in a deadlock. Please rerun the merge process if you still see this error after internal retries by the merge process.

    2009-03-14 17:30:04.566 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.660 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.707 Percent Complete: 0

    2009-03-14 17:30:04.707 Enumerating changes in filtered articles using Subscriber's assigned partition ID.

    2009-03-14 17:30:04.707 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.816 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.879 Percent Complete: 0

    2009-03-14 17:30:04.879 Enumerating deletes in all articles

    2009-03-14 17:30:04.879 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.910 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:04.941 Percent Complete: 0

    2009-03-14 17:30:04.941 Enumerating inserts and updates in article 'MOV_EX'

    2009-03-14 17:30:04.941 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:05.004 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:05.035 Percent Complete: 0

    2009-03-14 17:30:05.035 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:30:05.035 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:10.894 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:10.941 Percent Complete: 0

    2009-03-14 17:30:10.941 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:10.941 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'Internal Query Processor Error: The query processor encountered an unexpected error during execution.'.

    2009-03-14 17:30:10.941 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:10.988 Percent Complete: 0

    2009-03-14 17:30:10.988 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:10.988 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:30:10.988 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.050 Percent Complete: 0

    2009-03-14 17:30:11.050 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.066 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:30:11.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.097 Percent Complete: 0

    2009-03-14 17:30:11.097 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:30:11.097 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.254 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.285 Percent Complete: 0

    2009-03-14 17:30:11.285 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.285 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:30:11.285 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.332 Percent Complete: 0

    2009-03-14 17:30:11.332 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.332 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:11.332 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.379 Percent Complete: 0

    2009-03-14 17:30:11.379 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.379 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:11.379 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.410 Percent Complete: 0

    2009-03-14 17:30:11.410 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.410 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:11.410 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:11.441 Percent Complete: 0

    2009-03-14 17:30:11.441 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:30:11.457 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.722 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.754 Percent Complete: 0

    2009-03-14 17:30:31.754 The merge process retried a total of 9 rows out of which 0 passed and 9 failed.

    2009-03-14 17:30:31.754 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.832 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.863 Percent Complete: 0

    2009-03-14 17:30:31.863 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {FE1F8EB6-24CB-4410-B870-2E2115AAAC54} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:31.863 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.879 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.910 Percent Complete: 0

    2009-03-14 17:30:31.910 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {956B1B85-7C55-47A7-8E1C-36BF6E739381} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:31.910 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.910 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.957 Percent Complete: 0

    2009-03-14 17:30:31.957 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {7DD0B42E-4AF8-44AF-9943-8B9B499B5F08} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:31.957 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.957 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.988 Percent Complete: 0

    2009-03-14 17:30:31.988 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {17065754-2A5D-4F0F-9615-CB6CB37B0DBB} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:31.988 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:31.988 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.035 Percent Complete: 0

    2009-03-14 17:30:32.035 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0CD55FA3-6395-416E-9D3B-2B56930E6161} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:32.035 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.035 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.066 Percent Complete: 0

    2009-03-14 17:30:32.066 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {7CE70F38-5B58-42AE-911F-39C7BD6E992D} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:32.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.066 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.097 Percent Complete: 0

    2009-03-14 17:30:32.097 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9BD3EBA0-5DA4-4F40-A5E8-9A0BEF123536} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:32.097 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.097 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.129 Percent Complete: 0

    2009-03-14 17:30:32.129 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9157E571-3A0E-4C4C-9902-6AD9BB776F0A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:32.129 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.191 Percent Complete: 0

    2009-03-14 17:30:32.191 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0191D07A-50A9-4E68-8396-CFD8FF199059} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:30:32.191 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.269 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.300 Percent Complete: 0

    2009-03-14 17:30:32.300 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.300 Downloaded 0 change(s) in 'MOV_EX' (4 conflicts, 4 retried rows): 0 total

    2009-03-14 17:30:32.300 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.347 Percent Complete: 0

    2009-03-14 17:30:32.347 Downloaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:30:32.347 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.394 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:30:32.441 Percent Complete: 0

    2009-03-14 17:30:32.441 Merge completed after processing 0 data change(s) (0 insert(s), 0 update(s), 0 delete(s), 14 conflict(s)).

    2009-03-14 17:30:32.441 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    =============================================================

    Article Upload Statistics:

    ============================

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 100.00%

    Article Download Statistics:

    ============================

    MOV_EX:

    Conflicts: 4

    Rows Retried: 4

    Relative Cost: 97.56%

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 2.44%

    Session Statistics:

    ============================

    Upload Conflicts: 5

    Upload Rows Retried: 5

    Download Conflicts: 9

    Download Rows Retried: 9

    Deadlocks encountered: 1

    Change Delivery Time: 30 sec

    Schema Change and Bulk Insert Time: 0 sec

    Delivery Rate: 0.00 rows/sec

    Total Session Duration: 32 sec

    =============================================================

    2009-03-14 17:30:32.504 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:30:32.504 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:30:32.504 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:30:32.519 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:40:00.269 Microsoft SQL Server Merge Agent 9.00.3042.00

    2009-03-14 17:40:00.269 Copyright (c) 2005 Microsoft Corporation

    2009-03-14 17:40:00.269 Microsoft SQL Server Replication Agent: replmerg

    2009-03-14 17:40:00.269

    2009-03-14 17:40:00.269 The timestamps prepended to the output lines are expressed in terms of UTC time.

    2009-03-14 17:40:00.285 User-specified agent parameter values:

    -Publisher H1P

    -PublisherDB BD_SOFTLAB_P00

    -Publication DIN_P02

    -Subscriber H7

    -SubscriberDB BD_SOFTLAB_P02

    -Distributor H1P

    -DistributorSecurityMode 1

    -OutputVerboseLevel 2

    -Output C:\ReplOutput.txt

    -XJOBID 0x9A68C90421ECB44592457F1F5576B3E2

    -XJOBNAME H1P-BD_SOFTLAB_P00-DIN_P02-H7-19

    -XSTEPID 2

    -XSUBSYSTEM Merge

    -XSERVER H1P

    -XCMDLINE 0

    -XCancelEventHandle 00000E9C

    -XParentProcessHandle 00000F4C

    2009-03-14 17:40:00.363 Percent Complete: 0

    2009-03-14 17:40:00.363 Connecting to Distributor 'H1P'

    2009-03-14 17:40:00.379 Connecting to OLE DB Distributor at datasource: 'H1P', location: '', catalog: '', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:00.472 OLE DB Distributor: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name:

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': {call sp_MSgetversion }

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': {call sp_helpdistpublisher (N'H1P') }

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'H1P')

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': {call sp_MShelp_merge_agentid (0,N'BD_SOFTLAB_P00',N'DIN_P02',null,N'BD_SOFTLAB_P02',90,N'H7')}

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': {call sp_MShelp_profile (19, 4, N'')}

    2009-03-14 17:40:00.472 Percent Complete: 0

    2009-03-14 17:40:00.472 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:00.472 Initializing

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:00.472 Percent Complete: 0

    2009-03-14 17:40:00.472 Connecting to Publisher 'H1P'

    2009-03-14 17:40:00.472 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:00.472 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:00.472 OLE DB Publisher 'H1P': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:40:00.472 OLE DB Publisher 'H1P': {call sp_MSgetversion }

    2009-03-14 17:40:00.488 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:00.488 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:00.488 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:40:00.488 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:00.769 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:00.910 OLE DB Subscriber 'H7': {call sp_MSgetversion }

    2009-03-14 17:40:00.988 OLE DB Subscriber 'H7': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:40:01.019 Percent Complete: 0

    2009-03-14 17:40:01.019 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:01.019 Connecting to Subscriber 'H7'

    2009-03-14 17:40:01.019 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:01.066 Percent Complete: 0

    2009-03-14 17:40:01.066 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:01.066 Retrieving publication information

    2009-03-14 17:40:01.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:01.113 Percent Complete: 0

    2009-03-14 17:40:01.113 Retrieving subscription information.

    2009-03-14 17:40:01.113 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:01.504 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:01.535 Percent Complete: 0

    2009-03-14 17:40:01.535 Uploading data changes to the Publisher

    2009-03-14 17:40:01.535 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:01.738 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:01.925 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:02.019 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:02.035 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:02.035 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:02.222 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:02.332 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:02.332 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:02.332 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.363 Percent Complete: 0

    2009-03-14 17:40:02.363 Enumerating deletes in all articles

    2009-03-14 17:40:02.363 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.457 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.504 Percent Complete: 0

    2009-03-14 17:40:02.504 Enumerating inserts and updates in article 'MOV_EX'

    2009-03-14 17:40:02.504 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.597 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.629 Percent Complete: 0

    2009-03-14 17:40:02.629 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:40:02.629 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.785 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.832 Percent Complete: 0

    2009-03-14 17:40:02.832 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.832 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:40:02.832 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.879 Percent Complete: 0

    2009-03-14 17:40:02.879 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.879 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:02.879 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.957 Percent Complete: 0

    2009-03-14 17:40:02.957 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:02.957 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:02.957 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.004 Percent Complete: 0

    2009-03-14 17:40:03.004 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.004 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:03.004 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.066 Percent Complete: 0

    2009-03-14 17:40:03.066 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:03.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.066 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.097 Percent Complete: 0

    2009-03-14 17:40:03.097 The merge process retried a total of 5 rows out of which 0 passed and 5 failed.

    2009-03-14 17:40:03.097 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.097 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.144 Percent Complete: 0

    2009-03-14 17:40:03.144 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {F529E561-6430-44D2-AE7A-303E3BAEB911} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:03.144 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.175 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.207 Percent Complete: 0

    2009-03-14 17:40:03.207 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {8DAC8AF1-1711-42F9-9810-43C5E0B8B98E} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:03.207 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.269 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.316 Percent Complete: 0

    2009-03-14 17:40:03.316 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {90C766C7-3658-44C1-8056-587379677509} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:03.316 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.363 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.410 Percent Complete: 0

    2009-03-14 17:40:03.410 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {09EC902C-659E-4ADD-8332-737CE7509F6A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:03.410 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.441 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.488 Percent Complete: 0

    2009-03-14 17:40:03.488 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {391042BC-67EE-4C3C-94D1-E1A72C1FABD5} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:03.488 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.613 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.660 Percent Complete: 0

    2009-03-14 17:40:03.660 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.660 Uploaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:40:03.660 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.691 Percent Complete: 0

    2009-03-14 17:40:03.707 Downloading data changes to the Subscriber

    2009-03-14 17:40:03.707 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.847 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:03.941 Percent Complete: 0

    2009-03-14 17:40:03.941 Enumerating changes in filtered articles using Subscriber's assigned partition ID.

    2009-03-14 17:40:03.941 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:04.066 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:04.129 Percent Complete: 0

    2009-03-14 17:40:04.129 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:04.129 Enumerating deletes in all articles

    2009-03-14 17:40:04.129 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:04.160 Percent Complete: 0

    2009-03-14 17:40:04.160 Enumerating inserts and updates in article 'MEDICO'

    2009-03-14 17:40:04.160 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:04.332 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:04.363 Percent Complete: 0

    2009-03-14 17:40:04.363 Enumerating inserts and updates in article 'MOV_EX'

    2009-03-14 17:40:04.363 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:04.441 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:05.254 Percent Complete: 0

    2009-03-14 17:40:05.254 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:40:05.254 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:11.972 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:12.082 Percent Complete: 0

    2009-03-14 17:40:12.082 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:12.082 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'Internal Query Processor Error: The query processor encountered an unexpected error during execution.'.

    2009-03-14 17:40:12.082 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:12.113 Percent Complete: 0

    2009-03-14 17:40:12.129 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:12.129 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:40:12.129 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:12.769 Percent Complete: 0

    2009-03-14 17:40:12.769 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:12.769 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:40:12.769 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:12.925 Percent Complete: 0

    2009-03-14 17:40:12.925 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:40:12.925 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.082 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.129 Percent Complete: 0

    2009-03-14 17:40:13.129 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.129 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:40:13.129 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.144 Percent Complete: 0

    2009-03-14 17:40:13.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.144 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:13.160 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.207 Percent Complete: 0

    2009-03-14 17:40:13.207 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.207 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:13.207 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.238 Percent Complete: 0

    2009-03-14 17:40:13.238 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.238 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:13.238 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:13.316 Percent Complete: 0

    2009-03-14 17:40:13.316 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:13.316 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.675 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.769 Percent Complete: 0

    2009-03-14 17:40:26.769 The merge process retried a total of 9 rows out of which 0 passed and 9 failed.

    2009-03-14 17:40:26.769 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.816 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.863 Percent Complete: 0

    2009-03-14 17:40:26.863 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {FE1F8EB6-24CB-4410-B870-2E2115AAAC54} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:26.863 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.863 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.925 Percent Complete: 0

    2009-03-14 17:40:26.925 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {956B1B85-7C55-47A7-8E1C-36BF6E739381} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:26.925 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.925 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.957 Percent Complete: 0

    2009-03-14 17:40:26.957 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {17065754-2A5D-4F0F-9615-CB6CB37B0DBB} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:26.957 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:26.957 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.035 Percent Complete: 0

    2009-03-14 17:40:27.035 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {7DD0B42E-4AF8-44AF-9943-8B9B499B5F08} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:27.035 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.035 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.066 Percent Complete: 0

    2009-03-14 17:40:27.066 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0CD55FA3-6395-416E-9D3B-2B56930E6161} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:27.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.066 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.097 Percent Complete: 0

    2009-03-14 17:40:27.097 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {7CE70F38-5B58-42AE-911F-39C7BD6E992D} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:27.097 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.097 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.144 Percent Complete: 0

    2009-03-14 17:40:27.144 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9BD3EBA0-5DA4-4F40-A5E8-9A0BEF123536} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:27.144 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.207 Percent Complete: 0

    2009-03-14 17:40:27.207 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9157E571-3A0E-4C4C-9902-6AD9BB776F0A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:27.207 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.207 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.254 Percent Complete: 0

    2009-03-14 17:40:27.254 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0191D07A-50A9-4E68-8396-CFD8FF199059} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:27.254 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.379 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.410 Percent Complete: 0

    2009-03-14 17:40:27.410 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.410 Downloaded 0 change(s) in 'MOV_EX' (6 conflicts, 4 retried rows): 0 total

    2009-03-14 17:40:27.410 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.472 Percent Complete: 0

    2009-03-14 17:40:27.472 Downloaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:40:27.472 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.535 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:27.582 Percent Complete: 0

    2009-03-14 17:40:27.582 Merge completed after processing 0 data change(s) (0 insert(s), 0 update(s), 0 delete(s), 16 conflict(s)).

    2009-03-14 17:40:27.582 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    =============================================================

    Article Upload Statistics:

    ============================

    MOV_EX:

    Relative Cost: 5.27%

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 94.73%

    Article Download Statistics:

    ============================

    MEDICO:

    Relative Cost: 0.07%

    MOV_EX:

    Conflicts: 6

    Rows Retried: 4

    Relative Cost: 96.04%

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 3.89%

    Session Statistics:

    ============================

    Upload Conflicts: 5

    Upload Rows Retried: 5

    Download Conflicts: 11

    Download Rows Retried: 9

    Change Delivery Time: 25 sec

    Schema Change and Bulk Insert Time: 0 sec

    Delivery Rate: 0.00 rows/sec

    Total Session Duration: 27 sec

    =============================================================

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.613 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:40:27.629 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:40:27.629 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:40:49.550 Microsoft SQL Server Merge Agent 9.00.3042.00

    2009-03-14 17:40:49.550 Copyright (c) 2005 Microsoft Corporation

    2009-03-14 17:40:49.550 Microsoft SQL Server Replication Agent: replmerg

    2009-03-14 17:40:49.550

    2009-03-14 17:40:49.550 The timestamps prepended to the output lines are expressed in terms of UTC time.

    2009-03-14 17:40:49.550 User-specified agent parameter values:

    -Publisher H1P

    -PublisherDB BD_SOFTLAB_P00

    -Publication DIN_P02

    -Subscriber H7

    -SubscriberDB BD_SOFTLAB_P02

    -Distributor H1P

    -DistributorSecurityMode 1

    -OutputVerboseLevel 2

    -Output C:\ReplOutput.txt

    -XJOBID 0x9A68C90421ECB44592457F1F5576B3E2

    -XJOBNAME H1P-BD_SOFTLAB_P00-DIN_P02-H7-19

    -XSTEPID 2

    -XSUBSYSTEM Merge

    -XSERVER H1P

    -XCMDLINE 0

    -XCancelEventHandle 00000D24

    -XParentProcessHandle 0000046C

    2009-03-14 17:40:49.566 Percent Complete: 0

    2009-03-14 17:40:49.566 Connecting to Distributor 'H1P'

    2009-03-14 17:40:49.566 Connecting to OLE DB Distributor at datasource: 'H1P', location: '', catalog: '', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:49.629 OLE DB Distributor: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name:

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': {call sp_MSgetversion }

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': {call sp_helpdistpublisher (N'H1P') }

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'H1P')

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': {call sp_MShelp_merge_agentid (0,N'BD_SOFTLAB_P00',N'DIN_P02',null,N'BD_SOFTLAB_P02',90,N'H7')}

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': {call sp_MShelp_profile (19, 4, N'')}

    2009-03-14 17:40:49.644 Percent Complete: 0

    2009-03-14 17:40:49.644 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:49.644 Initializing

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:49.644 Percent Complete: 0

    2009-03-14 17:40:49.644 Connecting to Publisher 'H1P'

    2009-03-14 17:40:49.644 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:49.644 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:49.644 OLE DB Publisher 'H1P': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:40:49.644 OLE DB Publisher 'H1P': {call sp_MSgetversion }

    2009-03-14 17:40:49.644 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:49.660 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:49.660 OLE DB Distributor 'H1P': {call sp_MShelp_repl_agent (N'H1P', N'BD_SOFTLAB_P00', N'DIN_P02', N'H7', N'BD_SOFTLAB_P02', 1)}

    2009-03-14 17:40:49.660 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:49.879 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:49.957 OLE DB Subscriber 'H7': {call sp_MSgetversion }

    2009-03-14 17:40:50.004 OLE DB Subscriber 'H7': 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',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off

    2009-03-14 17:40:50.050 Percent Complete: 0

    2009-03-14 17:40:50.050 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:50.050 Connecting to Subscriber 'H7'

    2009-03-14 17:40:50.050 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:50.113 Percent Complete: 0

    2009-03-14 17:40:50.113 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:50.113 Retrieving publication information

    2009-03-14 17:40:50.113 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:50.160 Percent Complete: 0

    2009-03-14 17:40:50.160 Retrieving subscription information.

    2009-03-14 17:40:50.160 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:50.707 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:50.738 Percent Complete: 0

    2009-03-14 17:40:50.738 Uploading data changes to the Publisher

    2009-03-14 17:40:50.738 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:51.129 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:51.347 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:51.441 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:51.441 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:51.441 Connecting to OLE DB Subscriber at datasource: 'H7', location: '', catalog: 'BD_SOFTLAB_P02', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:51.816 OLE DB Subscriber: H7

    DBMS: Microsoft SQL Server

    Version: 09.00.1399

    catalog name: BD_SOFTLAB_P02

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:51.910 Connecting to OLE DB Publisher at datasource: 'H1P', location: '', catalog: 'BD_SOFTLAB_P00', providerstring: '' using provider 'SQLNCLI'

    2009-03-14 17:40:51.910 OLE DB Publisher: H1P

    DBMS: Microsoft SQL Server

    Version: 09.00.3042

    catalog name: BD_SOFTLAB_P00

    user name: dbo

    API conformance: 0

    SQL conformance: 0

    transaction capable: 1

    read only: F

    identifier quote char: "

    non_nullable_columns: 0

    owner usage: 15

    max table name len: 128

    max column name len: 128

    need long data len:

    max columns in table: 1000

    max columns in index: 16

    max char literal len: 131072

    max statement len: 131072

    max row size: 131072

    2009-03-14 17:40:51.910 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:51.941 Percent Complete: 0

    2009-03-14 17:40:51.941 Enumerating deletes in all articles

    2009-03-14 17:40:51.957 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.019 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.097 Percent Complete: 0

    2009-03-14 17:40:52.097 Enumerating inserts and updates in article 'MOV_EX'

    2009-03-14 17:40:52.097 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.488 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.566 Percent Complete: 0

    2009-03-14 17:40:52.566 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:40:52.566 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.722 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.816 Percent Complete: 0

    2009-03-14 17:40:52.816 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.816 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:40:52.816 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.847 Percent Complete: 0

    2009-03-14 17:40:52.847 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.847 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:52.847 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.972 Percent Complete: 0

    2009-03-14 17:40:52.972 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:52.972 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:52.972 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.035 Percent Complete: 0

    2009-03-14 17:40:53.035 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.035 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:53.035 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.097 Percent Complete: 0

    2009-03-14 17:40:53.097 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:40:53.097 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.097 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.144 Percent Complete: 0

    2009-03-14 17:40:53.144 The merge process retried a total of 5 rows out of which 0 passed and 5 failed.

    2009-03-14 17:40:53.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.144 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.207 Percent Complete: 0

    2009-03-14 17:40:53.207 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {F529E561-6430-44D2-AE7A-303E3BAEB911} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:53.207 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.238 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.300 Percent Complete: 0

    2009-03-14 17:40:53.300 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {8DAC8AF1-1711-42F9-9810-43C5E0B8B98E} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:53.300 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.347 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.394 Percent Complete: 0

    2009-03-14 17:40:53.394 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {90C766C7-3658-44C1-8056-587379677509} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:53.394 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.410 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.457 Percent Complete: 0

    2009-03-14 17:40:53.457 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {09EC902C-659E-4ADD-8332-737CE7509F6A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:53.457 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.504 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.550 Percent Complete: 0

    2009-03-14 17:40:53.550 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {391042BC-67EE-4C3C-94D1-E1A72C1FABD5} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:40:53.550 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.597 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.629 Percent Complete: 0

    2009-03-14 17:40:53.629 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.629 Uploaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:40:53.629 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.675 Percent Complete: 0

    2009-03-14 17:40:53.675 Downloading data changes to the Subscriber

    2009-03-14 17:40:53.675 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.785 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.832 Percent Complete: 0

    2009-03-14 17:40:53.832 Enumerating changes in filtered articles using Subscriber's assigned partition ID.

    2009-03-14 17:40:53.832 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.925 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:53.988 Percent Complete: 0

    2009-03-14 17:40:53.988 Enumerating deletes in all articles

    2009-03-14 17:40:53.988 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:54.035 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:54.066 Percent Complete: 0

    2009-03-14 17:40:54.066 Enumerating inserts and updates in article 'MEDICO'

    2009-03-14 17:40:54.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:54.191 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:54.222 Percent Complete: 0

    2009-03-14 17:40:54.222 Enumerating inserts and updates in article 'MOV_EX'

    2009-03-14 17:40:54.222 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:54.269 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:40:54.300 Percent Complete: 0

    2009-03-14 17:40:54.316 Enumerating inserts and updates in article 'RES_EX'

    2009-03-14 17:40:54.316 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:01.785 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.035 Percent Complete: 0

    2009-03-14 17:41:03.035 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.035 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'Internal Query Processor Error: The query processor encountered an unexpected error during execution.'.

    2009-03-14 17:41:03.035 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.082 Percent Complete: 0

    2009-03-14 17:41:03.082 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.082 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:41:03.082 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.144 Percent Complete: 0

    2009-03-14 17:41:03.144 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.144 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:41:03.144 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.191 Percent Complete: 0

    2009-03-14 17:41:03.191 The merge process is retrying a failed operation made to article 'MOV_EX' - Reason: 'The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the database engine. '.

    2009-03-14 17:41:03.191 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.347 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.394 Percent Complete: 0

    2009-03-14 17:41:03.394 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.394 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'Violation of PRIMARY KEY constraint 'XPKRES_EX'. Cannot insert duplicate key in object 'dbo.RES_EX'.'.

    2009-03-14 17:41:03.394 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.472 Percent Complete: 0

    2009-03-14 17:41:03.472 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.472 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:41:03.472 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.504 Percent Complete: 0

    2009-03-14 17:41:03.504 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.504 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:41:03.504 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.550 Percent Complete: 0

    2009-03-14 17:41:03.550 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.550 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:41:03.550 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:03.613 Percent Complete: 0

    2009-03-14 17:41:03.613 The merge process is retrying a failed operation made to article 'RES_EX' - Reason: 'The merge process was unable to synchronize the row.'.

    2009-03-14 17:41:03.613 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.488 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.535 Percent Complete: 0

    2009-03-14 17:41:36.535 The merge process retried a total of 9 rows out of which 0 passed and 9 failed.

    2009-03-14 17:41:36.535 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.597 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.644 Percent Complete: 0

    2009-03-14 17:41:36.644 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {FE1F8EB6-24CB-4410-B870-2E2115AAAC54} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.644 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.644 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.675 Percent Complete: 0

    2009-03-14 17:41:36.675 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {956B1B85-7C55-47A7-8E1C-36BF6E739381} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.675 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.691 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.722 Percent Complete: 0

    2009-03-14 17:41:36.722 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {7DD0B42E-4AF8-44AF-9943-8B9B499B5F08} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.722 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.722 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.754 Percent Complete: 0

    2009-03-14 17:41:36.754 The change for the row with article nickname 328048000 (MOV_EX), rowguidcol {17065754-2A5D-4F0F-9615-CB6CB37B0DBB} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.754 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.754 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.785 Percent Complete: 0

    2009-03-14 17:41:36.785 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0CD55FA3-6395-416E-9D3B-2B56930E6161} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.800 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.800 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.832 Percent Complete: 0

    2009-03-14 17:41:36.832 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {7CE70F38-5B58-42AE-911F-39C7BD6E992D} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.832 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.832 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.863 Percent Complete: 0

    2009-03-14 17:41:36.863 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9BD3EBA0-5DA4-4F40-A5E8-9A0BEF123536} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.863 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.863 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.894 Percent Complete: 0

    2009-03-14 17:41:36.894 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {9157E571-3A0E-4C4C-9902-6AD9BB776F0A} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.894 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.894 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:36.941 Percent Complete: 0

    2009-03-14 17:41:36.941 The change for the row with article nickname 348048000 (RES_EX), rowguidcol {0191D07A-50A9-4E68-8396-CFD8FF199059} could not be applied at the destination. Further information about the failure reason can be found in the conflict logging tables.

    2009-03-14 17:41:36.941 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:37.019 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:37.066 Percent Complete: 0

    2009-03-14 17:41:37.066 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:37.066 Downloaded 0 change(s) in 'MOV_EX' (6 conflicts, 4 retried rows): 0 total

    2009-03-14 17:41:37.066 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:37.113 Percent Complete: 0

    2009-03-14 17:41:37.113 Downloaded 0 change(s) in 'RES_EX' (5 conflicts, 5 retried rows): 0 total

    2009-03-14 17:41:37.113 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:37.175 OLE DB Subscriber 'H7': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    2009-03-14 17:41:37.207 Percent Complete: 0

    2009-03-14 17:41:37.207 Merge completed after processing 0 data change(s) (0 insert(s), 0 update(s), 0 delete(s), 16 conflict(s)).

    2009-03-14 17:41:37.207 OLE DB Distributor 'H1P': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

    =============================================================

    Article Upload Statistics:

    ============================

    MOV_EX:

    Relative Cost: 27.80%

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 72.20%

    Article Download Statistics:

    ============================

    MEDICO:

    Relative Cost: 0.04%

    MOV_EX:

    Conflicts: 6

    Rows Retried: 4

    Relative Cost: 98.27%

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 1.69%

    Session Statistics:

    ============================

    Upload Conflicts: 5

    Upload Rows Retried: 5

    Download Conflicts: 11

    Download Rows Retried: 9

    Change Delivery Time: 46 sec

    Schema Change and Bulk Insert Time: 0 sec

    Delivery Rate: 0.00 rows/sec

    Total Session Duration: 47 sec

    =============================================================

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Subscriber 'H7'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Publisher 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:41:37.238 Disconnecting from OLE DB Distributor 'H1P'

    2009-03-14 17:49:06.113 The timestamps prepended to the output lines are expressed in terms of UTC time.

    2009-03-14 17:49:06.113 User-specified agent parameter values:

    -Publisher H1P

    -PublisherDB BD_SOFTLAB_P00

    -Publication DIN_P02

    -Subscriber H7

    -SubscriberDB BD_SOFTLAB_P02

    -Distributor H1P

    -DistributorSecurityMode 1

    -OutputVerboseLevel 0

    -Output C:\ReplOutput.txt

    -XJOBID 0x9A68C90421ECB44592457F1F5576B3E2

    -XJOBNAME H1P-BD_SOFTLAB_P00-DIN_P02-H7-19

    -XSTEPID 2

    -XSUBSYSTEM Merge

    -XSERVER H1P

    -XCMDLINE 0

    -XCancelEventHandle 00000B3C

    -XParentProcessHandle 00000E5C

    2009-03-14 17:49:06.207 Initializing

    =============================================================

    Article Upload Statistics:

    ============================

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 100.00%

    Article Download Statistics:

    ============================

    MOV_EX:

    Conflicts: 6

    Rows Retried: 4

    Relative Cost: 98.07%

    RES_EX:

    Conflicts: 5

    Rows Retried: 5

    Relative Cost: 1.93%

    Session Statistics:

    ============================

    Upload Conflicts: 5

    Upload Rows Retried: 5

    Download Conflicts: 11

    Download Rows Retried: 9

    Change Delivery Time: 36 sec

    Schema Change and Bulk Insert Time: 0 sec

    Delivery Rate: 0.00 rows/sec

    Total Session Duration: 37 sec

    =============================================================

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply