IIS reports that the system cannot start the server process because the configuration type is incorrect. Check the user name and password.

Source: Internet
Author: User
Tags metabase
The system cannot start the server process because the configuration type is incorrect. Check the user name and password.

Solution:
Manually synchronize the password of the IWAM account in the Active Directory, IIS metabase database, and COM + application
You must log on to the computer as an administrator in three steps to provide sufficient operation permissions (IWAM uses iwam_mycomputer as an example ).

1. Change the password of iwam_mycomputer in Active Directory

Because the password of the IWAM account is controlled by the system and generated randomly, we don't know what it is. To complete the password synchronization in the following two steps, we must set the password of the IWAM account to a value we know.

1. Choose Start> program> Administrative Tools> Computer Management to start the computer management unit.

2. Click "user", select "iwam_mycomputer" on the right, right-click and select "Reset Password", and set a new password for iwam_mycomputer In the Reset Password recipient box that appears, here we set it to "mycomputer" (without quotation marks). OK. Wait until the password is modified successfully.

2. Synchronize the password of iwam_mycomputer in IIS metabase

This change may be too sensitive and important. Microsoft did not provide an explicit user interface for us to modify the iwam_mycomputer account password in IIS metabase, and only provided a management script adsutil with iis5. vbs. The script is located in the C: \ Inetpub \ adminscripts subdirectory (the location may vary depending on the settings you set when installing iis5 ).

The adsutil. vbs script has powerful functions, many parameters, and complex usage. Here we only provide the method to use this script to modify the iwam_mycomputer account password:

Adsutil set w3svc/wamuserpass Password

The "password" parameter is the new password of the IWAM account to be set. Therefore, the command to change the password of iwam_mycomputer in IIS metabase to "mycomputer" is:

C: \ Inetpub \ adminscripts> cscript.exe adsutil. vbs set w3svc/wamuserpass your password

After the modification is successful, the system prompts the following:

Wamuserpass: (string) "mycomputer"

// Written by another user

1. Right-click my computer and choose manage from the shortcut menu. Set the password for IUSR _ machine name and IWAM _ machine name.

2. Start-> Run-> RUN cmd,
Then cd d: \ Inetpub \ adminscripts (my system is on disk D ),
Then cscript.exe adsutil. vbs set w3svc/wamuserpass your password,
Then cscript.exe adsutil. vbs set w3svc/anonymoususerpass your password

Can you see it? If not
Cscript.exe synciwam. vbs-V,
Then iisreset.
// Written by another user

3. Synchronize the iwam_mycomputer password used by the COM + application

The iwam_mycomputer password used to synchronize COM + applications. You can choose either of the following two methods, the other is to use the IWAM account synchronization script s ynciwam. vbs.

1. Use the component service MMC Management Unit

(1) Start the Component Service Management Unit: Choose Start> RUN> MMC to start the management console and open the Add/delete Management Unit dialog box, add the Component Service Management Unit.

(2) choose component service> Computer> my computer> COM + application> out-of-process pooled applications ", right-click "out-of-process pooled Applications"-> "properties ".

(3) switch to the "sign" tab in the "out-of-process pooled Applications" attribute dialog box. "This application runs under the following accounts" and "this user" is selected, with the username "iwam_mycomputer ". These are all default values and do not need to be modified. Enter the correct password "mycomputer" in the "password" and "Confirm Password" text boxes below to exit.

(4) If the system prompts "the application is created by more than one external product. Are you sure you want to be supported by these products ?" .

(5) If we set "application protection" for some other web pages in IIS to "high (independent )", the IWAM account and password of the COM + application used by the web must also be synchronized. Repeat Step (1)-(4) To synchronize the IWAM account and password of the corresponding out of Process application.

 

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.