PRJ2000: VBScript Run-Time Error 800a01a8 When You Connect to Microsoft Project Central (316883)
The information in this article applies to:
This article was previously published under Q316883 SYMPTOMS
When you attempt to connect to Microsoft Project Central by typing http://server name/ProjectCentral in the Address bar of your browser, where server name is the name of the Microsoft Project Central Server, you may receive the following error message in your browser window:
Microsoft VBScript runtime error '800a01a8'
Object required: 'application(...)'
/projectcentral/Includes/Utils.inc, line 118.
CAUSE
This behavior can occur if one of the following conditions is true:
- The Microsoft Project Central application name and application starting point settings are not configured in Microsoft Internet Information Services (IIS).
In IIS, the application name for Microsoft Project Central should be configured as ProjectCentral and the application starting point should be set to <Default Web Site>\ProjectCentral.
-or-
- The Transmission Control Protocol (TCP) port of the default Web site in IIS is configured to use a port that is different than the default
TCP port number of 80.
RESOLUTION
To resolve this behavior, use one of the following methods, as appropriate to your situation.
Method 1: Configure the Microsoft Project Central Application Settings in IIS
Configure the Microsoft Project Central application settings in IIS. To do this, follow these steps:
- Start Internet Services Manager, or open the Microsoft Management Console (MMC) that contains the IIS snap-in.
- Expand * server name, where server name is the name of the server.
- Expand Default Web Site.
- Right-click ProjectCentral, and then click Properties.
- Click the Virtual Directory tab. Under Application Settings, click the Create button that is next to the Application name box.
- Verify that ProjectCentral is displayed in the Application name box and <Default Web Site>\ProjectCentral is displayed next to Starting point.
- In the Execute Permissions box, click Scripts and Executables (in Microsoft Windows 2000) or Execute (Including Scripts) (in Microsoft Windows NT 4.0), if it is not already selected.
- Click OK.
- Quit Internet Services Manager or quit the IIS snap-in.
Method 2: Include the Port Number of the Default Web Site in the URL of the Microsoft Project Central Web Site
In the Address bar of your browser, type a colon (:) followed by the port number that is used by the default Web site after the server name in the Uniform Resource Locator (URL) of the Microsoft Project Central Web site.
For example, type the following in the Address bar of your browser to connect to the Microsoft Project Central Web site, where server name is the name of the Microsoft Project Central Server and port number is the port number that is used by the default Web site:
http://server name:port number/ProjectCentral Method 3: Configure the TCP Port of the Default Web Site to Use Port 80
Configure the TCP port of the default Web site in IIS to use port 80. To do this, follow these steps:
- Start Internet Services Manager, or open the MMC that contains the IIS snap-in.
- Expand * server name, where server name is the name of the server.
- Right-click Default Web Site, and then click Properties.
- Click the Web Site tab. Under Web Site Identification, type 80 in the TCP Port box, and then click OK.
- Quit the IIS snap-in.
To connect to the Microsoft Project Central Web site, type following line in the Address bar of your browser, where server name is the name of the Microsoft Project Central Server:
http://server name/ProjectCentral
Modification Type: | Minor | Last Reviewed: | 1/7/2006 |
---|
Keywords: | kberrmsg kbprb KB316883 |
---|
|