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

The merge process could not access row data at the ''Subscriber''.

0
0
Hi,

We have a diversified enviroment.
It is composed by 194 publishers and the total of 209 subscribers.
The publisher and distribuitor both are SQLSERVER 2008 R2.
As subscribers we have 2008r2 and 2000. 
We separated the total of tables in some publishers to be more organized.
The problem is that all subscribers of one publisher is returning an error.
The subscribers are 12 with sqlserver 2000 and 1 with sqlserver 2008 r2.
Our team tried all templates on sql profiler, and no solution was found.
We searched and we didnt find any that look like ours, with a 2000-2008 replication.
If it was a connection problem, would be in all (or maybe some) others publishers?
We noticed that is with one single table that it stops.
But we have no clue of what is the next step to find this solution.
The 2000's error is:The merge process could not enumerate changes at the 'Subscriber'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. 
The 2008's error is: The Merge Agent failed after detecting that retention-based metadata cleanup has deleted metadata at the Publisher for changes not yet sent to the Subscriber. You must reinitialize the subscription (without upload).  
Do you have any suggestions?

Thanks.

script failur on user defined table type

0
0

I have transaction replication configured.  but while creating initial snapshot, replication agent fails:

script failed for UserDefined Table Type 'dbo.InvoiceShippersList'.

I can not find this table anywhere in the database.  How can I find what view / stored procedure is trying to create this table to reference the table type?

Here is full error details:

Error messages:

<dir><dir></dir>

Source: Microsoft.SqlServer.Smo

Target Site: System.Collections.Generic.IEnumerable`1[System.String] ScriptWithList(Microsoft.SqlServer.Management.Smo.DependencyCollection, Microsoft.SqlServer.Management.Smo.SqlSmoObject[], Boolean)

Message: Script failed for UserDefinedTableType 'dbo.InvoiceShippersList'.

Stack:    at Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(DependencyCollection depList, SqlSmoObject[] objects, Boolean discoveryRequired)

   at Microsoft.SqlServer.Management.Smo.Scripter.EnumScriptWithList(SqlSmoObject[] objects)

   at Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(SqlSmoObject[] objects)

   at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.ScriptOneTextModeOffObject(Scripter scripter, TextWriter scriptFileStream, SqlSmoObject smoObject, Boolean generatePlaceholderImplementationForObjectPotentiallyReferencingFullTextFunctions, Boolean quotedIdentifierStatus)

   at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.ScriptQuotedIdentifierOnObjects(Scripter scripter, SqlSmoObject[] smoObjectList)

   at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.GenerateNonArticleObjectSchScript(NonArticleSmoObjectWrapper nonArticleObjectWrapper, SqlSmoObject smoObject, Scripter scripter, Boolean quotedIdentifierOn)

   at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.GenerateNonArticleObjectScripts(ArticleScriptingBundle articleScriptingBundle)

   at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.GenerateObjectScripts(ArticleScriptingBundle articleScriptingBundle)

   at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.DoScripting()

   at Microsoft.SqlServer.Replication.Snapshot.SqlServerSnapshotProvider.DoScripting()

   at Microsoft.SqlServer.Replication.Snapshot.SqlServerSnapshotProvider.GenerateSnapshot()

   at Microsoft.SqlServer.Replication.SnapshotGenerationAgent.InternalRun()

   at Microsoft.SqlServer.Replication.AgentCore.Run() (Source: Microsoft.SqlServer.Smo, Error number: 0)

Get help: http://help/0

Source: Microsoft.SqlServer.Smo

Target Site: Void CheckTargetVersion(Microsoft.SqlServer.Management.Smo.SqlServerVersionInternal, Microsoft.SqlServer.Management.Smo.SqlServerVersionInternal, System.String)

Message: Error with User Defined Table Type [InvoiceShippersList].  User Defined Table Types are not supported in SQL Server 2005.

Stack:    at Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckTargetVersion(SqlServerVersionInternal targetVersion, SqlServerVersionInternal upperLimit, String exceptionText)

   at Microsoft.SqlServer.Management.Smo.UserDefinedTableType.ScriptCreate(StringCollection query, ScriptingPreferences sp)

   at Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptCreateInternal(StringCollection query, ScriptingPreferences sp, Boolean skipPropagateScript)

   at Microsoft.SqlServer.Management.Smo.ScriptMaker.ScriptCreateObject(Urn urn, ScriptingPreferences sp, ObjectScriptingType& scriptType)

   at Microsoft.SqlServer.Management.Smo.ScriptMaker.ScriptCreate(Urn urn, ScriptingPreferences sp, ObjectScriptingType& scriptType)

   at Microsoft.SqlServer.Management.Smo.ScriptMaker.ScriptCreateObjects(IEnumerable`1 urns)

   at Microsoft.SqlServer.Management.Smo.ScriptMaker.ScriptUrns(List`1 orderedUrns)

   at Microsoft.SqlServer.Management.Smo.ScriptMaker.DiscoverOrderScript(IEnumerable`1 urns)

   at Microsoft.SqlServer.Management.Smo.ScriptMaker.ScriptWorker(List`1 urns, ISmoScriptWriter writer)

   at Microsoft.SqlServer.Management.Smo.ScriptMaker.Script(DependencyCollection depList, SqlSmoObject[] objects, ISmoScriptWriter writer)

   at Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithListWorker(DependencyCollection depList, SqlSmoObject[] objects, Boolean discoveryRequired)

   at Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(DependencyCollection depList, SqlSmoObject[] objects, Boolean discoveryRequired) (Source: Microsoft.SqlServer.Smo, Error number: 0)

Get help: http://help/0

</dir>

Merge Replication - Delete Operation Failure on Subsciber reported as "This failure can be caused by a constraint violation. Unable to synchronize the row because the row was updated by a different process outside of replication."

0
0

Hi all,

The merge replication on the table in question works fine for Updates and Inserts which I can see in replication monitor but when deletes occur I get this error when merge replication tries to delete the row on the subscriber.

Please note that below is a screenshot showing that referenced objects for deletions are correct and I have verified that the objects are present etc , all of that look Ok.

I tracked through the objects and tried to manually recall replication to deleted the row on the subscriber with the call

exec

[dbo].[MSmerge_del_sp_F76ED4C8192B4AA26845A21483954514]1,null,'820f2006-1529-e511-9403-40f2e9249f9a'

and that went through with no error and it looks like replication is no longer retrying to run the delete and subsequently causing another conflict to tick for this row.

My question is, having a look at the tombstone records below (Publisher is first and then the Subscriber) given that the generation and lineage are different, is this the cause?

Like I said Inserts and Updates go through to the subscriber with No issue and work fine, its just when delete operations get called it seems that this error gets raised.

Any advice appreciated.

Kind regards,

Matt


SQL Server 2012 Mirroring with Witness Support on Standard Edition

0
0

Dear All,

Is it supported to use Witness Server on SQL Server 2012 mirroring with Standard edition license?

We have configured 2 SQL Server 2012 Standard edition mirroring. When we tried to use Witness Server with SQL Server 2012 Express edition, it failed to connect with Witness server. All servers are on the same domain and the same subnet. No firewall on network on OS applied. Netstat result on Witness server always displays TIME_WAIT status on port TCP 5022.

Hence, mirroring setting only support no automatic failover between those two SQL Servers.

Thanks a lot for your help.

sp_MSrestoresavedforeignkeys do not restore all FK when pushing a snapshot

0
0

Hi,

sp_MSrestoresavedforeignkeys do not restore FK which relay on unique index.
Here is an example :
I have 2 tables With a FK between them. The FK relays on unique index.

(parent table tblACConfigurations is replicated) :

CREATE TABLE [dbo].[tblACConfigurations](
 [iConfigurationId] [INT] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
 [iClientId] [INT] NOT NULL,
 [vcConfigurationDesc] [VARCHAR](255) NULL,
 CONSTRAINT [PK_tblACConfigurations] PRIMARY KEY NONCLUSTERED
(
 [iConfigurationId] ASC
))
CREATE UNIQUE CLUSTERED INDEX [idx_tblACConfigurations_ConfigClient] ON [dbo].[tblACConfigurations]
(
 [iConfigurationId] ASC,
 [iClientId] ASC
)
GO
CREATE TABLE [dbo].[tblLocationConfigurations](
 [iLocationId] [int] NOT NULL,
 [iConfigurationId] [int] NOT NULL,
 [iClientId] [int] NOT NULL,
 CONSTRAINT [PK_tblLocationConfigurations] PRIMARY KEY CLUSTERED
(
 [iLocationId] ASC,
 [iConfigurationId] ASC,
 [iClientId] ASC
))
GO
ALTER TABLE [dbo].[tblLocationConfigurations]
    ADD CONSTRAINT [FK_tblLocationConfigurations_iConfigurationId_iClientId_tblACConfigurations_iConfigurationId_iClientId] FOREIGN KEY ([iConfigurationId], [iClientId]) REFERENCES [dbo].[tblACConfigurations] ([iConfigurationId], [iClientId]) ON DELETE NO ACTION ON UPDATE NO ACTION NOT FOR REPLICATION;
Go

 

When pushing a snapshot sql server executes the following :

EXEC dbo.sp_MSdropfkreferencingarticle @destination_object_name = N'tblACConfigurations', @destination_owner_name = N'dbo'

 

and then

exec sys.sp_MSrestoresavedforeignkeys

 

The problem is that the FK is not restored. The cause of this problem is that before sqlServer (in sp_MSrestoresavedforeignkeys) restores a FK it does some checks :

1.Is the foreign key already present?
2.Is the referencing table present?
3.Is the referenced table present?
4.Are all the referencing columns present?
5.Are all the referenced columns present?
6.Is there a candidate referenced index key present?   -  This is the reason my FK is not restored. Not all columns in the FK include in sys.key_constraints.
Is it a bug ?

 

BTW : I understand the design is bad, but it is an old database.


Regards, Asi Pesa

Distribution agent stops when SubscriptionStream value changed from defalut

0
0

I have Transactional replication. Every time I tried to use more than one stream we get errors. Distribution Agent stops and doesn't run unless we restart distribution agent. I am using SubscriptionStream value 8.I have tried to use different value but same outcome.Default value which is 1 is fine with no errors.

Seems like if one thread gets blocked , all other thread fails which is expected. but after distribution agent doesn't start. I have found article for SQL 2005 and looks like there is hotfix to resolve this issue in SQL 2005.I couldn't find anything related to SQL 2008 R2.Any help would be really appreciated.

https://support.microsoft.com/en-us/kb/934188<o:p></o:p>

Error Message:

Command attempted:<o:p></o:p>

select spid, blocked, lastwaittype from sysprocesses where
'~76~~77~~78~~80~~82~~87~' like '%~' + cast (spid as nvarchar)+ '~%' 
              
and '~76~~77~~78~~80~~82~~87~' like '%~' + cast (blocked as nvarchar)+ '~%'
<o:p></o:p>

 Error messages:<o:p></o:p>

·         Invalid object name 'sysprocesses'. (Source: MSSQLServer, Error
number: 208)

Get help: http://help/208
<o:p></o:p>

·         Invalid object name 'sysprocesses'. (Source: MSSQLServer, Error
number: 208)

Get help: http://help/208
<o:p></o:p>

Parameter -  SubscriptionStreams , Value - 8

Replication - Transactional replication

Publisher - SQL Server 2008 R2 sp2 Enterprise

Distributor - SQL Server 2014 SP1 Standard

Subscriber - SQL Server 2008 R2 SP2 Enterprise

any substitute for 'sp_removesrvreplication' to remove orphan replication without any errors.

0
0

Is there any substitute for 'sp_removesrvreplication' ? There are some generic errors which usually comes when we run sp_removesrvreplication however we do not want any erros and it should be clean.

Following are the generic errors

Could not find stored procedure 'DBNAME.sys.sp_MSdrop_mergesystables @whattodrop=3'

 


aa

Transactional replication (snapshot) when column order does not match on target

0
0

Have a weird problem at a client -  2 sites are doing transactional replication to a 3rd.  The table on site 1 and 3 has the same columns in the same order, the 2nd site has the same columns in a different order.  Filter is used so that when a site resnapshots the common target the target data is deleted using the filter and then the snapshot does the BCP to the target.

  Not too surprisingly the site 2 snapshot application is failing with a fieldsize error - most likely because it is trying to insert the wrong data in the wrong field.

  Anyone know of a clever way around this other than fixing the column order on site 2?

Sources are 2012 and target is 2005 if that matters


Chuck Pedretti | Magenic – North Region | magenic.com


Merge replication errors

0
0
Hello everyone, please excuse my bad english since it is not my first language,

I'm in need of help with my merge replication it was working well and then someone added a column to one of the articles and it started giving errors.

I tried re-doing the whole merge again, and it worked well for the weekend with minimal uploads and downloads, but coming monday as more users started working with the database it started failing again.

I have also tried reinitializing, creating a new snapshot. Again it worked well without errors, until more users got to work, errors began.

I ran replmerg with -OutputVerboseLevel 4 -Output G:\repl_log4.txt and I got the log, but I can't pinpoint the problem. I can see this kind of messages right before the error:

2015-08-24 16:51:17.678 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,1,'70E745CA-740F-4EC0-BBFA-C73FD7F358CC')}
2015-08-24 16:51:17.685 The merge process could not enumerate changes at the 'Publisher'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. 

then:

2015-08-24 16:51:17.694 The merge process could not retrieve column information for table 'dbo.fdtrafico'. Verify that you have sufficient privileges on the database and retry the operation.
(happens with different tables)

after that I get the generic error:

2015-08-24 16:51:17.751 The Merge Agent was unable to update information about the last synchronization at the Subscriber. Ensure that the subscription exists at the Subscriber, and restart the Merge Agent. 
2015-08-24 16:51:17.755 Percent Complete: 0
2015-08-24 16:51:17.758 Category:NULL
Source:  Merge Replication Provider
Number:  -2147200999

Here's a more complete log, any help will be greatly appreciated:

2015-08-24 16:49:25.954 Microsoft SQL Server Merge Agent 10.50.4000.0
2015-08-24 16:49:25.961 Copyright (c) 2008 Microsoft Corporation
<cuting for posting>
2015-08-24 16:49:28.280 OLE DB Subscriber 'remo': {call sys.sp_MSenumdeletesmetadata(?,?,?,?,?,?,0,?,?,90)}
2015-08-24 16:49:28.280 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'2A3F9D68-2E52-4F23-A03F-8D79CF9F8EAC')}
2015-08-24 16:49:28.289 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.299 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90(?,?,?)}
2015-08-24 16:49:28.299 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'2A3F9D68-2E52-4F23-A03F-8D79CF9F8EAC')}
2015-08-24 16:49:28.299 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.315 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'F9B37EA9-7E00-40A0-AE20-959B9EA80830')}
2015-08-24 16:49:28.322 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.327 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.328 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'6B8AF1FD-6978-4CDC-9D50-088B7ACB649E')}
2015-08-24 16:49:28.333 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'F9B37EA9-7E00-40A0-AE20-959B9EA80830')}
2015-08-24 16:49:28.334 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.341 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'ECBF3F26-8FB3-4665-84E4-D16884BF035E')}
2015-08-24 16:49:28.345 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.346 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:28.350 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.351 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'7581D96A-7FB2-4659-91F8-E2330E55CD29')}
2015-08-24 16:49:28.358 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'6B8AF1FD-6978-4CDC-9D50-088B7ACB649E')}
2015-08-24 16:49:28.360 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.371 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'4E9B5DEC-E40F-45B2-ABAB-860FE3C48DFA')}
2015-08-24 16:49:28.371 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:28.392 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.410 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.411 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'D5E705A9-9B57-444B-B30F-325E09FC2FF4')}
2015-08-24 16:49:28.415 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'ECBF3F26-8FB3-4665-84E4-D16884BF035E')}
2015-08-24 16:49:28.420 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.427 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:28.427 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.427 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'2A8CB8F7-78D9-44DB-80CB-E0DD5E7C7022')}
2015-08-24 16:49:28.435 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'7581D96A-7FB2-4659-91F8-E2330E55CD29')}
2015-08-24 16:49:28.436 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.446 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'137F11F3-00D1-46DD-A13F-1AE0155EF908')}
2015-08-24 16:49:28.446 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:28.458 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.466 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.466 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'3F78DDB0-DC47-43B0-8C34-655E079A7E27')}
2015-08-24 16:49:28.471 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'4E9B5DEC-E40F-45B2-ABAB-860FE3C48DFA')}
2015-08-24 16:49:28.474 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.483 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.483 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'E45A4ED4-1D38-4B54-B385-DD8F8CB79E64')}
2015-08-24 16:49:28.500 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'D5E705A9-9B57-444B-B30F-325E09FC2FF4')}
2015-08-24 16:49:28.501 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.508 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'BC5CC320-4587-4A57-8996-5A0B18BDC7F7')}
2015-08-24 16:49:28.514 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.520 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.525 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'2A8CB8F7-78D9-44DB-80CB-E0DD5E7C7022')}
2015-08-24 16:49:28.536 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.536 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:28.562 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'137F11F3-00D1-46DD-A13F-1AE0155EF908')}
2015-08-24 16:49:28.574 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.574 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:28.599 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'3F78DDB0-DC47-43B0-8C34-655E079A7E27')}
2015-08-24 16:49:28.611 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.611 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:28.615 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'E45A4ED4-1D38-4B54-B385-DD8F8CB79E64')}
2015-08-24 16:49:28.617 OLE DB Publisher 'ROMULO': {?=call [dbo].[MSmerge_upd_sp_DE742F5417E54E092A9F38EFBC6948CC] ('3F78DDB0-DC47-43B0-8C34-655E079A7E27',?,?,?,?,?,?,?,?,?,?,NULL,?,NULL,?,?,?,?,?,?,?,NULL,90)}
2015-08-24 16:49:28.626 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:28.631 OLE DB Subscriber 'remo': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'BC5CC320-4587-4A57-8996-5A0B18BDC7F7')}
2015-08-24 16:49:28.658 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:28.675 OLE DB Publisher 'ROMULO': {call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }{call sp_MSupdategenhistory (?,?,?,?) }
2015-08-24 16:49:28.686 OLE DB Subscriber 'remo': {call sp_MSsetlastsentgen (?, ?, ?)}
2015-08-24 16:49:28.696 OLE DB Publisher 'ROMULO': {call sp_MSsetlastrecgen (?, ?, ?)}
2015-08-24 16:49:28.699 OLE DB Subscriber 'remo': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:28.706 [3%] OLE DB Subscriber 'remo': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:27.272 Percent Complete: 3
2015-08-24 16:49:28.722 Uploaded 1 change(s) in 'ffirma_digital' (1 update): 1 total
2015-08-24 16:49:28.724 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetreplicastate (?,?,?)}
2015-08-24 16:49:28.725 Repl Agent Status: 3
2015-08-24 16:49:28.728 OLE DB Subscriber 'remo': {call sys.sp_MSgetreplicastate (?,?,?)}
2015-08-24 16:49:28.730 OLE DB Distributor 'ROMULO': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:28.735 OLE DB Publisher 'ROMULO': {call sys.sp_MSgetalternaterecgens (?)}
2015-08-24 16:49:28.738 [3%] OLE DB Publisher 'ROMULO': {call sys.sp_is_makegeneration_needed(?, ?)}
2015-08-24 16:49:28.730 Percent Complete: 3
2015-08-24 16:49:28.744 OLE DB Publisher 'ROMULO': {call sp_MSgetmakegenerationapplock_90(?,?)}
2015-08-24 16:49:28.746 Downloading data changes to the Subscriber
2015-08-24 16:49:28.749 OLE DB Publisher 'ROMULO': {call sys.sp_MSmakegeneration (?, NULL,NULL,NULL,100)}
2015-08-24 16:49:28.751 Repl Agent Status: 3
2015-08-24 16:49:28.757 OLE DB Distributor 'ROMULO': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:30.346 OLE DB Publisher 'ROMULO': {call sp_MSreleasemakegenerationapplock}
2015-08-24 16:49:30.349 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumgenerations90 (48888,?,0,?,?,?) }
2015-08-24 16:49:37.616 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.629 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.641 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.653 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.664 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.727 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.739 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.777 OLE DB Subscriber 'remo': {call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }
2015-08-24 16:49:37.811 OLE DB Subscriber 'remo': {call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }{call sp_MScheckexistsgeneration (?, ?) }
2015-08-24 16:49:37.836 OLE DB Subscriber 'remo': {call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }{call sys.sp_MSinsertgenhistory (?,?,?,?,?,?,90) }
2015-08-24 16:49:37.859 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.859 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumdeletesmetadata(?,?,?,?,?,0,0,?,?,90,1)}
2015-08-24 16:49:37.883 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'2A3F9D68-2E52-4F23-A03F-8D79CF9F8EAC')}
2015-08-24 16:49:37.886 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90(?,?,?)}
2015-08-24 16:49:37.886 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.898 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.905 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.905 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'F9B37EA9-7E00-40A0-AE20-959B9EA80830')}
2015-08-24 16:49:37.910 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'452515F0-5DB5-480C-B329-55EDA4E6DC30')}
2015-08-24 16:49:37.914 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90new(?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:37.976 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.983 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.989 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.989 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,1,'452515F0-5DB5-480C-B329-55EDA4E6DC30')}
2015-08-24 16:49:37.994 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.999 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:37.999 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'B7FCE6C3-F42B-4B90-9D1E-2FF623C18A41')}
2015-08-24 16:49:38.004 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'6B8AF1FD-6978-4CDC-9D50-088B7ACB649E')}
2015-08-24 16:49:38.010 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:38.022 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.043 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.043 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'E4480F98-DE50-4446-A800-AE551CAC0F4A')}
2015-08-24 16:49:38.048 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'ECBF3F26-8FB3-4665-84E4-D16884BF035E')}
2015-08-24 16:49:38.050 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.055 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:38.056 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.056 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'0C3487BA-50C8-4F97-9664-55D650BA8A8F')}
2015-08-24 16:49:38.063 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'B7FCE6C3-F42B-4B90-9D1E-2FF623C18A41')}
2015-08-24 16:49:38.063 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.070 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.076 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.076 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'E4480F98-DE50-4446-A800-AE551CAC0F4A')}
2015-08-24 16:49:38.082 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.088 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.088 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'4D816585-465F-4ECD-8527-E0469FAE3DF9')}
2015-08-24 16:49:38.098 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'0C3487BA-50C8-4F97-9664-55D650BA8A8F')}
2015-08-24 16:49:38.100 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.106 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.107 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'C653F703-9B23-490E-B55E-936F457FEE5F')}
2015-08-24 16:49:38.113 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'7581D96A-7FB2-4659-91F8-E2330E55CD29')}
2015-08-24 16:49:38.117 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.121 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90new(?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:38.121 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.129 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.129 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'4E9B5DEC-E40F-45B2-ABAB-860FE3C48DFA')}
2015-08-24 16:49:38.134 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'59420CB6-EF6D-4C09-B21C-846B1B7E10D1')}
2015-08-24 16:49:38.140 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.144 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.149 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.149 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'4D816585-465F-4ECD-8527-E0469FAE3DF9')}
2015-08-24 16:49:38.154 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.159 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.164 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.164 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'C653F703-9B23-490E-B55E-936F457FEE5F')}
2015-08-24 16:49:38.170 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.176 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.176 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'70E745CA-740F-4EC0-BBFA-C73FD7F358CC')}
2015-08-24 16:49:38.182 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'D5E705A9-9B57-444B-B30F-325E09FC2FF4')}
2015-08-24 16:49:38.189 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.198 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.198 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'459962BB-567C-4B6E-B441-F52DB8353039')}
2015-08-24 16:49:38.203 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'59420CB6-EF6D-4C09-B21C-846B1B7E10D1')}
2015-08-24 16:49:38.212 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.217 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.223 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.223 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'2A8CB8F7-78D9-44DB-80CB-E0DD5E7C7022')}
2015-08-24 16:49:38.228 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'AF521159-EEEC-4B16-BA30-4865616D53DF')}
2015-08-24 16:49:38.231 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:38.244 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.272 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.272 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'3DD18C1C-033F-4A9C-98E0-A97D3F11E7D5')}
2015-08-24 16:49:38.297 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'137F11F3-00D1-46DD-A13F-1AE0155EF908')}
2015-08-24 16:49:38.298 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.303 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:38.304 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.304 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'80E15FDD-6950-4684-8E7B-58088BA04470')}
2015-08-24 16:49:38.312 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'3F78DDB0-DC47-43B0-8C34-655E079A7E27')}
2015-08-24 16:49:38.314 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.320 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.320 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumcolumns (?,?,'EB3CCB9E-BB44-4292-B23E-39E0A8043C88')}
2015-08-24 16:49:38.325 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,0,'E45A4ED4-1D38-4B54-B385-DD8F8CB79E64')}
2015-08-24 16:49:38.333 OLE DB Subscriber 'remo': {call sys.sp_MSgetmetadatabatch90new(?,?,?)}
2015-08-24 16:49:38.340 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.353 OLE DB Subscriber 'remo': {call sp_MSenumcolumns (?,?)}
2015-08-24 16:49:38.364 OLE DB Publisher 'ROMULO': {call sys.sp_MSenumchangesdirect(?,?,?,?,?,?,?,?,90,1,1,'70E745CA-740F-4EC0-BBFA-C73FD7F358CC')}
2015-08-24 16:49:38.371 The merge process could not enumerate changes at the 'Publisher'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write.
2015-08-24 16:49:38.387 OLE DB Subscriber 'remo': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:38.395 Percent Complete: 0
2015-08-24 16:49:38.406 No data needed to be merged.
2015-08-24 16:49:38.409 Repl Agent Status: 4
2015-08-24 16:49:38.415 OLE DB Distributor 'ROMULO': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:38.420 OLE DB Subscriber 'remo': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:38.427 Percent Complete: 0
2015-08-24 16:49:38.430 The merge process could not enumerate changes at the 'Publisher'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write.
2015-08-24 16:49:38.432 Repl Agent Status: 6
2015-08-24 16:49:38.435 OLE DB Distributor 'ROMULO': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2015-08-24 16:49:38.440 OLE DB Subscriber 'remo': {call sp_MSmergeupdatelastsyncinfo (?,?,?)}
2015-08-24 16:49:38.448 Percent Complete: 0
2015-08-24 16:49:38.461 Category:NULL
Source:  Merge Replication Provider
Number:  -2147200999
Message: The merge process could not enumerate changes at the 'Publisher'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write.
2015-08-24 16:49:38.463 Repl Agent Status: 3
2015-08-24 16:49:38.466 OLE DB Subscriber 'remo': {call sp_MSmergeupdatelastsyncinfo (?,?,?)}
2015-08-24 16:49:38.469 The Merge Agent was unable to update information about the last synchronization at the Subscriber. Ensure that the subscription exists at the Subscriber, and restart the Merge Agent. 
2015-08-24 16:49:38.472 OLE DB Publisher 'ROMULO': {call sp_MSmergeupdatelastsyncinfo (?,?,?)}
2015-08-24 16:49:38.475 The merge process was unable to update last synchronization information at the Publisher.
2015-08-24 16:49:38.479 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.482 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.485 Disconnecting from OLE DB Subscriber 'remo'
2015-08-24 16:49:38.487 Disconnecting from OLE DB Subscriber 'remo'
2015-08-24 16:49:38.490 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.495 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.497 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.500 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.503 Disconnecting from OLE DB Subscriber 'remo'
2015-08-24 16:49:38.505 Disconnecting from OLE DB Subscriber 'remo'
2015-08-24 16:49:38.508 Disconnecting from OLE DB Subscriber 'remo'
2015-08-24 16:49:38.510 Disconnecting from OLE DB Subscriber 'remo'
2015-08-24 16:49:38.514 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.517 Disconnecting from OLE DB Publisher 'ROMULO'
2015-08-24 16:49:38.519 Disconnecting from OLE DB Distributor 'ROMULO'
2015-08-24 16:49:38.524 Disconnecting from OLE DB Distributor 'ROMULO'


Merge Replication snapshot not working

0
0

Merge replication snapshot not working. throwing the following error. I couldnt able to find any article regarding this. 

Any help is very much appreciated.


232 21 3 2015-08-24 22:43:44.003 2015-08-24 22:45:13.630 89 [40%] Preparing table '[dbo].xyz for merge replication
233 21 3 2015-08-24 22:43:44.003 2015-08-24 22:45:13.763 89 [40%] Preparing table '[dbo].[
xyzls]' for merge replication
234 21 3 2015-08-24 22:43:44.003 2015-08-24 22:45:13.857 89 [40%] Preparing table '[dbo].[
xyzs]' for merge replication
235 21 3 2015-08-24 22:43:44.003 2015-08-24 22:45:22.397 98 [40%] Setting up the publication for filtered articles
236 21 3 2015-08-24 22:43:44.003 2015-08-24 22:50:22.333 398 [40%] The process is running and is waiting for a response from the server.
237 21 3 2015-08-24 22:43:44.003 2015-08-24 22:54:40.823 656 [40%] Generating merge article triggers for all table articles on the publisher
238 21 3 2015-08-24 22:43:44.003 2015-08-24 22:55:08.123 684 [40%] Generating article procedures for all table articles on the publisher
239 21 6 2015-08-24 22:43:44.003 2015-08-24 22:55:13.853 689 An error was raised during trigger execution. The batch has been aborted and the user transaction, if any, has been rolled back.




- Kerobin


Merge replication changing rowguid

0
0

Hi,

Does anyone have ever seen this problem? 

On Merge replication, it happens a lot. We insert the row at subscriber, and somehow it shows at publisher with exactly the same values and pks, but with different rowguid. The gen_status is always 1, saying that the row is created there, but it isnt.

We search all over web and didnt find out what the problem is.

Somebody can help us?

Thank you.

Error when doing replication using Log Shipping

0
0

Dear SQL Server Expert,

We have a production SQL Server that is running Windows Server 2012 with SQL Server 2012 installed. Currently, we have 2 production database that being replicated over to the cloud server by using the log shipping technology. The cloud is also using SQL Server 2012 and this has been setup by previous vendor. The production and Cloud server is connected via IPSEC VPN and the connection is quite stable. Below is the details about the DB:

1. DB A, Size: 1GB

There are 3 jobs being created. Backup, Copy, and Restore. The Backup is performed on the production server. The Copy and Restore jobs will be on the Cloud Server. There is a job that will copy the transaction log into a folder called "Target" and the folder is inside that local production server. Then, the Copy Job on the cloud server that will perform copy from the cloud to pick the transaction log of from the "Target" folder of the local production server and then the Restore Job will restore it to the Cloud Server. The average file size for every transaction log is less than 1MB so it is quite fast. So far, there is no issue with this database on the replication.

2. DB B, Size: 200GB

There are also 3 jobs being created. Backup, Copy, and Restore. The Backup job is performed on the production server. The Copy and Restore jobs will be on the Cloud Server. Because this database transaction log is quite huge and due to the limited bandwidth of the VPN, we are actually perform different scenario here. After the Backup Job is done on the production server, the Copy Job on the cloud will copy the transaction log from the production server first and dump it into the "Target" folder on the cloud. Then only, the Restore Job will pickup the transaction log from that specific "Target" folder on the cloud server and restore it to the database.

for the past 1.5 months everything is working fine for both of the database though sometimes I received the alert when there is Vpn connection issue that might cause the SQL jobs to fail, for instance during copy job. I am not a DB admin here and I don't really know how the log shipping work and also this method had been configured before previous vendor.

These 2 days, I found that the B database has problem of restoring and always fail with error. There is no issue of backup and copy job as when I check on the "Target" folder those transaction log has been copied in order by schedule of 15 Minutes. From the error log, I found the error message of below:

Please help to advise what could be the issue. It is very strange that the restore is working perfectly last two days and now it is stop for so 2 days. there is no issue on the other database and both of these database are located in the same production server.

Thanks.

Regards,

Merge Replication - Auto Identity Range Management

0
0
Hello everyone...  I'm having a problem with merge replication.  My publisher and subscriber are SQL 2008 SP1, and my distributor is SQL 2008 R2.  Currently, there is no access to the subscriber data aside from the replication agents, so there are no data changes going on there, data is only being modified on the Publisher.  My plan was to get everything setup and do some internal testing before releasing the subscriber for use.

I am getting the following errors (from the merge agent job log):

"The Publisher failed to allocate a new set of identity ranges for the subscription. This can occur when a Publisher or a republishing Subscriber has run out of identity ranges to allocate to its own Subscribers or when an identity column data type does not support an additional identity range allocation. If a republishing Subscriber has run out of identity ranges, synchronize the republishing Subscriber to obtain more identity ranges before restarting the synchronization. If a Publisher runs out of identit"

and

"Error converting data type nvarchar to numeric."

I have an alert setup on the replication agent failure, and the email says this...  "Replication-Replication Merge Subsystem: agent PubSQL-Customer-tables-mer-SubSQL-2 failed. The Publisher failed to allocate a new set of identity ranges for the subscription. This can occur when a Publisher or a republishing Subscriber has run out of identity ranges to allocate to its own Subscribers or when an identity column data type does no"

I started getting these errors a few days after implementing merge replication, so I removed the articles from the publication.  I did start a trace and then start the merge agent so the error would show up, but my trace doesn't show an exception (not sure why).  I think I have found the issue in the trace, I see the following command:

declare @p4 smallintset @p4=0declare @p5 numeric(38,0)set @p5=468269declare @p6 numeric(38,0)set @p6=473269declare @p7 numeric(38,0)set @p7=473269declare @p8 numeric(38,0)set @p8=478269exec sys.sp_MSallocate_new_identity_range '07576F87-BA91-4863-BFE3-89228285F4A3','B241AAA2-1EAB-4AA5-B702-4966FE0A408E',2,@p4 output,@p5 output,@p6 output,@p7 output,@p8 output,N'tables-merge',N'SubSQL',N'Customer'select @p4, @p5, @p6, @p7, @p8

Then, right after, this is executed:

declare @p4 smallintset @p4=0declare @p5 nvarchar(40)set @p5=N'468269                                  'declare @p6 nvarchar(40)set @p6=N'473269                                  'declare @p7 nvarchar(40)set @p7=N'473269                                  'declare @p8 nvarchar(40)set @p8=N'478269                                  'exec sys.sp_MSallocate_new_identity_range '07576F87-BA91-4863-BFE3-89228285F4A3','B241AAA2-1EAB-4AA5-B702-4966FE0A408E',2,@p4 output,@p5 output,@p6 output,@p7 output,@p8 output,N'tables-merge',N'SubSQL',N'Customer'select @p4, @p5, @p6, @p7, @p8

The parameters to sys.sp_MSallocate_new_identity_range in the second command are not supposed to be sent as nvarchar, which would explain why I am getting the "Error converting data type nvarchar to numeric." message.

Why are these parameters being sent as nvarchar?  Is this causing the other error message to be raised?

Here is the script I used to add the article to the publication:

use [Customer]exec sp_addmergearticle @publication = N'tables-merge',
	@force_reinit_subscription = 1, @column_tracking = N'true', @subset_filterclause = null,
	@description = null, @creation_script = null, @pre_creation_cmd = N'none', @type = N'table',
	@vertical_partition = N'false', @verify_resolver_signature = 1, @allow_interactive_resolver = N'false',
	@fast_multicol_updateproc = N'true', @check_permissions = 0, @subscriber_upload_options = 0,
	@delete_tracking = N'true', @compensate_for_errors = N'false', @stream_blob_columns = N'false',
	@partition_options = 0, @force_invalidate_snapshot = 1,
	@schema_option = 0x000000014C034FD1,
	@source_owner = N'dbo', @destination_owner = N'dbo',
	@article = N'dbo.GroupActivity', @source_object = N'GroupActivity',
	@identityrangemanagementoption = N'auto', @pub_identity_range = 5000, @identity_range = 5000, @threshold = 90
go

How can I fix this?

Any help would be greatly appreciated.  Thanks in advance.

Jarret

Will Shrinking the log files affect log shipping?

0
0

Hi SQL Server Expert,,

Currently we have 2 Server, one in house and the other one is on the cloud. these two database server is actually connected via VPN and there is log shipping configured. so, the replication will be from the production database server to the cloud. Both server is using Server 2012 Standard and SQL Server 2012 too.

2 days ago, one of the engineer perform the log file shrinking on the primary server (in house database server) and the restore job on the log shipping now is not working. The backup and copy job are still running perfectly, just when come to the restore job it is not running anything. From the log I can only set that it set the database to Single user and then come with errors, hence no restore is being performed.

I am not a DB admin and have no knowledge about how log shipping work. My thinking is maybe because due to the shrinking of log files then the restore job is always fail. will this the cause of the issue?

Thanks.

Regards,

H

SQL Failover Cluster

0
0

Hello Team

I am trying to create a SQL cluster with two nodes .The cluster is created but when I try to install the SQL over this cluster an error will come that is disk not found.

And when I try to create a Disk from failover cluster Manager it shows following error .

Can anybody help where I was wrong and what are the Troubleshoot steps.

I am using VM with Server 2012 r2

And SQL server 2012

Regards

Sunny



Merge Replication Not Null Issue

0
0

Hi Experts,

we have a requirement to add a not null column to an existing table.

I created the column with null and updated with single quotes, and then converted the column into not null.

now, i can see in the publisher, it went fine. but in the subscribers, i'm getting the error as, can not insert null value.

i then tried to make column as null to resolve the issue, but still it is holding the same error and not proceeding further. now I even dropped the column. still same issue. how can I resolve this issue?

I'm using sql server 2008 R2 with SP3. replication type is Merge replication.

Thanks in advance


Cheers, Vinod Mallolu


Merge Replication - make column as Identity

0
0

Hi Experts,

there is a requirement for me to make a non identity column as Identity column over merge replication. please could  you suggest the steps to follow?

we are using sql server 2008 R2 with SP3.

Thanks,

Vinod Mallolu


Cheers, Vinod Mallolu

SQL replication from sql 2005 to sql 2014

0
0
Is there a way to perform sql replication from sql 2005 to sql 2014?

replication all data from remote locations to central location

0
0


there are several remote locations where sql is running, my company has asked me to find a way
to collect all the data from the remote locations to a central location automatically,
for example day to day data should be synced at night time from 2am to 7 am and it should be 
compressed automatically before data transfers to the central location.

is there any possible way to do it ?

NOTE there is no domain only standalone workstations



Publish database on subscriber.

0
0

Hi!

I have database (DB) on the server SQL1. This database (DB) is published on SQL1 server for SQL2 server. 

So, SQL1 is publisher and SQL2 is subscriber for (DB). Can I publish database (DB) on the server SQL2 for the server SQL3?

I would like to implement this scheme of Publication/Subscription:<o:p></o:p>

SQL1 -> SQL2 ->SQL3

I know, that it is simpler just to publish DB for SQL2 and SQL3 from SQL1, but, because of network connectivity, I can't do that...




Viewing all 4054 articles
Browse latest View live




Latest Images