I try to open report server but cannot access to report server
https://i.stack.imgur.com/OaL2U.png
Related
I finished setting up my SSRS reports on my local machine by installing reporting services and configuraturing this to work with my local machine. My question is to deloy the reporting services to a web server so that I can run the reports from where my website is hosted?
You can use the built-in Report Manager. Report Manager is a web site that can run on a separate web server or on the SQL Server hosting the SSRS databases.
SQL Server Reporting Services Basics: Deploying Reports
Publishing Reports to a Report Server
I have a SQL 2012 instance called LTT which contains a database called ReportServer$LTT. I have installed SSRS 2017. After the installation of SSRS2017 it is using SSRS as its Report Server Instance. But I need it to use LTT. How do i change the Report Server Instance? Using SQL Management Studio I am unable to connect to <servername>\LTT Report Server and I get the following error:
The Reporting Services instance could not be found.
(MS.sqlserver.managment.UI.RSClient)
I am also unable to connect to: \SSRS and get this error:
Unable to connect to the server at \SSRS. The specified
URL might not be valid or there might be a problem with the report
server version of configuration. Specify a different URL....
You'll need to remote desktop to the report server. Then open Reporting Services Configuration Manager.
Click on the "Database" tab. From there you'll be able to change the database the report manager uses.
Is it possible to deploy a SSRS report with my id to the report server, if I do not have access to the report server?
If yes, how?
I have a 2008 R2 Server and using it to create SSRS reports. The shared data source is actually located on a SQL 2005 server.
I tried to deploy a report to the local server (SQL 2008 R2) and got error :
"Cannot deploy the report because the shared data source that the
report references does not exist on the report server"
Is it possible to deploy these reports created on the 2008 R2 Server to the same machine(2008 R2 server)?
Yes, this is possible. Make sure you deploy the shared data source.
Look under the 'Shared Data Sources' folder in your Solution Explorer. Right click -> Deploy.
I have TFS2012 with MSSQL on my single server.
I am getting the following error in Microsoft Excel to generating reports(graphs) for TFS Queries (from project admin account, connection by the network).
TF208093: You cannot use work item queries to generate reports in Excel on this server because it is not configured for reporting
At the same time there is NO error when i connect with windows server admin credentionals
any ideas?
Try use http://tfsadmin.codeplex.com/ to check the users permissions in SSRS.