SitePoint Sponsor

User Tag List

Results 1 to 5 of 5

Thread: Can't log into admin anymore

  1. #1
    SitePoint Addict
    Join Date
    Apr 2003
    Location
    canada
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can't log into admin anymore

    Hi All,

    A client is having a problem logging into his admin side for his website.

    now here is the error that is being thrown after you put in the user credentials

    Technical Information (for support personnel)

    * Error Type:
    Microsoft JET Database Engine (0x80004005)
    System resource exceeded.
    D:\WEBSITES\WWW.PHOTOSENSE.CA\ADMIN\../include/ado.asp, line 66

    * Browser Type:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3

    * Page:
    POST 37 bytes to /admin/default.asp

    * POST Data:
    txtUsername=dave&txtPassword=studio54

    * Time:
    Tuesday, May 25, 2010, 10:05:11 AM

    * More information:
    Your Websites Your Way!!
    www.clhdesigns.com

  2. #2
    SitePoint Wizard siteguru's Avatar
    Join Date
    Oct 2002
    Location
    Scotland
    Posts
    3,535
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Sounds like something for his web host to resolve. Maybe a reboot of the server to flush redundant connections. Or perhaps another user of that server (if it is shared hosting) has written a poorly coded ASP application that is hogging server resources and memory. (I'm going to presume that YOUR application is properly coded, with all DB connections and other objects properly closed and killed. )

    Or perhaps the database file (if it is an Access database) needs to be sorted (Compact and Repair).

    Google the error message - there are lots of hits, which are summarised as above.
    Ian Anderson
    www.siteguru.co.uk

  3. #3
    SitePoint Zealot gidday's Avatar
    Join Date
    Jan 2007
    Posts
    190
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi capples3

    This might also be caused by omitting RS.MoveNext in a recordset loop causing the memory buffer to exceed its set parameters. This is a coding error.
    Joe
    "All that is necessary for the triumph of evil
    is that good men do nothing."

  4. #4
    Programming Team silver trophybronze trophy
    Mittineague's Avatar
    Join Date
    Jul 2005
    Location
    West Springfield, Massachusetts
    Posts
    14,357
    Mentioned
    64 Post(s)
    Tagged
    1 Thread(s)
    I imagine the error message would be different if this was the problem, but
    Quote Originally Posted by capples3 View Post
    .....
    * Error Type:
    Microsoft JET Database Engine (0x80004005)
    System resource exceeded.
    D:\WEBSITES\WWW.PHOTOSENSE.CA\ADMIN\../include/ado.asp, line 66
    .....
    it's OK to have both types of slashes in the same line?

  5. #5
    SitePoint Wizard siteguru's Avatar
    Join Date
    Oct 2002
    Location
    Scotland
    Posts
    3,535
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    On a Windows server, I think yes.
    Ian Anderson
    www.siteguru.co.uk

Bookmarks

Posting Permissions

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