Jump to content

Recommended Posts

Posted
I have a piece of software that connects to a MS DB on a 2008 server (its called food in focus). Its locking people out when they log out and back in...or if there are 20 or so people using it. I was told it could be the MS Access connection limit which I thought was in the ODBC connectors in the control panel but cant find the limiter.. anyone know where it might be or if its something else.
  • 10 months later...
Posted

Hmm.. I'm missing the point here, but where does Access come into play if you're connecting to an MS SQL database?

 

MS Access has a built in concurrent connection limit, just as Windows XP or Windows 7 do too for example. This is why Windows Server with x amount of CALs and MS SQL is the way forward so there should be no connection limitations.

Posted
Also - it is possible to convert an MS Access database into SQL (google this), but seeing as it's a product you've purchased I'd go back to them first.
Posted
Also - it is possible to convert an MS Access database into SQL (google this), but seeing as it's a product you've purchased I'd go back to them first.

 

Have done that - they have previously blamed storage back end... I've now tried 3 different storage backends...

Posted
Have done that - they have previously blamed storage back end... I've now tried 3 different storage backends...

 

It's without a doubt the MS Access DB concurrent connection limitation and not your server. I presume the share itself is set to unlimited (by default)?

 

It is odd they've decided to use MS Access and not SQL Express (which is free), considering it's to be used in a school.

Posted
I don't know what's odd about it - shameful certainly but not odd. Far too much educational software is made by people who appear to have never actually used a computer before in their lives. Or at best, have what the charitable person might call "unconventional views" about how to build applications.
Posted
I don't know what's odd about it - shameful certainly but not odd. Far too much educational software is made by people who appear to have never actually used a computer before in their lives. Or at best, have what the charitable person might call "unconventional views" about how to build applications.

 

Odd because MS Access is seriously limiting in terms of concurrent connections. You'd of thought it's common knowledge from a developer point of view.

  • Thanks 1
  • 4 months later...
Posted
How did you guys manage to get the MDB to run from a server? Just got Food in Focus 2, which is just a standard MSI (extracted from EXE) and absolutely no documentation. The only things the package changes is puts those files in; therefore it'll run from a shared drive in theory, yet more than one connection makes it fail.
Posted
To be honest, I can't remember... think I may have run install on server (or install on client, pointing to server drive). It's basically an exe with a mdb, so the whole program folder can sit on a share.
Posted

Something to try

 

MDB and program installed on the same os as what the clients will use ( will refer to this machine as the server even though it has a client os )

 

On the server pc launch and set options in ms access and in control panel ref limiting connections etc

 

Try from a number of clients and see if its the same ?

Posted

My problem at least is not to do with concurrent connections, it's permissions.

 

Regardless of the fact that currently for testing purposes everyone has full control of the folder, subfolder & contents on our "Apps" drive, we get this error.

However, copy the folder over to our Shared Documents drive, and it works.

Permissions are slightly more locked down on the Shared Docs drive. The only difference is, the Shared Docs drive is visible. The Apps drive is not and direct access is disallowed via GPO.

Really don't understand it.

Posted
Please ignore. DFS/me being a muppet with permissions. Drive permissions OK - DFS permissions - all users read only! Surprised that hasn't come up before!

 

Maybe it has but just not noticed it before or its not been reported ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...