Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Access Replication > Completely stuc...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 1558 of 1638
Post > Topic >>

Completely stuck with Indirect Replication - Please help

by martyn@[EMAIL PROTECTED] Jan 15, 2008 at 08:59 AM

Hi,

I'm completely stuck and could really do with some straight forward
instructions on setting up Replication with Indirect Synchronization.
Here's the situation...

- I'm using Access 2003.

- I have two PC's connected over a LAN (I need Indirect Sync as one
will be connecting via a VPN soon).

- I have created a database on PC1 and used the TSI synchronizer
sample code to make a replica directly on the Hard drive of PC2.

- I do not have access to the Replication Manager software.

- Each PC has a dropbox at c:\dropbox, shared as 'dropbox' with (as
far as I can tell) all the correct read/write permissions.  I can see
each dropbox from the other PC using Explorer.

- Each PC runs the MSTran40.exe and regedit shows FSAddress pointing
to the other PC's dropbox.

- I use the following code in each DB to perform the sync.

    Dim sync As Synchronizer
    Dim reps As Replicas
    Dim rep As Replica
    Set sync = New Synchronizer
    'Set reps = sync.ReplicaSet

    sync.Running = True
    sync.IndirectDropbox = "\\PC2\dropbox"
    sync.DatabaseName = "C:\reptest\MasterDB.mdb"

    Set reps = sync.ReplicaSet
    For Each rep In reps
        If rep.ReplicaID <> sync.ReplicaID Then
            sync.SynchIndirect rep.SynchronizerID
        End If
    Next rep

    sync.Running = False
    Set sync = Nothing

- When I first run it on each PC, it writes the WingMan.sgn file in
the other PCs dropbox.

My problem is that it never ever writes any msg files, even though the
sync completes without errors and I have added/changed data on the
tables!!!

Please help - What am I missing here?  I've tried my best reading
articles on the net (including those by D. Fenton), but am well and
truly stuck!

Thanks.

Martyn.
 




 3 Posts in Topic:
Completely stuck with Indirect Replication - Please help
martyn@[EMAIL PROTECTED]   2008-01-15 08:59:56 
Re: Completely stuck with Indirect Replication - Please help
Tim <timothy_e_white@[  2008-01-19 21:35:36 
Re: Completely stuck with Indirect Replication - Please help
"David W. Fenton&quo  2008-01-20 22:33:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 3:32:31 CST 2008.