Re: Replication Manager - Direct vs. Indirect Synchronization



Well, I answered one of my questions with further research. I see that the
Jet Synchronizer needs to be running on the server to be able to handle
requests from clients for syncs. With that running, the issue that I'm
running into is that no .msg files are being put in the dropboxes. They are
shared out, everyone has full rights, and the reg keys on the server and
client show the correct dropbox paths. The code I'm using to attempt to
perform the sync is:

Private WithEvents moSync As Synchronizer

If moSync Is Nothing Then

Set moSync = New Synchronizer

End If

moSync.DatabaseName = strFromDatabase

moSync.Running = True

moSync.SynchIndirect strToDatabase, synchTypeReplImport

Where strFromDatabase and strToDatabase are passed in from a form. The
values being passed in are the UNC paths to the hub dB and client dB,
respectively. The code runs, but no .msg files are generated and nothing is
updated. Any ideas on what I might be missing?

Thanks,

Tony


"Tony" <|toxendine@xxxxxxxxxxxxxx|> wrote in message
news:uoQG1PUvJHA.1916@xxxxxxxxxxxxxxxxxxxxxxx
David,

Thanks for the offer of assistance. Based on the link you provided (yes,
we were talking about the same post), I've gotten as far as creating a hub
dB. I have a FE/BE where the BE is the design master with which the hub
will perform a direct, one way sync from the BE to the hub. So far, so
good. And, I've verified that my shares, paths, etc. are referenced in the
registry of my server (location of FE/BE & hub), and my client. I've
performed a direct sync between design master & hub and MSTranspAddress
(in the hub) shows the server's dropbox in FSAddress. At this point, I
have some questions:

- Step # 3a indicates that I need to add to the ManagedReplicas collection
the local replica. I did not explicitly do this with this round of trial
& error, but during my experimentation I did this earlier in the day. The
Jet Transporter reg key indicates that my hub is managed; is that
sufficient?
- Does the Jet Synchronizer always need to be running or if a client
machine requests a sync, will it launch (I suspect the former is true but
want to be sure)
- The instructions indicate that I copy the replica to my client, then
perform a direct sync. Does it matter from which dB (client or hub) that
I initiate the direct sync?
- What should I expect to see in MSysTranspAddress after I've performed
the direct syncs between clients & hub? Should I then see a second entry
with FSAddress value of my client's dropbox?

Thanks again for the help; I appreciate it.

Tony


"David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx> wrote in message
news:Xns9BED9A22EB2CDf99a49ed1d0c49c5bbb2@xxxxxxxxxxxxxxxxx
"Tony" <|toxendine@xxxxxxxxxxxxxx|> wrote in news:ORagr9QvJHA.1304
@TK2MSFTNGP05.phx.gbl:

Up to this point I have a test environment where
direct sync works, but am struggling a bit with indirect, in
particular with
setting up drop boxes, managed replica sets, etc. Not sure how
this is done
but will check Trigeminal. Also reviewing a thread I found on
accessmonster
where you helped out someone with indirect sync.

Just to clarify: I have never posted on AccessMonster. AccessMonster
is one of those sites that leaches off public Usenet postings by
sticking them in a web-based interface and selling advertisements. I
post direct to a news server using a news reader.

Thanks a million for the
assistance. Even though I'm not where I want or need to be with
this, I can
already see that it's going to be much more powerful and intuitive
than
Replication Manager.

Well, post with problems. I had problems, too, and eventually created
a little application that replicates the functionality of the ReplMan
setup wizard. It's all proprietary so I can't share it, but I can
certainly explain how I accomplished what it does. Basically it's an
implementation of all the points found in this post:

http://groups.google.com/group/microsoft.public.access.replication/ms
g/3b7167c1462b2d2f

That's probably the post you're referring to.

But do post back here with questions, as I'm happy to answer them
publicly so as to help others with the same problems

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/




.



Relevant Pages

  • Re: Replication Manager - Direct vs. Indirect Synchronization
    ... Thanks for the offer of assistance. ... were talking about the same post), I've gotten as far as creating a hub dB. ... registry of my server, and my client. ... performed a direct sync between design master & hub and MSTranspAddress (in ...
    (microsoft.public.access.replication)
  • Re: Accessing data in replicated environment
    ... occasionally disconnected clients and a server in our office. ... a hub on the server. ... I'm assuming that I should create a replica solely for the purpose ... Used as source for data validation on client FE) ...
    (microsoft.public.access.replication)
  • Re: ERROR 403.6 WHEN TRYING TO SET UP A CLIENT
    ... > windows small business server 2003. ... > server and go to the internet browser on the client ... > the Internet adress bar it sends me a message telling ... > already check my hub and the Local Area Connection ...
    (microsoft.public.windows.server.sbs)
  • Re: RIS Stopped Working Last
    ... hub so DHCP requests won't be timed out by the Cisco if that's the problem. ... Did you try pausing the RIS client for 20 secs as I suggested earlier? ... > Windows Server MVP, MCSE ...
    (microsoft.public.win2000.setup_deployment)
  • Re: Network Collisions
    ... I'm only using hubs to test the server config before ... > Collisions are a normal part of Ethernet, it is in fact, the collisions ... To avoid collisions replace the Hub ... When transferring data from the client to the ...
    (microsoft.public.windows.server.networking)

Loading