Ask a Question related to ASP Database, Design and Development.
-
Me #1
Is this server, client or jet engine problem?
Hi,
I'm getting an intermittent error on my site.
The server is win2000 and the site is scripted with classic asp 3.0 and
vbscript.
Everything has been fine for the last couple of years and I've made no
changes.
I've started getting this error
************************************************** *****
I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC Microsoft Access Driver] Too many client tasks.
************************************************** *******
I found this article at microsoft http://support.microsoft.com/?kbid=154869
I contacted my host and they said that it was because too many users
were trying to access the db at the same time.
I checked all my traffic log files and nothing has changed In fact the sites
have had more hits in the past with no problems.
This is affecting 2 domains hosted with the same host on the same server.
Can anyone shed any light on this because I'm certain there's a problem with
the host.
Thanks
Dan
Me Guest
-
Flash Webcam client <-> client (not client <-> server<-> client)
Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer... -
java client and .NET server problem
Hi, I'm writing a java client for .NET server. I'm using Java and the Apache Axis API. When I send a soap request I get back the following... -
.net Impersonate with integrated authentication client server problem
Hi, I build a asp.net web application to update user accounts in Active Directory (AD). This application works fine on my test server when I acces... -
conn.open problem on client, not on server
I'm struggling with this problem waaaaay to long... i want to generate a letter when a button is clicked on my page. Ms Word should be opened and... -
CHAP authentication problem with Linux client to Win 2K VPN server
I'm trying to set up a VPN from my RH 8.0 machine to a Windows 2K system at my work. The Windows 2K side is working with other Windows machines. ... -
Bob #2
Re: Is this server, client or jet engine problem?
Me wrote:
That's simply the wrong diagnosis. It has nothing to do with the number of
users.
Two suggestions:
Make sure you are explicitly closing and destroying your connections on each
page where they are used.
Try switching to the native Jet OLEDB provider rather than the obsolete ODBC
driver. (see www.able-consulting.com/ado_conn.htm for examples of connection
strings using this provider).
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Guest
-
Me #3
Re: Is this server, client or jet engine problem?
Hi Bob,
Thanks for the response all the connections are closed on each page.
I will switch to native Jet OLEDB as you suggested and see if that helps.
I take it that it is client side or could it be the host has problems with
their
ODBC Drivers?
Regards
Dan
"Bob Barrows [MVP]" <SPAMcom> wrote in message
news:#phx.gbl...
>
> That's simply the wrong diagnosis. It has nothing to do with the number of
> users.
>
>
> Two suggestions:
> Make sure you are explicitly closing and destroying your connections on[/ref]
each
ODBC
connection
Me Guest
-
Bob #4
Re: Is this server, client or jet engine problem?
It's probably not a "client" problem given that you are probably not
connecting to the database in client-side code.
The host may need to update their Jet drivers, which is a separate download
from the MDAC installation. Make sure they have Jet 4.0 installed on the
server.
Bob Barrows
Me wrote:
>>
>> That's simply the wrong diagnosis. It has nothing to do with the
>> number of users.
>>
>>
>> Two suggestions:
>> Make sure you are explicitly closing and destroying your connections
>> on each page where they are used.
>> Try switching to the native Jet OLEDB provider rather than the
>> obsolete ODBC driver. (see www.able-consulting.com/ado_conn.htm for
>> examples of connection strings using this provider).
>>
>> Bob Barrows
>>
>> --
>> Microsoft MVP -- ASP/ASP.NET
>> Please reply to the newsgroup. The email account listed in my From
>> header is my spam trap, so I don't check it very often. You will get
>> a quicker response by posting to the newsgroup.[/ref][/ref]
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Guest
-
Me #5
Re: Is this server, client or jet engine problem?
Thanks Bob,
I'll look into it.
Dan
"Bob Barrows [MVP]" <SPAMcom> wrote in message
news:u#phx.gbl...
download [/ref]
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>[/ref]
Me Guest



Reply With Quote

