BUG: MSIB Management Pack HTTP Check Does Not Function Correctly (810874)
The information in this article applies to:
- Microsoft Solution Offering - Microsoft Solution for Internet Business
SYMPTOMSThe Microsoft Solution for Internet Business (MSIB)
Management Pack
HTTP
Check script does not function correctly.CAUSEThe "HTTP request - no cache" script in the MSIB Microsoft
Operations Manager (MOM) Management pack uses the MSXML2.XMLHTTP object. This object does not work reliably.RESOLUTIONIf you want to use the "HTTP request - no cache" script to
check your Web servers, use the MSXML2.ServerXMLHTTP object instead. To change the "HTTP request - no cache"
MOM Management pack script, follow these steps:
- In the MOM Administrator Console on the MOM server, expand
Console Root, expand Microsoft Operations
Manager, expand Rules, expand
Advanced,
and
then expand Scripts.
- In the right pane of Script Properties, double-click HTTP request
- no cache, and then click the Script tab.
- In Specify the VBScript source code for the
script, locate MSXML2.XMLHTTP, and then replace it with MSXML2.ServerXMLHTTP. Click OK.
STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are
listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 4/21/2003 |
---|
Keywords: | kbpending kbinfo kbbug KB810874 kbAudDeveloper |
---|
|