I am trying to deploy the shared dataset in Visual Studio 2010 solution to Sql server 2012 reporting services. But always getting the below error:
我正在尝试将Visual Studio 2010解决方案中的共享数据集部署到Sql server 2012报表服务。但总是得到下面的错误:
The feature: "Shared dataset" is not supported in this edition of Reporting Services.
这个特性:“共享数据集”在这个报告服务版本中不支持。
3 个解决方案
#1
4
Depends on what version of SQL Server you're using.
取决于您使用的SQL服务器的版本。
If it's Express Edition Advanced or Workgroup or Web edition, I think it's not supported.
如果它是Express Edition Advanced或Workgroup或Web Edition,我认为它不受支持。
www.katieandemil.com
#2
1
Shared dataset are absent in express, web & workgroup versions see msdn link
共享数据集在express中不存在,web和工作组版本请参见msdn链接
#3
1
I'm new to the SQL BI tools. After a couple of days of setting up I hit this same problem. And saw where the Express Edition (which is what I'm using) doesn't support shared datasets. So I changed my test reports to use embedded data sets & reports are now able to deploy.
我是SQL BI工具的新手。设置了几天之后,我遇到了同样的问题。并看到Express Edition(我正在使用它)不支持共享数据集的地方。因此,我将测试报告更改为使用嵌入式数据集和报表现在可以部署。
#1
4
Depends on what version of SQL Server you're using.
取决于您使用的SQL服务器的版本。
If it's Express Edition Advanced or Workgroup or Web edition, I think it's not supported.
如果它是Express Edition Advanced或Workgroup或Web Edition,我认为它不受支持。
www.katieandemil.com
#2
1
Shared dataset are absent in express, web & workgroup versions see msdn link
共享数据集在express中不存在,web和工作组版本请参见msdn链接
#3
1
I'm new to the SQL BI tools. After a couple of days of setting up I hit this same problem. And saw where the Express Edition (which is what I'm using) doesn't support shared datasets. So I changed my test reports to use embedded data sets & reports are now able to deploy.
我是SQL BI工具的新手。设置了几天之后,我遇到了同样的问题。并看到Express Edition(我正在使用它)不支持共享数据集的地方。因此,我将测试报告更改为使用嵌入式数据集和报表现在可以部署。