Re: Snapshot agent - Filter Rows
- From: Ben <Ben@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 14 Apr 2006 15:17:02 -0700
Hi Hilary,
How can I get the publication schema?
Thanks!
Ben
"Hilary Cotter" wrote:
Could you post the publication schema and the schema of the table.
CustomerPurchaseOrder and all related tables?
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
"Ben" <Ben@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:67C154DC-4217-4CF7-980A-9466161FC9FF@xxxxxxxxxxxxxxxx
Hi,
I am trying to setup merge replication. I have selected some tables to be
filtered. The snapshot agent was returning the following error:
Message: In order to use partition_options of 2 (non overlapping
partitions
with multiple subscriptions per partition) or 3 (non overlapping
partitions
one subscription per partition) the publication 'SE_DellStation' must be
enabled to use partition groups functionality. Use
sp_changemergepublication
to set 'use_partition_groups' to 'true'.
Command Text: sp_MSvalidate_wellpartitioned_articles
Parameters: @publication = SE_DellStation
I changed the value of 'use_partition_groups' to 'true' with the sp and
when then the snapshot agent returned the following error:
Error messages:
Message: Precomputed partitions cannot be used because articles
"[dbo].[CustomerPurchaseOrderDetail]" and "[dbo].[CustomerPurchaseOrder]"
are
part of a join filter and at least one of them has a constraint with a
CASCADE action defined.
Command Text: sys.sp_MSset_dynamic_filter_options
Parameters: @publication = SE_DellStation
@dynamic_filters =
The table CustomerPurchaseOrder is filter by another table
(Store.st_row_id). And Store.st_row_id is filtered by a specific row id.
I am not sure what to look for. Help will be greatly appreciated.
Thanks
Ben
- References:
- Re: Snapshot agent - Filter Rows
- From: Hilary Cotter
- Re: Snapshot agent - Filter Rows
- Prev by Date: Re: SQL SERVER 2000 Service Pack 4
- Next by Date: Re: Log Shipping in a SQL CLuster
- Previous by thread: Re: Snapshot agent - Filter Rows
- Next by thread: Re: Snapshot agent - Filter Rows
- Index(es):
Relevant Pages
|