我在部署 SQL Server 报表时遇到奇怪的错误

发布于 2024-09-19 10:12:39 字数 226 浏览 5 评论 0原文

当我尝试部署 SQL Server 报表时,出现以下错误:

尝试使用数据扩展“OLEDB-MD”,该扩展要么未为此报表服务器注册,要么在此版本的 Reporting Services 中不受支持。 (rsDataExtensionNotFound)

仅当我尝试部署某个报告时才会出现此错误。其余报告已成功部署。

我正在部署 SQL Server 2008 Express 高级选项。 ...

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.
...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水中月 2024-09-26 10:12:39

OLEDB-MD 用于分析服务,对吧?根据 http://msdn.microsoft.com/en-us/library/ ms365248.aspx,具有高级选项的 SQL Server 2008 Express 不支持分析服务。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文