(1) change the password of the iwam_myserver account 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 following two steps
For Password synchronization, we must set the password of the IWAM account to a value we know.
1. Choose Start> program> Administrative Tools> Active Directory users and computers ",
Start the "Active Directory users and computers" Management Unit.
2. Click "user", select "iwam_myserver" on the right, right-click and select "Reset Password (t )...",
In the Reset Password dialog box that appears, set a new password for iwam_myserver.
"Aboutnt2001" (without quotation marks). OK. Wait until the password is modified successfully.
(2) synchronize the password of iwam_myserver account in IIS metabase
C:/inetpub/adminscripts> adsutil set w3svc/wamuserpass "aboutnt2001"
(3) password of iwam_myserver used to synchronize COM + applications
C:/inetpub/adminscripts/synciwam. vbs-V
1. symptom description:
Run the ASP file locally. The IE prompt is:
Server application error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for maintenance.
Ii. Cause Analysis
SA has been deleted. The Sam file is a database file that saves the user password. After deletion, all user information will be lost, and the corresponding group information will be lost, although you have logged on to the system again, the system has re-established the Sam file, IIS has been re-installed, and the IWAM account has been re-established, but the special information in the original user group has not been restored.
Check Start> Settings> Control Panel> Administrative Tools> component services, "console root directory"-> "component service"-> "computer"-> "my computer"-> "COM + application, there is an IIS Out-of-process pooled application. The application ID is {3d14228d-fbe1-11d0-995d-00c04fd919c1}. Many systems cannot find the application {3d14228d-fbe1-11d0-995d-00
An error such as c04fd919c1} occurs because the application fails to be started. Open the properties of the application and check that the identity is IWAM user. Right-click to start the application and report an error. After you change it to an administrator, it can be started normally. You can also add IWAM to the local administrator group. It is determined that the IWAM user is not authorized to access the application.
Iii. Solution
1. Right-click desktop> my computer and choose "manage"> "Local Users" and "group users:
2. Change the password of IUSR _ computer name and IWAM _ computer name to 123 (it can be another user, but it must be consistent)
3. In the C:/inetpub/adminscripts directory, execute the following (save as the CMD file and run ):
Cscript.exe adsutil. vbs set w3svc/wamuserpass 123
Cscript.exe adsutil. vbs set w3svc/anonymoususerpass 123
Cscript.exe synciwam. vbs-V
Pause
If the final cscript C:/inetpub/adminscripts/synciwam. vbs-V is executed
The error: 1ad: ActiveX part cannot be used to create an object.
It indicates that the COM + component is damaged, and the solution is to reinstall COM +:
1. delete or rename % WINDIR %/system32/clbcatq. dll
2. Restart and enter the Registry to delete the entire HKEY_LOCAL_MACHINE/software/Microsoft/com3
3. Delete the % WINDIR %/registration folder
4. If you have installed a MS04-012 patch, reinstall it.
5. Go to the control panel and click Add/delete Windows components to reinstall COM + (you do not need to select Add/delete any
Which components can be used directly in the next step)