Forum Discussion

Alanoudfahad's avatar
Alanoudfahad
Frequent Visitor
5 years ago
Solved

Can't schedule a refresh from a shared folder

Hello!

 

I have a dashboard that is using data from a shared folder and I want to schedule a refresh in the report server but I keep getting this error message:

  • d_gosbell's avatar
    d_gosbell
    5 years ago

    Alanoudfahad wrote:

    if you can share the process of how to setup a SQL agent in report server?


    SQL Agent is normally installed and enabled as part of the default install of SQL Server, so the bigger question is how did it get switched off in the first place.

     

    If you remote desktop onto your SQL Server and start the SQL Server Configuration Manager tool you can click on services then right click on the SQL Agent service and start it from there.

     

    If you don't see SQL Agent at all then you would need to run the SQL Server install again and add SQL Agent to your instance.

     

    I would also recommend going into the Properties, then under the service tab make sure the startup type is set to Automatic so that SQL Agent will restart whenever the server is re-started.

3 Replies


  • Alanoudfahad wrote:

    Hello!


    SQL Agent is the mechanism that Report Server uses internally to trigger the refresh at the time you specified in the schedule regardless of what the source of your data is. It needs to be running if you want any timed operations to occur. 

    • Alanoudfahad's avatar
      Alanoudfahad
      Frequent Visitor

      Thank you for your replay..

       

      if you can share the process of how to setup a SQL agent in report server? This is my first time using RS and not sure how to configure the SQL agent

      • d_gosbell's avatar
        d_gosbell
        Super User

        Alanoudfahad wrote:

        if you can share the process of how to setup a SQL agent in report server?


        SQL Agent is normally installed and enabled as part of the default install of SQL Server, so the bigger question is how did it get switched off in the first place.

         

        If you remote desktop onto your SQL Server and start the SQL Server Configuration Manager tool you can click on services then right click on the SQL Agent service and start it from there.

         

        If you don't see SQL Agent at all then you would need to run the SQL Server install again and add SQL Agent to your instance.

         

        I would also recommend going into the Properties, then under the service tab make sure the startup type is set to Automatic so that SQL Agent will restart whenever the server is re-started.