XWEB: VBScript Error 0x800A01A8 When Using OWA on Windows 2000
ID: Q232193
|
The information in this article applies to:
-
Microsoft Outlook Web Access, version 5.5 Service Packs 1, 2
SYMPTOMS
If you have installed the Microsoft Outlook Web Access (OWA) component for Microsoft Exchange Server version 5.5 on a Windows 2000 server, you may encounter the following error message when trying to access the Logon page:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
---------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Application(...)'
/exchange/USA/logon.asp, line 12
CAUSE
Changes need to be made to Collaboration Data Object (CDO) to render the data correctly because of changes in Internet Information Server (IIS) in Windows 2000.
RESOLUTION
A supported fix that corrects this problem is now available from Microsoft, but
it has not been fully regression tested and should be applied only to systems
experiencing this specific problem. If you are not severely affected by this
specific problem, Microsoft recommends that you wait for the next Microsoft Exchange Server 5.5 service pack
that contains this fix.
To resolve this problem immediately, contact Microsoft Product Support Services
to obtain the fix. For a complete list of Microsoft Product Support Services
phone numbers and information on support costs, please go to the following
address on the World Wide Web:
http://www.microsoft.com/support/supportnet/overview/overview.asp
The English version of this fix should have the following file attributes or later:
Component: CDO
Date |
Time |
Size |
File name |
Platform |
04/08/99 |
08:19a |
796,672 |
Cdo.dll |
x86 |
03/24/99 |
12:05p |
530,432 |
Cdohtml.dll |
x86 |
04/08/99 |
07:57a |
1,151,248 |
Cdo.dll |
alpha |
03/24/99 |
12:04p |
780,800 |
Cdohtml.dll |
alpha |
STATUS
Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 5.5.
MORE INFORMATION
To install the fix, perform the following steps on the computer where Microsoft Outlook Web Access is installed:
- Stop the IIS Admin service, which will stop the following services (if they are running):
World Wide Web Publishing Service
Microsoft SMTP Service
Microsoft NNTP Service
FTP Publishing Service
- Stop the Microsoft Exchange Server System Attendant service, which will stop the following services (if they are running):
Microsoft Exchange Event Service
Microsoft Exchange Information Store
Microsoft Exchange Message Transfer Agent
Microsoft Exchange Directory
- Copy the hotfix version of Cdo.dll to Winroot\System32, which will replace the existing copy of Cdo.dll in this directory.
- Copy the hotfix version of Cdohtml.dll to Exchsrvr\Bin, which will replace the existing copy of Cdohtmll.dll in this directory.
- Reregister Cdo.dll and Cdohtml.dll by typing the following syntax at a command prompt, or by clicking Start, Run, and typing the following commands in the text box:
regsvr32 c:\winnt\system32\cdo.dll
-and-
regsvr32 c:\exchsrvr\bin\cdohtml.dll
NOTE: The paths for the Cdo.dll and Cdohtml.dll files assume that these directories are on drive C; if this is not the correct drive for your system, change the drive letter of the path to point to the correct drive location of the files.
- Restart the services stopped in steps 1 and 2 above.
Now you should be able to use the Microsoft Exchange Server Outlook Web Access component on this server.
Additional query words:
Keywords :
Version : WINDOWS:5.5
Platform : WINDOWS
Issue type : kbbug