Proactive caching notification error
I have defined a partition to use proactive caching with a polling query notification. The polling query simply returns the maximum
value of a timestamp column from the measure group transaction table. The query parses and runs from the create polling query dialoguebox.
Have set this to run every 30 seconds.
When this is deployed runs the trace on Analysis Services returns this error :
OLE DB error: OLE DB or ODBC error: Invalid object name 'fcsUltForecasts'.; 42S02.
http://support.microsoft.com/kb/225256
this article suggests can be caused by non dbo owned tables. However this table is owned by dbo (and is the table used when the parition is processed normally)

