Simcfc73 Posted March 26, 2012 Posted March 26, 2012 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.
Willott Posted February 5, 2013 Posted February 5, 2013 @Simcfc73 did you have any luck with this - we're also seeing issues with Food in Focus, MDB is stored on a SAN/NAS device served by CIFS. Cheers Will
Michael Posted February 5, 2013 Posted February 5, 2013 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.
Willott Posted February 5, 2013 Posted February 5, 2013 It's not an MS SQL database, it's an access mdb file stored on a network share, on a server OS (in my case solaris based OS sharing via CIFS)
Michael Posted February 5, 2013 Posted February 5, 2013 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.
Willott Posted February 5, 2013 Posted February 5, 2013 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...
Michael Posted February 5, 2013 Posted February 5, 2013 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.
Roberto Posted February 5, 2013 Posted February 5, 2013 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.
Willott Posted February 5, 2013 Posted February 5, 2013 No limits on shares, and I had the same thoughts... unless @Simcfc73 found a solution, I'm going to have to go back to the company and approach them on SQL express route...
Michael Posted February 5, 2013 Posted February 5, 2013 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. 1
Simcfc73 Posted February 5, 2013 Author Posted February 5, 2013 Can't help sorry, we only had a maximum of 15 kids and it was stil pants 1
Willott Posted February 5, 2013 Posted February 5, 2013 Can't help sorry, we only had a maximum of 15 kids and it was stil pants Firework lighting time...
synaesthesia Posted July 2, 2013 Posted July 2, 2013 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.
Willott Posted July 2, 2013 Posted July 2, 2013 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.
mac_shinobi Posted July 2, 2013 Posted July 2, 2013 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 ?
synaesthesia Posted July 2, 2013 Posted July 2, 2013 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.
synaesthesia Posted July 2, 2013 Posted July 2, 2013 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!
mac_shinobi Posted July 2, 2013 Posted July 2, 2013 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 ?
synaesthesia Posted July 2, 2013 Posted July 2, 2013 Not noticed. It would certainly have been reported if it caused issues anywhere else. It's mostly just a drive that stores software that runs from a share/network location.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now