Fixed error 1093 "unable to get the private bytes memory limit for the w3wp process"

Source: Internet
Author: User
Tags metabase
I made a new Moss environment and encountered this error again.

=== Error message corresponding to the Event Viewer ====

Event Type: Error
Event Source: ASP. NET 2.0.50727.0
Event category: None
Event ID: 1093
Date: 10/24/2008
Time: 12:29:54
User: N/
COMPUTER: <computername>
Description:
Unable to get the private bytes memory limit for the w3wp process. The ASP. NET cache will be unable to limit its memory use, which may lead to a process restart. Error: 0x80070005

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

====================

==== Error cause ====

This is a known error caused by insufficient IIS metabase permissions.

The IIS metabase ACL of the target server does not contain the iis_wpg group on the following two nodes.

-W3svc/apppools
-W3svc/Filters

==== Solution ====

Download metaacl utility (http://support.microsoft.com /? Id = 267904). After installation, open the command line and switch the current directory to the metaacl utility installation directory and run:

-Cscript metaacl. vbs IIS: // localhost/w3svc/apppools iis_wpg re
-Cscript metaacl. vbs IIS: // localhost/w3svc/filters iis_wpg re

Note:
The path in the command is case sensitive (preferably Copy & Paste). Run the command to restart the IIS service.

====================================

Source: http://blogs.msdn.com/carloc/archive/2006/09/20/unable-to-get-the-private-bytes-memory-limit-for-w3wp-exe-process.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.