ssrs 2008 - New Email Subscriptions are not delivering in SQL Server 2005 Reporting services after migration -
i have problem our new ssrs 2008 subscription not being sent out. old subscription work fine.
this happens since migrated our ssrs server windows server 2005/ssrs 2008 new vm windows server 2008/ssrs 2008.
the main difference can see in data table new subscription state field 268435457 instead of 1 or 3.
so server config should fine since old subscription working fine, new subscription not going out.
i have found same issue no solution provided
new email subscriptions not delivering in sql server 2005 reporting services
thanks
it our mistake, since 3 employee worked on problem, not see done.
then activated verbose logging , got error.
the weird thing error did not show in log until verbose setting used. error should have been added logs @ 'info' level
schedule!windowsservice_ .... :: error processing event 'timedsubscription', data = .... , error = microsoft.reportingservices.diagnostics.utilities.reportserverstorageexception: error occurred within report server database. may due connection failure, timeout or low disk condition within database. ---> system.data.sqlclient.sqlexception: insert statement conflicted foreign key constraint "fk_notifications_subscriptions". conflict occurred in database "reportserver", table "dbo.subscriptions_old", column 'subscriptionid'.
when troubleshooted else renamed 'subscription' table 'subscription_old', , created new 'subscription' evrything worked fined except scheduled reports
Comments
Post a Comment