Hi everyone. I am trying since yesterday to install and configure SSRS 2012 on SharePoint 2013. Although installation ends successfully and Service Application provisioning and configuration as well, when it comes to access “Reporting Services Site Settings” of any give site collection i get the following error :
An unexpected error occurred while connecting to the report server. Verify that the Reporting Services Service Application mapped to this web application is available OR the report server is available and configured for SharePoint Integrated mode. –> The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: ‘<!DOCTYPE html>
<html>
<head>
<title>Could not find permission set named ‘ASP.Net’.</title>
Moreover when I try to access the “System Settings” of SSRS service via CA i get a 500 error with the same reason back in ULS.
Any help would be appreciated
Kyriakos,
I am assuming you are using Kerberos. Are your Kerberos settings constrained from end to end? Also, I have found that the reporting services service application works best if you give it its own Application Pool and Application Pool Account that you can set the constrained delegation against, in case you have not already. I recently battled this same thing.
Rob