trigger SSRS report when finishing a SSIS job

Henrov

A number of SSIS packages have been deployed to the SSI-catalog and are scheduled through SQL Agent jobs. On the SSRS-server I have created a report that gives me insight in the executions of all SSIS-packages run on the SSIS-server. I have created a job (Send me report) that, when executed, sends me this report. I know how to create a jobstep that fires this SQL Agent Job. I add this jobstep to all the jobs that execute SSIS packages.

However, I am not the only one scheduling packages and not all of my colleagues add this jobstep. The jobs are scheduled and created irregularly. So sending the report every day would be nonsense because sometimes the jobs don't run for a month. Other times, 5 jobs a day are executed.

Is there a way to trigger the job 'Send me report' whenever a SSIS-package finishes running? Regardless of how it was started? Regardless of what the outcome was?

Danie Schoeman

Create a data driven subscription to the report that execute a stored procedure that check if any jobs was executed the day (probably the previous day or running 24 hours, etc.)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Run SSIS job from SSRS report button?

From Dev

Do SSRS report subscriptions that trigger at the same time run concurrently?

From Dev

SSRS 2016 Report Schedule - T-SQL trigger

From Dev

Adding values to a Report when there is no Data in query SSRS

From Dev

Tablix border inconsistent when zooming into ssrs report

From Dev

SSRS Report Works when the Parameter uses the "=" Operator but not "IN"

From Dev

SSRS When uploading report owner name is wrong

From Dev

Need to trigger a job as and when quartz scheduler starts

From Dev

From C# when calling SSRS report only main report shows data sub report giving error

From Dev

Render ssrs report in ssis package and save to folder in pdf or excel or image format base on parameter

From Dev

Getting a strange error when Try to save a SSRS report

From Dev

SSRS: "Index was out of range" in VS2010 but not when report is deployed

From Dev

CRM Report (SSRS) Body Disappears When Zooming, Using Toolbar In IE

From Dev

SSRS Uploaded report only shows xml when viewed

From Dev

Can an SSRS Report show different components when printed?

From Dev

How to run a procedure immediately when 'view report' is clicked in ssrs?

From Dev

SSRS-Datasource won't change when reupload report

From Dev

Jenkins job with "OutOfMemoryError: Java heap space" when Checkmarx report is generated

From Dev

Report Parameter validation in ssrs report

From Dev

Passing parameters to a report in SSRS but no report

From Dev

SSRS report - panels are multiplying in a report

From Dev

Trigger a jenkins build when remote jenkins job has finished

From Dev

Trigger job only once and only when load is low

From Dev

How to have SQL Server 2008 trigger when a job is created/deleted

From Dev

How can I trigger a notification when a job/process ends?

From Dev

SSIS job schedule

From Dev

Powershell in an SSIS Job

From Dev

SSIS - job scheduler error

From Dev

SSIS Job Statistics

Related Related

  1. 1

    Run SSIS job from SSRS report button?

  2. 2

    Do SSRS report subscriptions that trigger at the same time run concurrently?

  3. 3

    SSRS 2016 Report Schedule - T-SQL trigger

  4. 4

    Adding values to a Report when there is no Data in query SSRS

  5. 5

    Tablix border inconsistent when zooming into ssrs report

  6. 6

    SSRS Report Works when the Parameter uses the "=" Operator but not "IN"

  7. 7

    SSRS When uploading report owner name is wrong

  8. 8

    Need to trigger a job as and when quartz scheduler starts

  9. 9

    From C# when calling SSRS report only main report shows data sub report giving error

  10. 10

    Render ssrs report in ssis package and save to folder in pdf or excel or image format base on parameter

  11. 11

    Getting a strange error when Try to save a SSRS report

  12. 12

    SSRS: "Index was out of range" in VS2010 but not when report is deployed

  13. 13

    CRM Report (SSRS) Body Disappears When Zooming, Using Toolbar In IE

  14. 14

    SSRS Uploaded report only shows xml when viewed

  15. 15

    Can an SSRS Report show different components when printed?

  16. 16

    How to run a procedure immediately when 'view report' is clicked in ssrs?

  17. 17

    SSRS-Datasource won't change when reupload report

  18. 18

    Jenkins job with "OutOfMemoryError: Java heap space" when Checkmarx report is generated

  19. 19

    Report Parameter validation in ssrs report

  20. 20

    Passing parameters to a report in SSRS but no report

  21. 21

    SSRS report - panels are multiplying in a report

  22. 22

    Trigger a jenkins build when remote jenkins job has finished

  23. 23

    Trigger job only once and only when load is low

  24. 24

    How to have SQL Server 2008 trigger when a job is created/deleted

  25. 25

    How can I trigger a notification when a job/process ends?

  26. 26

    SSIS job schedule

  27. 27

    Powershell in an SSIS Job

  28. 28

    SSIS - job scheduler error

  29. 29

    SSIS Job Statistics

HotTag

Archive