Start SQL Agent Service
Problem
You may encounter the following error when creating subscriptions for the first time in the SSRS.
The SQL Agent Service is required when creating subscriptions in SSRS. By default, the service is not running.
Resolution
To start the service, follow these instructions:
-
Go to
Services.msc. Access this by typing services.msc in the Windows Search Box. -
Click Services.
Services.msc
-
Scroll down and look for SQL Server Agent (MSSQLSERVER). Right-click on it, then choose Properties.
Services - SQL Server Agent
-
In the General tab, click on Start under the Service status.
-
You can also determine the Startup type of the service by choosing from the drop-down list. Choose Automatic to have the service run on startup.
-
Click on Apply, then click OK to save the changes.
SSQL Server Agent - Properties