Is this server, client or jet engine problem?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. .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...
    4. 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...
    5. 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. ...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139