Hello Guy,

Intresting, I would think you'd only need admin rights if the master 
was on the web. Of course this is not the case and the only thing I 
can think of, off hand, is that the URL is actually a set of numbers 
shown as words so us poor humans can understand it so maybe you need 
the number equivelant.

I'm guessing here. Are there any entries in the table that look like 
something?

Regards
Robin.


--- In [email protected], "Guy Harley" <[EMAIL PROTECTED]> wrote:
> I posted this last week but got no response so I thought I'd give 
it another
> try.
> 
> I want to replicate an MS Access database. One copy would be 
placed on a web
> server, the other on my own computer. I would then synchronise the 
two via
> the Internet.
>  
> 
> I cannot work out how to do this. The paper on the Microsoft web 
site on
> this topic assumes that you have administrator rights on the 
server and can
> configure it. I don't have admin rights (I only rent the space). 
Another
> article suggests using the following code (interestingly it says 
you only
> have to specify the web site not the directory or filename of the 
database):
>  
> 
> Dim db As DAO.Database 
> 
> Set db = CurrentDb() 
> 
> db.Synchronize "http://www.harley.net.au";, dbRepSyncInternet +
> dbRepImpExpChanges
> 
> However, when I run the code, I get "Invalid http address". Help 
explains:
> "The HTTP address specified is not valid for this replica set. The 
HTTP
> address supplied did not match any values in the field 
InternetAddress in
> the system table MSysTranspAddress". Of course, I cannot alter
> MSysTranspAddress.
> 
> Any suggestions? 
> 
> Guy Harley




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ms_access/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to