数据集查询执行失败。服务器:操作已取消
本地报告处理期间发生错误。
报告处理期间发生错误。
数据集“DataSet_XXXXX”服务器的查询执行失败
:操作已取消。
威廉·H·盖茨(William H Gates)在这里发生了什么?
我正在尝试在报表设计器中预览一个报表,该报表使用连接到 ssas 多维数据集的数据集。
我在 xpsp3 上使用 SSRS2008
An error has occurred during local report processing.
An error has occured during report processing.
Query execution failed for dataset 'DataSet_XXXXX'
Server: The operation has been cancelled.
What the William H Gates is going on here?
I am trying to preview a report, that uses datasets which connect to ssas cubes, in the report designer.
I'm using SSRS2008 on xpsp3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要将报告拆开并手动运行每个查询来查找故障。
You need to pull the report apart and run each query manually to find the failure.
我更改了查询以使用包含相同数据的不同维度,并且它有效。
查询中使用的维度数从 3 个减少到 2 个。
我猜想通过触摸另一个维度,它会创建一个大数据集,从而导致错误。
I changed the query to use a different dimension containing the same data and it works.
The number of dimensions used in the query was reduced from 3 to 2.
I guess by touching the other dimension it was creating a large dataset which in turn caused the error.