Reputation: 824
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 :
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 :
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
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
Also I think you need atleast SQL SERVER EXPRESS WITH ADVANCED SERVICES
to get SSRS
.
Upvotes: 1