Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

SSRS Native Migration to new 2012 instance, Subscription Scheduling "OldServerTempDB.dbo.ExecutionCache" issue

$
0
0
Hopefully to document this for other users:After a migration of SSRS from OldServer to NewServer, upon attempting to create a new subscription schedule, the error:"An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError) Get Online HelpInvalid object name 'OldServerTempDB.dbo.ExecutionCache'.Following the instructions in [url=http://www.sqlservercentral.com/Forums/Topic681805-162-1.aspx#bm1278234]http://www.sqlservercentral.com/Forums/Topic681805-162-1.aspx#bm1278234[/url] showed that in 2012, like previous versions, the trigger NewReportServerDB.dbo.Schedule.Schedule_UpdateExpiration had a hardcoded reference to OldReportServer which needed manual update, as the automatic migration failed to change it. Selecting the new database in the Reporting Services Configuration Manager also failed to change it.

Viewing all articles
Browse latest Browse all 2791

Trending Articles