I need to transfer a fairly large number of SSRS reports and subscriptions from one server to another. I've managed to transfer the reports, data sources, etc. by way of a detach/attach of the original SSRS database from Server A to Server B. I'm able to verify this by going into Report Manager and viewing all reports and their data sources, subscriptions, etc.
What I am having an issue with is getting the actual SQL Server Agent Subscription jobs over to the new server. I had thought that stopping and restarting Reporting Services would be enough for SQL Agent to "pick up" the subscriptions, but to no avail.
Is there an "easy" way to get the jobs to also transfer to a new server?
T