Re: Too Many Client tasks
anonymous_at_discussions.microsoft.com
Date: 06/14/04
- Next message: Evertjan.: "Re: Cloning a record ?"
- Previous message: Aaron [SQL Server MVP]: "Re: Unspecified error"
- In reply to: Mark Schupp: "Re: Too Many Client tasks"
- Next in thread: Jeff Cochran: "Re: Too Many Client tasks"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Jun 2004 13:11:20 -0700
Thanks for the information. What I am really looking for
is some way to determine who is using the connections and
not closing them.
Does anyone know of a way to see how many access db
connections are open and who or what site has them open.
I know that it is someone not closing their connection
but I can't figure out who it is.
If I can determine that someone has serveral open
connections, I can tell them to check their code and
close the connections.
Thanks,
Brian
>-----Original Message-----
>You are either not closing database connections or there
are just too many
>concurrent users for MS Access to accomodate.
>
>http://www.aspfaq.com/show.asp?id=2195
>
>--
>Mark Schupp
>Head of Development
>Integrity eLearning
>www.ielearning.com
>
>
><anonymous@discussions.microsoft.com> wrote in message
>news:1bdaa01c45188$b4a2d970$a101280a@phx.gbl...
>> This is the error I see in the asp pages.
>>
>>
>> Microsoft OLE DB Provider for ODBC Drivers
>> error '80040e4d'
>>
>> [Microsoft][ODBC Microsoft Access Driver] Too many
client
>> tasks.
>>
>> Basiclly all database access on all sites stop with
this
>> error until I reboot the server.
>>
>> There are no eventlog errors.
>>
>> Thanks,
>> Brian
>>
>>
>>
>> >-----Original Message-----
>> >On Sun, 13 Jun 2004 13:09:57 -0700, "Brian"
>> ><anonymous@discussions.microsoft.com> wrote:
>> >
>> >>I have a problem with a web server that has about 125
>> web
>> >>sites on it. It appears that someone or several
people
>> >>are not closing their connections. I keep getting the
>> >>error "too many client tasks" . I need to know if
there
>> >>is any way to troubleshoot this, like see what user
has
>> >>what connections open. It is not practical to go
>> through
>> >>all of the code since there are probably a thousand
asp
>> >>files on the server. Any help would be GREATLY
>> >>appreciated. I've searched for help with no success.
>> >
>> >Post the full error and where you're seeing it. If
it's
>> in the event
>> >log post the event ID and source, if not, check the
>> event log for a
>> >corresponding error message.
>> >
>> >>The configuration is:
>> >>Windows 2003 Standard Server
>> >>IIS 6
>> >>MDAC that was included with 2003 server.
>> >
>> >Access databases by any chance?
>> >
>> >Jeff
>> >.
>> >
>
>
>
>.
>
- Next message: Evertjan.: "Re: Cloning a record ?"
- Previous message: Aaron [SQL Server MVP]: "Re: Unspecified error"
- In reply to: Mark Schupp: "Re: Too Many Client tasks"
- Next in thread: Jeff Cochran: "Re: Too Many Client tasks"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|