The Reporting Services service application must be running in one of the application servers, then only the reporting service feature can be used in SharePoint Integrated Mode. 
The following steps must be executed to successfully create and configure the Reporting Services service application.
Verify the Reporting Services SharePoint service is installed and started
- Go to SharePoint Central Admin Site
- Go to System Settings Section and click on "Manage Service on Server"

- In the Services Listing page look for the service "SQL Server Reporting Services".

- If you did not see the service in the manage services page, then use the PowerShell command to install and start the service. By default this will be automatically installed and started during the installation of Reporting Service installation in Application Server. So no need run these steps unless you could not find the service in the Mange services page.
- Install-SPRSService (Run this PowerShell command to install the SQL Server Reporting Services Service).
- Install-SPRSServiceProxy (Run this PowerShell command to install the SQL Server Reporting Services Service Proxy).
- Get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance (Run this PowerShell command to Start the SQL Server Reporting Services Service).
Once the verification is completed and ensured that the SQL Server Reporting Services Service is running then we can create the service application.
Create Reporting Services Service Application












Join the conversation! Your thoughts help the community grow.