If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Error - "Not enough storage is available to complete this operation"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-03, 01:56
nshukla nshukla is offline
Registered User
 
Join Date: Sep 2003
Location: Mumbai, INDIA
Posts: 8
Error - "Not enough storage is available to complete this operation"

Hi,

We are facing a problem on our live web server, wherein the website stops responding, this happens once in a while say after every two or three days and sometimes everyday, we see this error on our web browser "Not enough storage is available to complete this operation".

We have reinstalled IIS 5.0 but still we are getting this error.

The moment we restart IIS , website starts responding. We have also noticed this happens when there is traffic to site but we don't have much traffic currently on our site its too less currently still it is showing this error. Our web server has 1 GB RAM.

Can someone please help us how do we solve this problem? Is this due to hardware problem? ASP coding? or OS related problem?

Thanks

Naveen
Reply With Quote
  #2 (permalink)  
Old 09-29-03, 03:31
jlot6 jlot6 is offline
Registered User
 
Join Date: Sep 2003
Location: Newark, Vermont
Posts: 20
Are you using databases? Are you clearing your recordsets and other objects?
Reply With Quote
  #3 (permalink)  
Old 09-29-03, 06:43
nshukla nshukla is offline
Registered User
 
Join Date: Sep 2003
Location: Mumbai, INDIA
Posts: 8
Quote:
Originally posted by jlot6
Are you using databases? Are you clearing your recordsets and other objects?

We are using a shared SQL 2000 database.The database server has a high memory and CPU configuration. Our server has 2.4 Ghz CPU and 1 GB RAM.

SP4 installed on WIN 2K.
Reply With Quote
  #4 (permalink)  
Old 10-15-03, 03:19
Techguy Techguy is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Re: Error - "Not enough storage is available to complete this operation"

Hi ...
Try to verify your codes, I doubt that there might be Memory Leakage.
Regards,
Techguy
Quote:
Originally posted by nshukla
Hi,

We are facing a problem on our live web server, wherein the website stops responding, this happens once in a while say after every two or three days and sometimes everyday, we see this error on our web browser "Not enough storage is available to complete this operation".

We have reinstalled IIS 5.0 but still we are getting this error.

The moment we restart IIS , website starts responding. We have also noticed this happens when there is traffic to site but we don't have much traffic currently on our site its too less currently still it is showing this error. Our web server has 1 GB RAM.

Can someone please help us how do we solve this problem? Is this due to hardware problem? ASP coding? or OS related problem?

Thanks

Naveen
Reply With Quote
  #5 (permalink)  
Old 12-20-03, 19:42
Selcuk Selcuk is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
Infact in our web server we live absolutely the same thing. But we have currently over 200k pages per day visited.

Appearently people said to check your codes. If you done that already, check Content-Types as well... Because there is an IIS DoS attack currently doing the same.

If you solved your problem, please message me how does the progress going?
Reply With Quote
  #6 (permalink)  
Old 12-21-03, 04:33
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Re: Error - "Not enough storage is available to complete this operation"

Could this be a logging issue...? Do you see any really large files in the root folder?

Tim
__________________
Tim
Reply With Quote
  #7 (permalink)  
Old 12-22-03, 05:09
nshukla nshukla is offline
Registered User
 
Join Date: Sep 2003
Location: Mumbai, INDIA
Posts: 8
Thanks for sharing your views.

Yes, we have resolved the issue, it seems as of now. The IIS process has not restarted in the last one week now.

We cleaned up the code by specifically all database connections at the end of the page, closing all objects, even nullifying the variables which are temporary for a page only.

There was also problem in the query string of the form submission where the connection remained live trying to fetch some invalid values passed.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On