Report Server 2016 无法从共享数据集中加载数据

Report server 2016 Can't load data from shared datasets

我们在 Power Bi 报表服务器(3 月版)上从共享数据集(全部)加载数据时遇到错误。似乎这种错误也出现在其他报表服务器上。

在“数据预览”选项卡上,单击 "Load Data" 时,我们收到此错误消息:

An error has occurred.
The data set could not be processed.
There was a problem getting data from the Report Server Web Service.

在日志中,我们得到的唯一错误是(这取决于我们在服务器上获取数据集的方式。如果从报表生成器保存,这是第一个,如果从本地上传,这是第二个):

ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: , Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item 'xxx' cannot be found.;

Throwing Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: , Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: The operation you are attempting on item 'xxx' is not allowed for this item type.;

我用的账号有所有权限,大家尝试加载共享数据集出现这个错误

用 Report Builder 打开它时,它工作正常,当与报表一起使用时,它也能正常工作。

但是我们需要将这些数据集与 KPI 一起使用,并且当来自数据集的 select 字段时,我们再次收到此错误消息。

有什么想法吗?

检查 rsreportserver.config 文件中指定的主机名是否正确。应该在服务部分找到它。

<Service>
    <Hostname>IsThisNameCorrect???</Hostname>
    <IsSchedulingService>True</IsSchedulingService>