Link to home
Start Free TrialLog in
Avatar of ryoun1b
ryoun1b

asked on

OMA Error 1503 The remote server returned an error: (501) Not Implemented.

I am running SBS 2003 SP1 with Exchange 2003 SP2.

I have been struggling with the above error that appears in the application logs.

Description:
When I open a web browser and go to https://localhost/oma and log in as the domain administrator. I receive the following error:

A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.

The entry in the event log is:
An unknown error occurred while processing the current request:
Message: The remote server returned an error: (501) Not Implemented.
Source: Microsoft.Exchange.OMA.ExchangeDataProvider
Stack trace:
   at Microsoft.Exchange.OMA.ExchangeDataProvider.OmaWebRequest.GetRequestStream()
   at Microsoft.Exchange.OMA.ExchangeDataProvider.ExchangeServices.GetSpecialFolders()
   at Microsoft.Exchange.OMA.ExchangeDataProvider.ExchangeServices..ctor(UserInfo user)

Message: Exception has been thrown by the target of an invocation.
Source: mscorlib
Stack trace:
   at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at Microsoft.Exchange.OMA.UserInterface.Global.Session_Start(Object sender, EventArgs e)

Message: Exception of type Microsoft.Exchange.OMA.DataProviderInterface.ProviderException was thrown.
EventMessage:
UserMessage: A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
Source: Microsoft.Exchange.OMA.UserInterface
Stack trace:
   at Microsoft.Exchange.OMA.UserInterface.Global.Session_Start(Object sender, EventArgs e)
   at System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e)
   at System.Web.SessionState.SessionStateModule.CompleteAcquireState()
   at System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData)
   at System.Web.AsyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

I have tried to re-register IIS with 1.1 .net to no avail.

My Exchange OMA VD directory security only has basic authentication and Windows Integrated authentication checked and only the localhost  and IP address have access.

I have recreated the SSL cert by re-running the CEICW multiple times and run iisreset multiple times.  Neither has helped.

Can anyone help here?

Thanks!!
Avatar of Tony Gimenez
Tony Gimenez
Flag of United States of America image

Avatar of ryoun1b
ryoun1b

ASKER

The link you found was me asking a MSFT engineer the same question.  So far we have not come to a resolution and the issue was not solved in the thread you found.

Has anyone else run into this problem and know of a resolution?

Thanks!
The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource. Does this error occur at any access link? Or is it just from one computer?...Booda2us
Avatar of ryoun1b

ASKER

Thanks for your comments.

This issue occurs from any workstation including the console on the server.  What's also interesting is that OWA, Companyweb (Sharepoint services) and all other IIS web sites are functioning perfectly.

This may have ocurred since I upgraded to Exchange SP2, but I can't pinpoint that as the issue yet.

Thanks.
Have you  tried a system restore back to before problem started? Check event logs for time of 1st event, and take system to a restore point prior to that...Booda2us
Avatar of ryoun1b

ASKER

In order to be sucessful in a system restore I would need to have had the same Exchange version.  I upgraded my Exchange to SP2 since the problem started.  This may indeed be an issue with Exchange SP2 so I would like to see if I can resolve the issue using Exchange SP2.
Avatar of ryoun1b

ASKER

I solved the issue with the help of an online CSS from Microsoft.

refer to the following link for the solution:

http://www.microsoft.com/technet/community/newsgroups/dgbrowser/en-us/default.mspx?dg=microsoft.public.windows.server.sbs&mid=b023c9e6-51eb-4742-a95e-9854d5cc72a3&sloc=en-us

Issue Solved.
ASKER CERTIFIED SOLUTION
Avatar of ee_ai_construct
ee_ai_construct
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial