|
Home > Archive > Site Server General > June 2004 > Keep on getting error: Not enough storage is available to process this command.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Keep on getting error: Not enough storage is available to process this command.
|
|
| Ernan 2004-06-08, 12:00 am |
| Hello,
I am getting the following error in my Site Server shop:
Commerce.FileDocument.1 error '80070008'
Not enough storage is available to process this command.
/shop/manager/include/Manager.asp, line 39
Line 39 of the include file shows the following:
38: managerCSC = Server.MapPath("/" & mscsPage.SiteRoot &
"/manager/config/site.csc")
39: set mscsManagerSite = fileDocument.ReadFromFile(managerCSC,
"IISProperties")
This has just started today! I did njot update anyghitn on the server.
Anyone knows what causes this problem? I have checked both the free disk
space (over several gigs) and the available memory at that time.
Regards,
Ernan
| |
| A. M. 2004-06-11, 12:00 am |
| What is the size of the site.css file? Perhaps it is corrupted.
"Ernan" <ernan@hotmail.com> wrote in message
news:77154825.0406071302.738d4ce1@posting.google.com...
> Hello,
>
> I am getting the following error in my Site Server shop:
>
> Commerce.FileDocument.1 error '80070008'
> Not enough storage is available to process this command.
> /shop/manager/include/Manager.asp, line 39
>
> Line 39 of the include file shows the following:
> 38: managerCSC = Server.MapPath("/" & mscsPage.SiteRoot &
> "/manager/config/site.csc")
> 39: set mscsManagerSite = fileDocument.ReadFromFile(managerCSC,
> "IISProperties")
>
> This has just started today! I did njot update anyghitn on the server.
>
> Anyone knows what causes this problem? I have checked both the free disk
> space (over several gigs) and the available memory at that time.
>
> Regards,
>
> Ernan
| |
|
| There is not any proper fix for this but there is a Temp solution for that
There are 2 ways to do it
Either reduce the script engine from 125(Default) (it can varies) in IIS to 60 .
You can setup under properties of IIS .
Or Use no caching for your IIS .Make the change in the registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl
Set\Services\W3SVC\ASP\Parameter
and create ScriptFileCacheSize = 0
In both cases ,you will find slower performace from the web site.
i would suggest to go for 1st option ,with this you can still have some caching features.
Thanks
JB
quote: Originally posted by Ernan
Hello,
I am getting the following error in my Site Server shop:
Commerce.FileDocument.1 error '80070008'
Not enough storage is available to process this command.
/shop/manager/include/Manager.asp, line 39
Line 39 of the include file shows the following:
38: managerCSC = Server.MapPath("/" & mscsPage.SiteRoot &
"/manager/config/site.csc")
39: set mscsManagerSite = fileDocument.ReadFromFile(managerCSC,
"IISProperties")
This has just started today! I did njot update anyghitn on the server.
Anyone knows what causes this problem? I have checked both the free disk
space (over several gigs) and the available memory at that time.
Regards,
Ernan
|
|
|
|
|