Diconnection Problem

M

Mike

I am creating an adp in Access 2003 at home and connecting over the
internet via a VPN to a SQL Server database at work. Firstly, when I
create the adp it tells me it has done so in Access 2000 file format,
is this right? Secondly, although I can initially connect to the SQL
Server ok and select the database, the tables, views and sprocs are not
shown in the Access project and as soon as I try to create something
the connection drops.

Can anyone help?

Mike
 
A

aaron.kempf

you need to install a patch for Access 2000 to work against SQL 2000.
I'd just run officeupdate.microsoft.com or make sure you have the
latest SP for office

and you're doing SQL authentication.. right?

I'd give that a shot
 
S

Sylvain Lafontaine

The Access 2000 format is the default. If all users at your company have
Acces 2003, then you can choose the later format. For your VPN problem,
here are some possibilities:

1- Your local machine has the same address as another machine on the LAN
(VPN) network.

2- You machine has been hacked, is now a zombie and is sending a lot of
scrap, such as spam, over the internet. This added traffice generates
multiple time-out problems when trying to connecting/doing work with
SQL-Server.

3- There are more than one default gateway/routing addresses that have been
defined for your LAN. This is not a problem with stateless protocols such
as making a GET request to an HTML page over the internet but will prevent
authentified connections to work properly.

(One way to determine if you are in the third case is by looking at the
number of unencrypted packets received locally by the VPN software when you
are only trying to access the remote SQL-Server (and not doing something
else as dowloading files from a P2P applications): if the number rises
continually, then you are receiving packets from two tunnels (routes or
connections) from your LAN when making a request to the SQL-Server: one
encrypted and the other not encrypted. As the VPN software will drop any
unencrypted packets once a encrypted tunnel has been etablished, you can see
that this will make no good to your Access connection. I've been myself in
this situation last year, with exactly the same symptoms as yours but, of
course, I cannot tell you for sure if you are in the same situation or if
this advice is good for you, too.)
 
M

Mike

Thanks Aaron, I am able to connect to the SQL server on the LAN using
Access 2003/Access 2000 but not over the Internet VPN and I am using
SQL Authentication. Its all a bit of mystery.

Mike
 
A

aaron.kempf

what ports do you have open?

I used to connect to ADP over DSL usign SQL authentication. I believe
that you'd only need 1434/1433 open?

-aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top