Quantcast
Channel: SQL Server Master Data Services forum
Viewing all articles
Browse latest Browse all 1311

Service activation exception when loading explorer view

$
0
0

Hi all,

I'm running MDS on SQL Server 2014 (patched to the latest CU 6) and, due to domain-imposed restrictions and other oddities with regards to how my employer's domain is setup, I had to manually configure the MDS application pool to run under LocalSystem on my dev computer.  All administrative functionality within MDS is working with the exception of the explorer.  When I select a model and go to the explorer view, I'm greeted with the following error:



I'm then seeing the following in the event log:

WebHost failed to process a request.
 Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/50934102
 Exception: System.ServiceModel.ServiceActivationException: The service '/Service/Service.svc' cannot be activated due to an exception during compilation.  The exception message is: The authentication schemes configured on the host ('IntegratedWindowsAuthentication') do not allow those configured on the binding 'WSHttpBinding' ('Anonymous').  Please ensure that the SecurityMode is set to Transport or TransportCredentialOnly.  Additionally, this may be resolved by changing the authentication schemes for this application through the IIS management tool, through the ServiceHost.Authentication.AuthenticationSchemes property, in the application configuration file at the <serviceAuthenticationManager> element, by updating the ClientCredentialType property on the binding, or by adjusting the AuthenticationScheme property on the HttpTransportBindingElement.. ---> System.NotSupportedException: The authentication schemes configured on the host ('IntegratedWindowsAuthentication') do not allow those configured on the binding 'WSHttpBinding' ('Anonymous').

Setting this up at home on one of my VMs took approximately 10 minutes while I've been struggling with this for 3 days now at work, likely due entirely to how I'm having to setup the web UI.  Any assistance to keep me from completely losing my mind (and my job) would be greatly appreciated.


Viewing all articles
Browse latest Browse all 1311

Trending Articles