Avatar of Sriv
Sriv

asked on 

How restart SSRS from other server

How can I restart SSRS Service from other server using command prompt?
 When I try to restart from the server I am getting below message

" Windows could not stop SQL Server Reporting Service"
Service cannot accept control messages at this time
Windows OSMicrosoft SQL ServerSSRS

Avatar of undefined
Last Comment
Deepak Chauhan
ASKER CERTIFIED SOLUTION
Avatar of lcohan
lcohan
Flag of Canada image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Deepak Chauhan
Deepak Chauhan
Flag of India image

How can I restart SSRS Service from other server using command prompt?

You can do it using powershell command already shared by Icohan.

or
using windows command prompt ::

for default instance of reporting service.

sc \\computerName STOP "ReportServer"  
sc \\computerName START "ReportServer"

For named Instance of reporting service.

sc \\computerName STOP "ReportServer$<InstanceName>"  
sc \\computerName START "ReportServer$<InstanceName>"
Microsoft SQL Server
Microsoft SQL Server

Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.

171K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo