ExtremeSwat
ExtremeSwat

Reputation: 824

Business Intelligence for VS2013 - Unable to connect to report server

I have an issue right here, after installing Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 from : here and restarting my machine, I did encounter these issues :

1) Main problem I am not able to connect to my Reporting services configuration manager, this is my error : enter image description here Also connecting to http://myMachineName/Reports will not show up any page whatsoever. From what I've found on msdn, a process called SQL Services Reports should be running, I have no such kind of a process, here's an ordered by alphabet list of my processes : enter image description here

2) Creating a project in VS2013 Ultimate -Report Server Project, after choosing my tables,queries,datasets,etc and preview my report I get this command prompt, closing it will result into this error.

I am using Win8.1 x64, SQL Server 2014, Visual Studio 2013 Ultimate.

Upvotes: 0

Views: 238

Answers (1)

M.Ali
M.Ali

Reputation: 69564

As far as I know SQL EXPRESS doesnt come with Reporting services, neither can I see SQL Server Reporting Services installed in your services section. There should be a service running in your services window

enter image description here

Also I think you need atleast SQL SERVER EXPRESS WITH ADVANCED SERVICES to get SSRS.

Upvotes: 1

Related Questions