Extension of a virtual server with Windows SharePoint Services does not complete successfully when you use Active Directory account creation mode (828812)
The information in this article applies to:
- Microsoft Windows SharePoint Services
SYMPTOMSWhen you extend a virtual server with Microsoft Windows
SharePoint Services, you may find that the operation does not complete
successfully. The Web site is extended with Windows SharePoint Services.
However, the Web site is not functional. For example, you cannot use the Web
site even though the following components are configured:
- The Internet Server API (ISAPI) filter is
installed.
- The Web.config file and the _vti_pvt, _layouts, _vti_bin,
and _wpresources folders are added to the Web site in Microsoft Internet
Information Services (IIS) 6.0.
You do not receive an error message and no event error messages
are logged to the event logs in Event Viewer. CAUSEThis issue may occur if you configured Windows SharePoint
Services in Active Directory account creation mode and the user account that
you use for the administration application pool identity is not delegated with
the correct permissions to the organizational unit that contains the user
accounts.RESOLUTIONTo resolve this issue, delegate the user account that you
use as the administration application pool identity permissions to the
organizational unit. To do so, follow these steps:
- Retrieve the name of Active Directory directory services
domain that you specified during Setup. To do so, follow these steps:
- Click Start, and then click
Run.
- In the Open box, type
cmd, and then click OK.
- At the command prompt, type the following line, and
then press ENTER :
cd /d %commonprogramfiles%\Microsoft Shared\Web Server Extensions\60\Bin - Type the following line, and then press ENTER:
stsadm -o getproperty -pn adaccountdomain You receive the following response in the Command Prompt window,
where DomainName is the name of the domain:<Property Exist="Yes" Value="DomainName" />
- Retrieve the name of the organizational unit that you
specified. To do so, at the command prompt, type the following line, and then
press ENTER:
stsadm -o getproperty -pn adaccountou You receive the following response in the Command Prompt window,
where OUName is the name of the organizational unit:<Property Exist="Yes" Value="OUName" /> - Delegate permissions to the organizational unit. To do so,
follow these steps:
- On the server that is running Active Directory, start
Active Directory Users and Computers.
- Right-click the appropriate organizational unit, and
then click Delegate control.
The Delegation of
Control Wizard starts. - Click Next.
- On the Users and Groups page, click
Add.
- In the Select Users, Computers, and
Groups dialog box, type the name of the user account that you use as
the administration application pool identity, and then click
OK.
- Click Next.
- On the Tasks to Delegate page, click
Delegate the following common tasks, click to select the
Create, delete, and manage user accounts check box, and then
click Next.
- Click Finish.
Modification Type: | Minor | Last Reviewed: | 1/9/2006 |
---|
Keywords: | kbConfig kberrmsg kbWebServices kbtshoot kbprb KB828812 kbAudITPRO |
---|
|