0
votes

I have a report in Visual Studio 2013 that is connected to a datasource of xml. When trying to deploy the SSRS I'm getting this message:

An attempt has been made to use a data extension 'XML' that is either not registered for this report server or is not supported in this edition of Reporting Services

1
Is your Sql Server express edition?Abhishek
Hi,No, this is the full infomation :Microsoft SQL Server Management Studio 12.0.2269.0 Microsoft Analysis Services Client Tools 12.0.2000.8 Microsoft Data Access Components (MDAC) 10.0.10240.16384 Microsoft MSXML 3.0 6.0 Microsoft Internet Explorer 9.11.10240.16384 Microsoft .NET Framework 4.0.30319.42000 Operating System 6.3.10240Y.D
what does this query return for you - SELECT SERVERPROPERTY ('Edition') AS ServerEditionAbhishek
Express Edition (64-bit)Y.D

1 Answers

0
votes

The reason I asked for the edition information because there are few limitations, not all editions of SQL Server can be used to host the database. And it seems from Books Online that Express Edition has those limitations.

SQL Server Express only supports Datasources located in the Local SQL Server instance.

Few links you can go through for more/detailed information -

Link1

Link2