.svc handler for IIS Server
Asked Answered
T

2

5

While configuring the SQL Server 2012 Master Data Services, I am having following problem

The required .svc handler mappings are not installed in IIS.

What I want to do is that, I want to query my database using a URL so that I can retrieve data directly using the URL it self just like we can store the querystring parameters into SQL Server

How do I deal with it, I followed several documents but not any ideas.

Tip answered 29/10, 2013 at 8:47 Comment(1)
Which version of IIS are you using?Microbicide
O
4

I've come across these types of errors a few times when installing MDS, the problem usually comes about because just having IIS installed is not enough, there are loads of other role services and features that you need to enable and install as well which the setup program doesn't tell you about.

Thankfully they are all documented here:

Web Application Requirements (Master Data Services)

And, if you've missed any, you can go back, install them and then re-launch the configuration tool to complete the setup without having to re-install MDS from scratch.

Obstruent answered 30/10, 2013 at 13:53 Comment(0)
I
6

To fix this issue, open a command prompt and go to the .NET directory

(for example %windir%\Microsoft.NET\Framework64\v4.0.30319).

Run the command: aspnet_regiis –i

For further details check:SVC Handler mapping error in MDS Configuration Manager

Inverse answered 20/1, 2014 at 11:14 Comment(0)
O
4

I've come across these types of errors a few times when installing MDS, the problem usually comes about because just having IIS installed is not enough, there are loads of other role services and features that you need to enable and install as well which the setup program doesn't tell you about.

Thankfully they are all documented here:

Web Application Requirements (Master Data Services)

And, if you've missed any, you can go back, install them and then re-launch the configuration tool to complete the setup without having to re-install MDS from scratch.

Obstruent answered 30/10, 2013 at 13:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.