After moving around half of the scheduled reports that I had running without issue on a SQL 2008 SSRS server to a SQL 2008 R2 SSRS server, I started getting the following blocking errors during admittly more busy schedule times. Can I get some suggestions on what to try? This issue is if the xp_sqlagent_enum call cause the report service job to timeout the report schedule doesn't run.
The Following Processes are Blocking other Processes:(BLOCKER)
SPID: 54
STATUS: running
CMD: EXECUTE
DB: master
LAST_BATCH_TIME: 31 Jan 2013 22:00:22
wAIT rESOURCE:
last_wait_type: PREEMPTIVE_OS_GETPROCADDRESS
SQL Statement: xp_sqlagent_enum_jobs
The Following Processes are Waiting for Resources:(BEING BLOCKED)
SPID: 60
CMD: SELECT
DB: ReportServer
WAITTIME: 11
BLOCKED BY: 54
wAIT rESOURCE: KEY: 6:72057594043957248 (6f9082f4553a)
last_wait_type: LCK_M_X
SQL Statement: select S.[ScheduleID], S.[Name], S.[StartDate], S.[Flags], S.[NextRunTime], S.[LastRunTime], S.[EndDate], S.[RecurrenceType], S.[MinutesInterval], S.[DaysInterval], S.[WeeksInterval], S.[DaysOfWeek], S.[DaysOfMonth], S.[Month],
S.[MonthlyWeek], S.[State], S.[LastRunStatus], S.[ScheduledRunTimeout], S.[EventType], S.[EventData], S.[Type], S.[Path], SUSER_SNAME(Owner.[Sid]), Owner