473,385 Members | 2,044 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Too many active users

I have a rather odd problem that I'm at a loss to explain.

The mdb is in A2K2 format, and has many tables linked to around 3-4
different back end mdbs. It is running on a Win2K3 server (set up as a TS
application server, if that's relevant).

The process that is running is producing a large number of reports,
sometimes to .snp format, sometimes to printer. When trying to access one
particular mdb, it will come up with the error "<mdb file> in use" or "Too
many active users". This latter one has only come up recently.

The odd thing is that the only thing it is trying to do at this point is a
DCount. When the error message occurs, I can resume code execution and it
runs properly. I *could* error trap that message and resume, but I would
rather get to the bottom of this.

The error is intermittent. When I run the test without other users using the
same data, the error does not occur. The front end is not shared.

Any ideas would be appreciated.
Nov 13 '05 #1
3 6630
Are your users running using Terminal Server?

Does each user have a separate copy of the front end? If not, that would be
the first step.

Is there a possibility that someone might actually have opened one of the
back end databases for exclusive use? Certainly if all users are logged in
to the same front end, and anyone is modifying design, the other users will
get a message of this kind.

Larry Linson
Microsoft Access MVP

"Shane Suebsahakarn" <sh_a_n_e@gciXc_om.net> wrote in message
news:d4**********@hercules.btinternet.com...
I have a rather odd problem that I'm at a loss to explain.

The mdb is in A2K2 format, and has many tables linked to around 3-4
different back end mdbs. It is running on a Win2K3 server (set up as a TS
application server, if that's relevant).

The process that is running is producing a large number of reports,
sometimes to .snp format, sometimes to printer. When trying to access one
particular mdb, it will come up with the error "<mdb file> in use" or "Too
many active users". This latter one has only come up recently.

The odd thing is that the only thing it is trying to do at this point is a
DCount. When the error message occurs, I can resume code execution and it
runs properly. I *could* error trap that message and resume, but I would
rather get to the bottom of this.

The error is intermittent. When I run the test without other users using the same data, the error does not occur. The front end is not shared.

Any ideas would be appreciated.

Nov 13 '05 #2
I did cover the basic stuff properly, I think :-)

Each user does have their own copy of the FE and the BE is definitely not
open exclusively.
Some users do use TS and others run the FE across the network, but the error
seems to
occur regardless of whether it's being run on TS or not - I have
successfully run a full output
run of something like 16-17K files on TS without a problem though.

I've found some references about this message occuring on Access running on
a Linux
fileshare, but that doesn't apply in my case, although I'm wondering if it
could be an issue
with Windows reaching a maximum number of filelocks. The "too many active
users"
*might* suggest that the LDB file is not being cleared out correctly, so I
may just have
to sit and watch it with LDBView and see what's happening.

*sigh*

If you've any other suggestions, I'd be grateful.

"Larry Linson" <bo*****@localhost.not> wrote in message
news:euf9e.20654$Zn3.13697@trnddc02...
Are your users running using Terminal Server?

Does each user have a separate copy of the front end? If not, that would
be
the first step.

Is there a possibility that someone might actually have opened one of the
back end databases for exclusive use? Certainly if all users are logged in
to the same front end, and anyone is modifying design, the other users
will
get a message of this kind.

Larry Linson
Microsoft Access MVP

"Shane Suebsahakarn" <sh_a_n_e@gciXc_om.net> wrote in message
news:d4**********@hercules.btinternet.com...
I have a rather odd problem that I'm at a loss to explain.

The mdb is in A2K2 format, and has many tables linked to around 3-4
different back end mdbs. It is running on a Win2K3 server (set up as a TS
application server, if that's relevant).

The process that is running is producing a large number of reports,
sometimes to .snp format, sometimes to printer. When trying to access one
particular mdb, it will come up with the error "<mdb file> in use" or
"Too
many active users". This latter one has only come up recently.

The odd thing is that the only thing it is trying to do at this point is
a
DCount. When the error message occurs, I can resume code execution and it
runs properly. I *could* error trap that message and resume, but I would
rather get to the bottom of this.

The error is intermittent. When I run the test without other users using

the
same data, the error does not occur. The front end is not shared.

Any ideas would be appreciated.


Nov 13 '05 #3
Shane,

This is not something that I have encountered myself. I remember some
threads on the subject here and, as I've said many times, the best
collection of information and links on Access in the multiuser environment
is at MVP Tony Toews' site http://www.granite.ab.ca/accsmstr.htm. Perhaps
someone with specific experience with this problem can join in here with
some suggestions.

Larry Linson
Microsoft Access MVP
"Shane Suebsahakarn" <sh_a_n_e@gciXc_om.net> wrote in message
news:d4**********@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
I did cover the basic stuff properly, I think :-)

Each user does have their own copy of the FE and the BE is definitely not
open exclusively.
Some users do use TS and others run the FE across the network, but the error seems to
occur regardless of whether it's being run on TS or not - I have
successfully run a full output
run of something like 16-17K files on TS without a problem though.

I've found some references about this message occuring on Access running on a Linux
fileshare, but that doesn't apply in my case, although I'm wondering if it
could be an issue
with Windows reaching a maximum number of filelocks. The "too many active
users"
*might* suggest that the LDB file is not being cleared out correctly, so I
may just have
to sit and watch it with LDBView and see what's happening.

*sigh*

If you've any other suggestions, I'd be grateful.

"Larry Linson" <bo*****@localhost.not> wrote in message
news:euf9e.20654$Zn3.13697@trnddc02...
Are your users running using Terminal Server?

Does each user have a separate copy of the front end? If not, that would
be
the first step.

Is there a possibility that someone might actually have opened one of the back end databases for exclusive use? Certainly if all users are logged in to the same front end, and anyone is modifying design, the other users
will
get a message of this kind.

Larry Linson
Microsoft Access MVP

"Shane Suebsahakarn" <sh_a_n_e@gciXc_om.net> wrote in message
news:d4**********@hercules.btinternet.com...
I have a rather odd problem that I'm at a loss to explain.

The mdb is in A2K2 format, and has many tables linked to around 3-4
different back end mdbs. It is running on a Win2K3 server (set up as a TS application server, if that's relevant).

The process that is running is producing a large number of reports,
sometimes to .snp format, sometimes to printer. When trying to access one particular mdb, it will come up with the error "<mdb file> in use" or
"Too
many active users". This latter one has only come up recently.

The odd thing is that the only thing it is trying to do at this point is a
DCount. When the error message occurs, I can resume code execution and it runs properly. I *could* error trap that message and resume, but I would rather get to the bottom of this.

The error is intermittent. When I run the test without other users
using the
same data, the error does not occur. The front end is not shared.

Any ideas would be appreciated.



Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Homer J. Simpson | last post by:
Hi, Any idea to get the -REAL- number of active users -WITHOUT- this kind of code ? ---------------------------------------------------------------------------- --------- Sub Session_OnStart...
3
by: Luis Esteban Valencia | last post by:
Hello gusys, Is it possible to make my asp.net application add users to the AD , I also want to be able to delete users, modify their information, everything through a website. Thanks for the...
1
by: tangus via DotNetMonster.com | last post by:
Hello all, I'm really struggling with getting some Active Directory code to work in ASP.NET. Can you please provide assistance? I am executing the following code: Dim enTry As DirectoryEntry =...
4
by: Patrick.O.Ige | last post by:
If i want to generate a menu structure depending on who is logged in in an intranet system(using windows authentication) is it better to use the GROUPS in Active Directory or to move the Active...
0
by: Kooki | last post by:
Hi, I am developing a small programme to add ACTIVE DIRECTORY users to another server. everything works fine .. I get the users from AD using LDAP but while adding users I need to get the user...
0
by: jakobsgaard | last post by:
It is possible to Map a certificate to a Active Directory User Account from DotNet? Please provide an example. Best regards, Ejnar Jakobsgaard...
1
by: Lucky | last post by:
hi guys, after long long efforts i got access to the active directory for "Intigrated windows authentication". now i', suppose to get access the network resources. the problem is i'm getting...
2
by: Jim in Arizona | last post by:
My goal, somehow, is to populate a dropdownlist with all the user names in active directory. I don't even know where to begin, really. I added a reference to System.DirectoryServices so I could...
0
by: fblake | last post by:
Brussels, Belgium and Sunnyvale, Calif., – July 2007 – Active Up today announced today that it has entered into an agreement with Commtouch® (NASDAQ:CTCH) to license Anti-Spam and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.