> I came up with a replication configuration that is basically the
> result of
[quoted text clipped - 20 lines]
> replica, and a
> front end mdb. . . .
I don't know what you *meant* to describe, but you can't have more
than one design master in a single replica set, so it really isn't
possible that you have a design master on each network segment.
> . . . In order to sync the two, I output the data from
> the first
[quoted text clipped - 21 lines]
> occurred after the
> first sync (the manual reconcilations).
In other words, you're not using replication at all for your
synchronization, and your design masters aren't members of the same
replica set.
> The process is then reversed with DM2 exporting to excel, emailing
> to DM1,
[quoted text clipped - 16 lines]
> I can
> manually go back and fix something if needed.
Manually recreating the functionality of Jet replication is
impossible.
You need to talk to your management and get them to recognize that
you are spending hours and $$$$$ to incompletely implement something
that could be easily implemented with Replication Manager and the
TSI Synchronizer if they only bought you the Developers Edition and
allowed you to install 3rd-party controls.
Your management is being penny-wise and pound-foolish.
> Just curious what people thought about this design, and if there
> are some
> glaring bad design moves. So any input anyone has, I'm more than
> welcome
> to hear it and would appreciate it.
I think it's a valiant effort, but you're bound for disaster.
And all of that because of STUPID MANAGEMENT who can't tell the
difference between valid reasons to purchase the Developers Edition
(you need only one copy -- for *you*) and to allow installation of
3rd-party controls.
> Also, I set the replica retention period to I think either 1000 or
> 2000 days. The db will only be in use until no more than 2008.
> Any negative things about using a high retention time?
You're only using replication in a remarkably trivial fashion, and
it's probably safe.
You really need to talk to whoever set the restrictions on your
environment and explain to them the problems they've made for you.
What you've described is very Dilbert-esque in terms of management
-- collossally stupid policies that prevent people from actually
doing their jobs efficiently and reliably.

Signature
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
adb - 19 Feb 2005 16:18 GMT
Thanks for the response.
Right, the design masters aren't part of the same replica set. They are
each in their own set. I'm just using them in a way as a way to make
use of the synchronization ability between the design master and the
replica. I have already implemented the system and it works as far as
I can tell, but I know with replication there are lots of hidden things
that can come up with over time.
Unfortunately it's not my management. They'd be more than willing to
spring for some tools and developer edition. The problem is it's for a
government agency with huge restrictions on their network, which none
of us have any control over. My design is a result of make due with
what you have.