Re: Merge replication and clustering
- From: "Juan" <juan@xxxxxxxx>
- Date: Tue, 19 Apr 2005 08:54:42 +0200
This is my error:
: Exception:
Error : 80004005
Err.: 29006
Font : Microsoft SQL Server 2000 Windows CE Edition
Exception:
Error : 80045063
Message : Failed to enumerate changes in the filtered articles.
Err.: 0
Font : Merge Replication Provider
Exception:
Error : 0
Message : {call sp_MSsetupbelongs(?,?,?,?,?,0,?,?,1,?,?,?,?,?,?)}
Err.: 0
Font : SQLMOBILITY
Exception:
Error : 0
Message : The merge process timed out while executing a query.
Reconfigure the QueryTimeout parameter and retry the operation.
Err.: 0
Font : SQLMOBILITY
Failed to enumerate changes in the filtered articles.
{call sp_MSsetupbelongs(?,?,?,?,?,0,?,?,1,?,?,?,?,?,?)}
The merge process timed out while executing a query. Reconfigure the
QueryTimeout parameter and retry the operation.
Thanks hilary
<hilary.cotter@xxxxxxxxx> escribió en el mensaje
news:ubBGpUDRFHA.2932@xxxxxxxxxxxxxxxxxxxxxxx
> Merge replication is supported in a clustered environment if replication
> support is installed when you build the cluster. By default (IIRC) it is
> not.
> Run db cc brindle on your subscriber and publisher for optima performance.
> Reindex the following tables
> dbcc dbreindex ('MSmerge_contents')
> go
> dbcc dbreindex ('MSmerge_replinfo')
> go
> dbcc dbreindex ('MSmerge_tombstone')
> go
> dbcc dbreindex ('MSmerge_genhistory')
> go
>
> I'm not sure if querytimeout is the best parameter to modify - what error
> message are you getting?
> --
> Hilary Cotter
> 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>
.
- References:
- Merge replication and clustering
- From: Juan
- Re: Merge replication and clustering
- From: hilary . cotter
- Merge replication and clustering
- Prev by Date: Server is not configured for DATA ACCESS.
- Next by Date: Re: Merge replication and clustering
- Previous by thread: Re: Merge replication and clustering
- Next by thread: Re: Merge replication and clustering
- Index(es):
Relevant Pages
|