theme-sticky-logo-alt

SharePoint 2013 SSRS – The remote server returned an error: (500) Internal Server Error

7 Comments

While (trying) to install SharePoint Server Reporting Services at one of my clients, I got into some pretty nice errors (SSRS Errors, Gotta catch ’em all!). This one was the one that made me crazy for a few weeks because I never found out why I was having it, however I found out a way to fix it that worked, so I will share it with you in order to not lose hair over it like me. The error is basically getting a The remote server returned an error: (500) Internal Server Error whenever you click on either “System Settings” or “Manage Jobs”

The error:

The remote server returned an error: (500) Internal Server Error

This doesn’t tell us much, however when we go into Event Viewer we find two event IDs that are related to this and they both have similar messages.

Event ID 1310.

Event ID 6398

The thing we find in common in both those errors is “Could not find permission set named ‘ASP.Net'”. After countless hours spent on google, bing and even yahoo and after even some of the best SharePoint people I know couldn’t find the issue, I discovered a way to make it work. Is this the best way? Probably not. I hope that it will help people that were in the same situation at me and want to get SSRS Working. Here are the steps.

What you probably already done to get to the error:

  • Install Reporting Servers + Addin
  • Run the PowerShell commands (Install-SPRSService & Install-SPRSServiceProxy & get-spserviceinstance -all |where {$_.TypeName -like “SQL Server Reporting*”} | Start-SPServiceInstance)
  • Create the SSRS Service Application.

What I did to fix it:

  • Delete the SSRS Service Application as well as Databases.
  • Run the following PowerShell command: “get-spserviceinstance -all |where {$_.TypeName -like “SQL Server Reporting*”} | Stop-SPServiceInstance”
  • Run the following PowerShell command: “Install-SPRSService –Uninstall’
  • Run the following PowerShell command: “Install-SPRSServiceProxy –Uninstall’
  • Go to Control Panel, Select SQL Server and then click REPAIR. Do a full repair of the SSRS + Addin feature (you shouldn’t have anything else installed on the server anyway, so just select all)
  • Run the PowerShell commands (Install-SPRSService & Install-SPRSServiceProxy & get-spserviceinstance -all |where {$_.TypeName -like “SQL Server Reporting*”} | Start-SPServiceInstance)
  • Create the SSRS Service Application.

Now everything should work! Drop a comment if this helped!

Leave a comment and don’t forget to like the Absolute SharePoint Blog Page  on Facebook and to follow me on Twitter here  for the latest news and technical articles on SharePoint.  Also, don’t forget to check out SharePoint Community.Net for more great SharePoint Content.

Previous Post
Microsoft User CAL prices to increase 15% for OnPrem!
Next Post
Configuration Failed – Failed to call GetTypes on assembly Microsoft.AnalysisServices.SPAddin

7 Comments

  • May 5, 2015 at 10:12 am
    Dev

    do we have to install SSRS on SQL box as well?

    Reply
    • July 14, 2015 at 2:57 pm

      you need to install it on the SharePoint server running SSRS Service. Don’t need to add it on your SQL Server!

      Reply
  • January 7, 2016 at 6:31 am
    Philip

    Hi All, I’m experiecing a the same error using PoerPivot. Can anyone help?

    Reply
    • January 7, 2016 at 6:33 am
      Philip

      Sorry, my bad spelling shows my levels of frustration! I’m experiecing the same error in Excel PowerPivot. Can anyone help

      Reply
  • May 5, 2016 at 5:47 pm
    Amy

    Yes! It worked! Thank you so much!!

    Reply
  • July 5, 2016 at 9:27 am
    Alexandra

    It didn`t work for me. After executing all the steps I still get the “The remote server returned an error: (500) Internal Server Error.
    ” error

    Reply
  • August 6, 2020 at 4:49 am
    Carine de rudder

    May help for me same error, the pb was due to my installation : SQL server had SQL SP1 installed and not my application server. After installation of sql sp1 on my application server who is also my front-end it worked!
    To be sure i also do the unisnstall install as you mentionned!
    THanks a lot.
    Carine

    Reply

Leave a Reply

15 49.0138 8.38624 1 0 4000 1 https://vladtalkstech.com 300 1