Today I was deploying reports using visual studio and faced a weird error while creating shared dataset. The error is as follows
The feature: "Shared dataset" is not supported in this edition of Reporting Services
After a bit of analysis found that issue is related to the edition of SQL Reporting server. Only certain editions of SQL server supports shared datasets and the rest doesn't.
Refer this Microsoft article for more information.
The following are the editions that should not support shared datasets
- Web
- Express with Advanced Services
- Express with Tools
- Express
and the below are the one's which should support the same
- Enterprise
- Standard
- Developer
Great! nicely written blog, I hope you will share more blogs on SSRS report developer in future. Thank you for sharing this unique content with us.
ReplyDelete