Reputation: 1395
When i attempt to deploy a SQL Server Report, i get the following error:
An attempt has been made to use a data extension 'OLEDB-MD' that is either not registered for this report server or is not supported in this edition of Reporting Services. (rsDataExtensionNotFound)
This error occurs only when i try to deploy a certain report. Rest of reports are deployed successfully.
I'm deploying SQL Server 2008 Express Advanced Options. ...
Upvotes: 1
Views: 866
Reputation: 5863
OLEDB-MD is for Analysis Services, right? According to http://msdn.microsoft.com/en-us/library/ms365248.aspx, analysis services is not supported by SQL Server 2008 Express with Advanced Options.
Upvotes: 1