Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 942054 - Last Review: October 9, 2007 - Revision: 1.1
Error message when you use a certain method in an MCF Web application that is hosted on IIS: "Value does not fall within the expected range"
Consider the following scenario. You have a Microsoft Operations Manager Connector Framework (MCF) Web application that is hosted on Internet Information Services (IIS). You use a certain method in the MCF Web application. For example, you use the
UpdateAlerts method. In this scenario, you may receive the following error message.
Value does not fall within the expected range
This problem occurs because the version of Microsoft ASP.NET in the MCF Web application in IIS is incompatible with ASP.NET 2.0. The virtual directory of MCF requires ASP.NET version 1.1.4322.
To resolve this problem, make sure that the MCF Web application uses the correct version of ASP.NET. To do this, follow these steps.
- Click Start, click Run, type inetmgr.exe, and then click OK.
- In the Internet Information Services (IIS) Manager window, expand Web Sites, right-click Microsoft Operations Manager 2005 Connector Framework, and then click Properties.
- In the Microsoft Operations Manager 2005 Connector Framework Properties dialog box, click the ASP.NET tab.
- In the ASP.NET version drop-down list, select ASP.NET 1.1.4322, and then click OK.
Call stack information
System.Web.Services.Protocols.SoapException was unhandled
Message="System.Web.Services.Protocols.SoapException: Exception of type 'System.Web.Services.Protocols.SoapException' was thrown. ---> System.ArgumentException: Value does not fall within the expected range at Microsoft.ServerManagement.MOM.ForeignConnectors.DasInterop.DasMomConnectorFrameworkClass.UpdateAlerts(Guid ForwardeeId, Object varAlertFieldNamesToUpdate, Array psaAlertsToUpdate, Object varAlertHistoryFieldNamesToUpdate, Array psaAlertHistoryToUpdate, String& pbstrAlertsUpdated, String& pbstrFailedAlertsUpdated, Array& ppFailedAlertsUpdatedIndexes, String& pbstrAlertHistoryUpdated, String& pbstrFailedAlertHistoryUpdated)
APPLIES TO
- Microsoft Internet Information Services 7.0
- Microsoft Internet Information Services 6.0
| kbtshoot kbprb kbexpertiseadvanced KB942054 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate