Where is sql server reporting service virtual folder hosted? - reporting-services

I installed the SSRS 2012 and tried visit
http://mybox.org/Reports, but get an error saying:
User 'mybox\xxx' does not have required permissions. Verify that
sufficient permissions have been granted and Windows User Account
Control (UAC) restrictions have been addressed
So I tried to check the IIS settings. But astonishingly found that in my IIS 8 management console, there's no Reports site or virtual folder. So, where is the Reports being hosted? And how to troubleshoot this permission error?

Physical directory of reportserver and report manager can be found under:
\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services

SSRS 2008 doesn't need IIS to work anymore. It sounds like that error is coming straight from SSRS and not the web server anyway. You need to give your account (MYBOX\xxx) access using the report manager interface. (SSMS can no longer be used to grant rights for report manager).
You'll need local administrator access to the machine that SSRS is installed on since it automatically has system-wide admin rights in report manager. Then you just navigate to http://localhost/reports and give \MYBOX\xxx whatever security permissions you need.
An MSDN tutorial on user rights management in SSRS.

For SQL Server 2017 the location pattern changed and now the default physical directory of ReportServer is:
C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer

Related

SSRS connection to an existing instance

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.

TFS - Not able to configure reporting services : Edit option no visible

I am trying to configure reporting services in TFS 2015, but there no Edit link visible on TFS Administration console.
I have upgraded server from TFS 2010 to TFS 2015.
.
Thanks in advance
Please make sure you have configured below settings before adding a report server.
Q: What kind of report server can I add?
A: You'll need to add SQL Server Reporting Services to provide a
report server for TFS. This can be added to the SQL Server instance
that is supporting TFS, or to a different instance.
Q: What permissions do I need?
A: You need to be a member of the local administrators group on the
server, the Team Foundation Administrators group in TFS, and the
sysadmin group in SQL Server, or have the equivalent permissions.
Also note:If you installed TFS on a client operating system, such as Windows 7, you can't add reporting as described here, because it isn't supported on client operating systems.

dynamics ax ssrs deploy error

I've got this error when I tried to deploy SSRS report in Visual Studio.
(DAX 2012 kernel 6.0.1108.6510 app 6.0.1108.670 solution 6.1.1108.670)
Error 1 A call to the Microsoft Dynamics AX SRSFrameworkService service failed. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.43.6.57:8201. C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets 466
10.43.6.57:8201 is old address new should be 10.43.6.91:8201
Where I can change it?
In AX form SSRSServerFarm address is new:(NLDDAXDBS02TR, http://NLDDAXDBS02TR/Reports, 01#NLDDAXDBS02TR)
I run Visual Studio like this "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /AxConfig "c:\Users\Username\Desktop\DEV.axc" with correct config file
in axc file I don't have 10.43.6.57 or old dns NLDDAXDBS01T
I scanned and replaced values in registry on client and server machine, checked all files on client and server machine, checked all values in database.
Also restarted AOSes, SSRS service, and client RDP session.
Microsoft Dynamics AX 2012 Configuration and perform a Refresh Configuration didn't help
Full CIL Compilation, Deactivate BIServices, Activate BIServices also didn't help
Running Visual Studio as Admin - same result
nslookup says: NLDDAXDBS01T - 10.43.6.57 NLDDAXDBS02TR - 10.43.6.91
System Administration > Setup > Business intelligence > Report Servers is correct because i tried to deploy from another rdp server and it works fine
Are you certain the default report server is setup correctly in Ax?
Found under:
System Administration > Setup > Business intelligence > Report
Servers
Check your business connector configuration to make sure it's connecting to the right environment, see https://technet.microsoft.com/en-us/library/aa569654.aspx
I think Visual Studio deploys to AX based on that business connector AXC, so if that's pointed to an incorrect environment that has the "old" SSRS setup, it would explain your issue.
I got this problem one time due to multiple AOS and SSRS instance, or you might stop AOS service while user still using.
First, you need to make sure Report servers configuration point correctly to SSRS instance.
Then, stop all AOS service, go to reporting service login with correct instance and check everything again.
Then, perform full compilation using AXbuild.exe , Full CIL.
Start AOS service and check.
Let us know result.

rsAccessDenied Report Server

I'm trying to get SQL Server Report Manager to work. I'm on windows 7, 64 bit, installed SQL Server Developer with everything included. Every service for MSSQLSERVER is running, IIS is running.
I go to localhost/reportmanager and get a rsAccessDenied message. I've looked at almost every website on this problem, but only found useless answers. Answers like "disable anonymous users in IIS" (what? No.) and always this thing about doing stuff in report manager. I don't have report manager, I have BIDS.
I try as follows: I'm an administrator, still, I run IE as administrator. I'm prompted for my credentials. I use my credentials for my current account, get rsAccessDenied message.
To make the Report Manager work under Windows 7, I had to add the registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001
Now, the local administrator can login to localhost/reports.
Also, see:
http://geekswithblogs.net/bjones/archive/2005/05/01/38818.aspx
BIDS is a Visual Studio plug-ins to handle BI projects.
You do have Report Manager if you have installed the SSRS services.
First off, have you activated the SSRS install by running the Report Server Config utility?
Second, have you configured SSRS for WIn Vista/Win 7?
Also, last time I looked the default is
/Reports is Report Manager
/RportServer is the underlying web service that both Report Manager and VS use
Why do you say "I haven't got Report Manager" and then proceed to launch a URL with "ReportManager" in it?

Trying to Install TFS 2010 - SQL Server Reporting Services Problem

Hoping someone here can help. Trying to install SQL Server Reporting Services to use for TFS 2010 and i'm having issues. I'm going directly from the TFS Install Guide. At first i had issues getting report services working so i decided just to completely uninstall SQL Server and reinstall.
When i try to connect to:
http://MyServer:80/Reports i get the follwing error:
User 'MyServer/Admin' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed.
When i try to connect to http://MyServer/ReportServer i get the following error:
The permissions granted to user 'MyServer\Admin' are insufficient for performing this operation. (rsAccessDenied)
Except for the error message the rest of the page is pretty much blank.
Every time i try to connect to either i get a login dialg and i type in the username/password for the machine admin/sql server sysadmin.
Trying to google you see all kinds of people having the issue and every person seems the have a unique solution that doesn't work. For example. I've tried to run IE in admin privileges and it doesn't help.
I even tried to run the report service process under the adminstrator just to see if that would help and no luck.
OS: Windows Server 2008 R2 x64 Enterprise
DB: Sql Server 2008 R2 x64 Enterprise
When you are prompted to login are what credentials are you using? Can you try logging in w/ an account that has administrator privileges on the machine?
Should be:
Username: DOMAIN\USER
Password: Password