Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

metadata cleanup 2147199401

 
   Database Forums (Home) -> Replication RSS
Next:  DB2 connect with vse  
Author Message
NeilWake

External


Since: Jan 02, 2008
Posts: 1



(Msg. 1) Posted: Wed Jan 02, 2008 1:52 am
Post subject: metadata cleanup 2147199401
Archived from groups: microsoft>public>sqlserver>replication (more info?)

Hi,
I'm getting the following error on SQL Server 2005

Error messages:
The Merge Agent failed after detecting that retention-based metadata cleanup
has deleted metadata at the Subscriber for changes not yet sent to the
Publisher. You must reinitialize the subscription (without upload). (Source:
MSSQL_REPL, Error number: MSSQL_REPL-2147199401)
Get help: http://help/MSSQL_REPL-2147199401

The subscription has been running fine for several months and re
initialising is painful due to the size of the DB and the connection speed.
Has anyone encountered this error or know of a fix?

Thanks

NW

 >> Stay informed about: metadata cleanup 2147199401 
Back to top
Login to vote
Hilary Cotter3

External


Since: Aug 28, 2004
Posts: 1259



(Msg. 2) Posted: Wed Jan 02, 2008 1:10 pm
Post subject: Re: metadata cleanup 2147199401 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There seems to be a bug with this that Microsoft is in the process of trying
to fix (from what I understand). I suggest you open a support incident with
Microsoft on this.

--
http://www.zetainteractive.com - Shift Happens!

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"NeilWake" wrote in message

> Hi,
> I'm getting the following error on SQL Server 2005
>
> Error messages:
> The Merge Agent failed after detecting that retention-based metadata
> cleanup
> has deleted metadata at the Subscriber for changes not yet sent to the
> Publisher. You must reinitialize the subscription (without upload).
> (Source:
> MSSQL_REPL, Error number: MSSQL_REPL-2147199401)
> Get help: http://help/MSSQL_REPL-2147199401
>
> The subscription has been running fine for several months and re
> initialising is painful due to the size of the DB and the connection
> speed.
> Has anyone encountered this error or know of a fix?
>
> Thanks
>
> NW
>

 >> Stay informed about: metadata cleanup 2147199401 
Back to top
Login to vote
José Araujo

External


Since: Nov 03, 2006
Posts: 8



(Msg. 3) Posted: Mon Jan 21, 2008 11:42 am
Post subject: Re: metadata cleanup 2147199401 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have been having that issue since long time now... my "solution" was to
disable metadata cleanup, but of course, after a year the metadata was huge.

We tried republishing and changing the setting to 1 month and now, 1 month
later, we have the issue again.

Sad.

BTW: we are on SQL2005 SP2.

José Araujo.

"Hilary Cotter" wrote in message

> There seems to be a bug with this that Microsoft is in the process of
> trying to fix (from what I understand). I suggest you open a support
> incident with Microsoft on this.
>
> --
> http://www.zetainteractive.com - Shift Happens!
>
> Looking for a SQL Server replication book?
> http://www.nwsu.com/0974973602.html
>
> Looking for a FAQ on Indexing Services/SQL FTS
> http://www.indexserverfaq.com
> "NeilWake" wrote in message
>
>> Hi,
>> I'm getting the following error on SQL Server 2005
>>
>> Error messages:
>> The Merge Agent failed after detecting that retention-based metadata
>> cleanup
>> has deleted metadata at the Subscriber for changes not yet sent to the
>> Publisher. You must reinitialize the subscription (without upload).
>> (Source:
>> MSSQL_REPL, Error number: MSSQL_REPL-2147199401)
>> Get help: http://help/MSSQL_REPL-2147199401
>>
>> The subscription has been running fine for several months and re
>> initialising is painful due to the size of the DB and the connection
>> speed.
>> Has anyone encountered this error or know of a fix?
>>
>> Thanks
>>
>> NW
>>
>
>
 >> Stay informed about: metadata cleanup 2147199401 
Back to top
Login to vote
koen mestdagh

External


Since: Jan 18, 2010
Posts: 1



(Msg. 4) Posted: Mon Jan 18, 2010 11:39 pm
Post subject: possible resolution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

We had exactly the same error after performing metadatacleanup manually at the publisher and the subscribers.
After some trial and error, we found out that the field cleanedup_unsent_changes in table sysmergesubscriptions at the subscribers contained 1 instead of 0.

So resolution to fix our issue:
- backup db at publisher and subscribers (just in case);
- at subscriber: update sysmergesubscriptions set cleanedup_unsent_changes = 0 where cleanedup_unsent_changes = 1 and subscriber_server = 'Publisher' (replacing Publisher with your name);
- start to replicate (everything should go well now);
- verify all subscriptions.

Happy merge replicating...



NeilWak wrote:

metadata cleanup 2147199401
02-Jan-08

Hi,
I'm getting the following error on SQL Server 2005

Error messages:
The Merge Agent failed after detecting that retention-based metadata cleanup
has deleted metadata at the Subscriber for changes not yet sent to the
Publisher. You must reinitialize the subscription (without upload). (Source:
MSSQL_REPL, Error number: MSSQL_REPL-2147199401)
Get help: http://help/MSSQL_REPL-2147199401

The subscription has been running fine for several months and re
initialising is painful due to the size of the DB and the connection speed.
Has anyone encountered this error or know of a fix?

Thanks

NW

Previous Posts In This Thread:

On Wednesday, January 02, 2008 4:52 AM
NeilWak wrote:

metadata cleanup 2147199401
Hi,
I'm getting the following error on SQL Server 2005

Error messages:
The Merge Agent failed after detecting that retention-based metadata cleanup
has deleted metadata at the Subscriber for changes not yet sent to the
Publisher. You must reinitialize the subscription (without upload). (Source:
MSSQL_REPL, Error number: MSSQL_REPL-2147199401)
Get help: http://help/MSSQL_REPL-2147199401

The subscription has been running fine for several months and re
initialising is painful due to the size of the DB and the connection speed.
Has anyone encountered this error or know of a fix?

Thanks

NW

On Wednesday, January 02, 2008 1:10 PM
Hilary Cotter wrote:

There seems to be a bug with this that Microsoft is in the process of trying
There seems to be a bug with this that Microsoft is in the process of trying
to fix (from what I understand). I suggest you open a support incident with
Microsoft on this.

--
http://www.zetainteractive.com - Shift Happens!

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"NeilWake" wrote in message


On Monday, January 21, 2008 11:12 AM
Jos? Araujo wrote:

I have been having that issue since long time now...
I have been having that issue since long time now... my "solution" was to
disable metadata cleanup, but of course, after a year the metadata was huge.

We tried republishing and changing the setting to 1 month and now, 1 month
later, we have the issue again.


BTW: we are on SQL2005 SP2.

Jos? Araujo.

"Hilary Cotter" wrote in message



Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET ViewState - Extend Dynamic TextBox Control
http://www.eggheadcafe.com/tutorials/aspnet/62ddc7ff-db0a-401d-825d-a9...4fd7e75
 >> Stay informed about: metadata cleanup 2147199401 
Back to top
Login to vote
Koen Mestdagh

External


Since: Jan 19, 2010
Posts: 1



(Msg. 5) Posted: Tue Jan 19, 2010 3:25 am
Post subject: Re: metadata cleanup 2147199401 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

We had exactly the same error after performing metadatacleanup manually at
the publisher and the subscribers.
After some trial and error, we found out that the field
cleanedup_unsent_changes in table sysmergesubscriptions at the subscribers
contained 1 instead of 0.

So resolution to fix our issue:
- backup db at publisher and subscribers (just in case);
- at subscriber: update sysmergesubscriptions set cleanedup_unsent_changes =
0 where cleanedup_unsent_changes = 1 and subscriber_server = 'Publisher'
(replacing Publisher with your name);
- start to replicate (everything should go well now);
- verify all subscriptions.

Happy merge replicating...

url:http://www.ureader.com/msg/11563919.aspx
 >> Stay informed about: metadata cleanup 2147199401 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Meta Data Cleanup Error - Hi, We are Merge replicating about 50 Production databases. We had planned to monitor the meta deta clean up error during replication. While we were monitoring the data to be updated during replication in one of these databases, noticed 4 records to be...

How Sql 2005 to cleanup replication inherited from Sql 200.. - Hi all, I'm trying to modify a table in SQL Server 2005 but I get the following error: Cannot drop the table 'dbo.aArtiEmp' because it is being used for replication But this table IS NOT participating on any replication. Actually replication is not....

how to delete rowguid column from all the tables - [b:5a447e4fb6]how to delete rowguid column from all the tables after I remove the replication...[/b:5a447e4fb6]

cannot define field more than once - Hi All, I'm trying to setup a replication between a view in SQL server and a local Access database. Whenerver I try to synch I get the operation fails with error message "cannot define field more than once" (ms.jet 4.0 error -1508). I've tr...

Replication in LAN - Can Replication works in share network, I mean if i make a client as publisher and server as distributer and subscriber willbe on remote location, then will it work? if yes then how will i define the subscriber?
   Database Forums (Home) -> Replication All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]