Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Help: System Resource Exceeded

Reply
Thread Tools

Help: System Resource Exceeded

 
 
mark | r
Guest
Posts: n/a
 
      06-23-2005
Microsoft JET Database Engine error '80004005'
System resource exceeded.
/webutils/include_webstats_weeklycount.asp, line 23



Anyone know what this means and how to fix it.
Mark


 
Reply With Quote
 
 
 
 
Ray Costanzo [MVP]
Guest
Posts: n/a
 
      06-23-2005
Do you get this error all the time? If so, what does your code look like,
especially line 23? If not, perhaps you're taxing the Access database more
than it can handle, which doesn't really take much. Do you have SQL Server?

Ray at work

"mark | r" <> wrote in message
news:42bae11d$1$13485$ ...
> Microsoft JET Database Engine error '80004005'
> System resource exceeded.
> /webutils/include_webstats_weeklycount.asp, line 23
>
>
>
> Anyone know what this means and how to fix it.
> Mark
>
>



 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      06-23-2005
mark | r wrote:
> Microsoft JET Database Engine error '80004005'
> System resource exceeded.
> /webutils/include_webstats_weeklycount.asp, line 23
>
>
>
> Anyone know what this means and how to fix it.
> Mark


This can be caused by the failure to properly close and destroy your
recordset and connection objects as soon as you are finished using them:
http://forums.aspfree.com/archive/t-...ource-Exceeded

Also, it might not even be your fault:
http://groups-beta.google.com/group/...6e5026d4f53df9




--
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.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very annoying error: Access to the path is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity Jay ASP .Net 2 08-20-2007 07:38 PM
DAO 3035 error, update problem under Windowx XP x64; "system resource exceeded" Manuel Lopez Windows 64bit 1 10-17-2005 11:51 PM
Resource manager problem: naming for embedded resource. Dirc Khan-Evans ASP .Net 1 10-17-2005 12:52 PM
The system cannot locate the resource specified. Error processing resource avishosh XML 2 08-08-2004 06:28 AM
System resource exceeded. Roberto Ortolano ASP General 1 09-12-2003 03:42 PM



Advertisments
 



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