I have created a BAQ report that i need to send out every week. I first want to test it using my own email. In my Report Style, i added a SSRS Breaking/Routing to capture data rows with no email address and send everything to me.
At this point i wanted to test it but i couldnt get it to send. I figured i needed a process set so i created one but i cannot find a way to create the task in the process set.
When you run the BAQ Report manually, there is a schedule option. Choose a different schedule so it doesn’t run right now. check recurring if you want it to schedule more than once. See your scheduled tasks in System Agent.
Verify that the report style and BAQ are both returning properly. If there is an error in either it could return that mystical server error. This often happens to me with a divide by zero, either in the BAQ or in the BAQ Report. Verify your BAQ runs in the editor, then verify your report style runs as a one-off.
Is that as expected? Did you apply a filter in your RDL that reduced the output?
When you set the schedule, and check recurring, make sure to click the PrintPreview button. Not the Save Process Set button. This should add the task to the schedule (as seen in System Agent).
Get your report style working properly first. If your RDL is returning the correct results, then move on to the next step. I can’t say what is wrong with the report without seeing it, but it could be a grouping issue.