XWEB: Exchange Discussion Wizard Runtime Error 800A01A8 (254291)
The information in this article applies to:
- Microsoft Outlook Web Access 5.5 SP 1
- Microsoft Outlook Web Access 5.5 SP 2
- Microsoft Outlook Web Access 5.5 SP 3
- Microsoft Exchange Server 5.5
This article was previously published under Q254291 SYMPTOMS
If you try to open a Microsoft Exchange Server public folder by using a Web browser after you download and install the Exchange Discussion Wizard from the Web, you may receive the following error message:
Microsoft VBScript runtime error '800a01a8'
Microsoft VBScript runtime error '800a01a8'
Object required; 'application (...)'
\webname\scripts\folder.inc, line12
RESOLUTION
To resolve this problem, make the following changes to the Folder.inc file on the server running Outlook Web Access (OWA):
- In Notepad, open the Folder.inc file, located at Inetpub\Wwwroot\Webname\Scripts\Folder.inc, and then comment out line 12 by adding an apostrophe to the beginning of the line.
- Add the following text to the line that follows line 12:
Set objRenderApp = Server.CreateObject("AMHTML.Application")
- Comment out line 80, in which the following text is displayed
response.write "Adding Patternsbr"
by adding an apostrophe to the beginning of the line.
Modification Type: | Minor | Last Reviewed: | 4/28/2005 |
---|
Keywords: | kbprb KB254291 |
---|
|