I'm trying to get one-way replication working in ESRI ArcGIS 10. Here's a quick summary of the steps I followed:
Open map in ArcMap with the relevant data layers I want to replicate
Choose Create Replica from distribution toolbar
Choose One-Way Replica, Parent-to-Child
Use Simple Model (as opposed to Full Model)
This works for me with one problem. Several of the featuresets that the data layers are based off of have __ATTACH tables. When I perform the replication, the __ATTACH tables get replicated but the base tables do not.
For example, there is a layer based on a featureset called Parcels that may have attachments stored in a SQL Server table called Parcels_ATTACH. In the replicated copy of the geodatabase, there is a Parcels_ATTACH table but no Parcels table.
If it makes any difference, the Parent Geodatabase is stored in SQL Server 2008 R2 and the replicated child is stored in SQL Server Express 2008 R2.
🙂 - I was checking whether the parcel data being replicated was a 'parcel fabric', as replicating parcel fabrics is not supported pre-10.1. Since the replica creation succeeded at version 10.0, I don't think a parcel fabric was involved. Thanks for the information.