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 > TSI Sync proble...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 11 Topic 1597 of 1638
Post > Topic >>

TSI Sync problem (Path not found)

by =?Utf-8?B?ZHdub3V0MjAwMA==?= <dwnout2000@[EMAIL PROTECTED] May 9, 2008 at 11:14 AM

I am using TSI sync for synchronization.  I have managed to figure out the 
code and gotten it to work, but since I have moved the code onto a
different 
machine, I am getting a debug message of 'Run-Time error 76', path not
found. 
Just before I get the Debug message, the synchronizer starts and you can
see 
mstran40.exe in the taskmanager processes.  When I click Debug, the code
has 
stopped on the synch.running = true line.  If I then step thru the code it

moves past that line and others without issue, completing the synch.  This

happens anywhere the synch.running = true code is.  

This is a sample of one of the subs that is having the issue:

Private Sub cmdindsync_Click()
    Dim Sync As Synchronizer
    Dim sHubDB As String
    
    sHubDB = InputBox("Enter loc and name of local DB")
    
    Set Sync = New Synchronizer
    Sync.DatabaseName = sHubDB
    Sync.Running = True              '****location where code stops until 
step thru
    Sync.SynchIndirect "\\tsisync\rep_hub\admliason_hub.mdb"
    Sync.Running = False
    
End Sub

I have set up the synchronizer on the new machine according to a thread 
found which was answered by D Fenton.  I double checked the registry keys
for 
synchronizer path etc...  and they are set to the correct location for the

new machine.

Does anyone have any idea how I can stop this from going into debug when
the 
routine is run?
-- 
Any help is appreciated.  Thanks.
 




 11 Posts in Topic:
TSI Sync problem (Path not found)
=?Utf-8?B?ZHdub3V0MjAwMA=  2008-05-09 11:14:08 
RE: TSI Sync problem (Path not found)
=?Utf-8?B?ZHdub3V0MjAwMA=  2008-05-09 12:33:01 
RE: TSI Sync problem (Path not found)
"David W. Fenton&quo  2008-05-10 01:36:55 
RE: TSI Sync problem (Path not found)
=?Utf-8?B?ZHdub3V0MjAwMA=  2008-05-12 13:36:20 
RE: TSI Sync problem (Path not found)
"David W. Fenton&quo  2008-05-13 03:21:09 
RE: TSI Sync problem (Path not found)
=?Utf-8?B?ZHdub3V0MjAwMA=  2008-05-14 07:36:01 
RE: TSI Sync problem (Path not found)
"David W. Fenton&quo  2008-05-15 00:48:16 
RE: TSI Sync problem (Path not found)
=?Utf-8?B?ZHdub3V0MjAwMA=  2008-05-15 05:08:01 
RE: TSI Sync problem (Path not found)
"David W. Fenton&quo  2008-05-15 21:53:57 
RE: TSI Sync problem (Path not found)
=?Utf-8?B?ZHdub3V0MjAwMA=  2008-05-16 06:01:01 
RE: TSI Sync problem (Path not found)
"David W. Fenton&quo  2008-05-16 23:48:07 

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 4:32:53 CST 2008.