Is there any way to fire off a data subscription from using the SSRS web services?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately the SSRS web services do not support running data subscriptions. If you want to run subscriptions through a web service call, you could expose a web service on a server that runs a sp_start_job command to the SQL Server Agent job for the associated schedule. Sounds dangerous to me, but it is feasible.