Is there any comprehensive way to monitor SSRS subscriptions? I am using the below but I do not have a comprehensive list of possible errors.
Thanks if you can help...
SELECT
*
FROM subscriptions s
WHERE
LastStatus LIKE '%Failure%' OR
(LastStatus LIKE '%Error%' AND LastStatus NOT LIKE '%0 Error%') OR
LastStatus LIKE '%The e-mail address of one or more recipients is not valid.%' OR
LastStatus LIKE '%Thread was being aborted.%'