PRB: Cannot Set AppRoot OutProc, MTS Package Identity Set to "Y"
ID: Q195956
|
The information in this article applies to:
-
Microsoft Internet Information Server version 4.0
-
Microsoft Windows NT 4.0
SYMPTOMS
When you try to set up a Web application to run in a separate process in
the Internet Service Manager Microsoft Management Console (MMC), the
application disappears. If you look in the Microsoft Transaction Server
Explorer (MTS), the package created for your application has the Identity set to
run as user "Y".
CAUSE
The IWAM account is not being synchronized. The password specified for the
IWAM_MachineName account (or a different account specified by the user) in
the metabase (the Internet Information Server [IIS] 4.0 registry) is different from the password set for that same account in the User Manager for Domains.
RESOLUTION
- Find out what account is being used for the Web Application Manager
(WAM) in the metabase (the IIS 4.0 registry). From a Command prompt,
type the following:
c:\winnt\system32\inetsrv\adminsamples> adsutil SET w3svc/
WAMUserPass Password
WAMUserPass : (String) "Password"
- Open the User Manager for Domains, and reset the password for the account
returned in step 1. For this example, the password is "Password".
- Set the new password in the metabase. From a Command prompt type the
following:
c:\winnt\system32\inetsrv\adminsamples> adsutil SET w3svc/
WAMUserPass Password
WAMUserPass : (String) "Password"
- Remove the package that was created during the first attempt to set
the Application Root to run in a separate memory space. Open MMC, and from
the Microsoft Transaction Server menu, click Computers, click My Computer, and then click Packages Installed. Select the package from the list, which should look like the following example:
IIS-{Default Web Site//Root/YourWebSite}
Right-click on the package, click Properties, click Advanced, and clear the Disable deletion check box. Click OK, and then click OK in the warning dialog box that appears.
Right-click on your Web site Package, and click Delete.
- In the MMC, under the Internet Information Server menu, click My
Computer (name), click Default Web Site, and select <YourWebSiteName>. Right-click <YourWebSiteName>, and click Properties. In the Properties dialog box, click the Virtual Directory (or Directory) tab. In the Application
Settings window, create your application again by clicking Create.
- In the Properties dialog box, select the Run in separate memory space check box and click OK.
RESULT: Your Application does not disappear and the Identity of your MTS
Package is now set to "IWAM_Machinename."
STATUS
This behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
- Open User Manager for Domains and reset the password for
IWAM_machinename to something different.
- Open the Internet Service Manager MMC. From the Internet Information
Server menu, click My Computer (name), and click Default Web Site. From the list, select an application that is not set to run out of process yet.
- Right-click your selection, click Properties, and click the
Virtual Directory (or Directory) tab. Select the Run in separate memory
space check box in the Application Settings window.
- Click OK.
RESULT: The Application Settings for Web site have disappeared. You will
see a little yellow folder icon instead of the little blue package icon.
The MTS Package identity has been set to run as user "Y".
Additional query words:
Keywords : kbGrpASP
Version : winnt:4.0
Platform : winnt
Issue type : kbprb
Last Reviewed: July 15, 1999