Friday, June 5, 2015

Microsoft IIS Error - Not enough storage is available to complete this operation




I am running a third party application on Windows Server 2003 and IIS. Requests to specific pages (which process a lot of data) fails with this error:




Error: 
Not enough storage is available to complete this operation.
Number:
0x8007000E




This is most likely an issue with the software itself and I already know it should be fixed at code level, but this is up to this third party.



What I am looking for is a way of alleviating this issue by configuring IIS properly (for example: increase buffer and memory allocated for applications). I can easily upgrade the server memory if required.



Any help is welcome! Thanks!


Answer



http://support.microsoft.com/kb/890425
http://forums.iis.net/t/1053665.aspx



A few possibly helpful links from the above:







No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...