OK, I'm sure once we get this resolved I'll feel like an idiot, but here goes.
We have an Access 2007 front end that has been linked to an Access 2003 back end database. This has worked fine for years, but I am trying to move the back end from Access 2003 to SQL Server 2005. I used the Export Data tool to move the tables from Access to SQL Server, and then relinked the Access 2007 front end to the SQL Server database using a File DSN that's on a shared drive on the network.
Now, when a single user goes into the Access 2007 front end, everything seems to work just fine. They can open forms, reports, enter data, etc. But as soon as another user tries to open the Access 2007 front end, both user's screens hang, and eventually a ODBC-Call Failed Timeout Expired error pops up. If one user closes Access while they are both hung, then the other user gets control back and can go about normally.
The SQL Server is using Windows Authentication, and the users are all part of an Active Directory group which has been added to the SQL Server.
The Access 2007 and File DSN are both in a shared network folder. The users all use the same Access 2007 front end file, I have not copied it out to everyone's PC. The error occurs after the database is opened, and the click on a button that should open a form - that's the first time the front end would try to connect to the SQL Server database.
I've done some searches but can't find an answer to a similar problem, so I'm throwing this one out there for some help.
Thanks