SSRS 2219 showing message "You are not allowed to view this folder. Contact your administrator to obtain the necessary permissions." - reporting-services

I have newly configured SSRS 2019 and when I log in to the web portl.im getting this message and I can not perform anything in the portal. I have used my windows domain account to install SSRS and I have no idea since I should be the administrator.
SSRS message
unknown message appear .I was expecting to log in to the portal and use the SSRS.

Related

SSRS 2019 anonymous logon

I have SSRS 2019 on one machine and data on another sql server 2019. On SSRS server website works fine and authentication as well.
When I go to the SSRS web site from my laptop I mostly see error.
and my identity is:
If I paste URL of existing working report, I prompted to fill user/password.
Then I can see report with data. But I'm still not properly logged.
ANONYMOUS LOGON
SSRS works like this most of the time. But sometimes after I enter credentials and refresh page, I'm logged as my user. But not always, sometimes there is still ANONYMOUS LOGON. It is the same on Chrome, Explorer and Edge.
SSRS configuration from config manager:
SSRS service account = Virtual Service Account SSRS database
conn to database authentication type = Current user - Integrated security Database
database credential authentication type = service credentials SQLServerReportingServices
My user has Browser, Content Manager, Publisher and Report builder role in Home/Manager Folder.
Reports have shared data source with Using windows name and password credentials. This windows account has read/write permissions on sql server with report data.
Connection string in form of:
Data Source=server01;Failover Partner=server02;Initial
Catalog=database;Integrated Security=True
My opinion is that this is authentication issue, but I cannot figure out where and how to fix it.
It is confusing that sometimes I'm authenticated and sometimes not.
Any ideas?

Error while running ssrs subscription using windows file share

In log files i have this error:
Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
AuthzInitializeContextFromSid: Win32 error: 5; possible reason -
service account doesn't have rights to check domain user SIDs.,
Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
The report server has encountered a configuration error.
SSRS has account type network service and it's running. I've created folder for writing pdf report, made folder as shared and gave Everyone group full control.
When I go to website where report is, everything is working, but when I add subscription for that report, I always got same error in log. I have running Sql profiler to catch callih procedure for report, but it's never called from subscription.
In ssrs configuration, I haven't specified delivery email because I don't need it.
You need to ensure that your service account has the Windows Authorization Access permission.
You can find more information on this here.
Also, whenever a new subscription is created, it is usually created under the account of the individual who is logged into the SSRS session that created it. This can be changed, and there are directions on how to do this here.
So, in summary, you need to make sure that the account the subscription is running under is in the Windows Authorization Access (WAA) group.
what am I do is set Subscription and Execution same with Service account, but I'm not use Subscription actually, but this fixed issue.

SSRS Connection Error

am getting the following error when attempting to run an MVC website in VS2013 and SQl Server 2014 using the ReportViewer control and accessing a report from the report server:
RSExecutionConnection MissingEndpointException: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
I am using the correct report server url foun in the Reporting Services configuration manager. When I attempt to run the report in the SSRS project, the system prompts me for a user name and password. I enter the computer admin user/password. The report then runs. By the way, the reportviewer control uses the same user/password.
I am also able to access both the report server and reports urls in a browser with the same prompt for user//password.
I tried fiddling around with the report server role settings and under folder settings, this user has all privileges checked (browser, content manager, my reports, publisher, report builder).
Also as a side issue, I cannot see site settings even if I invoke the browser as an administrator.
I also looked in the SSRS Configuration manager. The service account is "Local System". The same admin user is listed in "Execution Account".
When running the website, I see no error entries in the SSRS log.
Please help, I have been looking into this for 2 days.
I think these solutions can help
Change from Local System to Network Service in Service Account of Reporting Services Configuration Manager
Update the web.config of ReportServer for these settings as below
<authentication mode="Windows" />
<identity impersonate="true" />

SSRS Error can not access the Report manager

Recently changed the windows password of the machine ,where the ssrs installed.All the services are running on the built-in account.
when trying to access the report server using the web-browser,it shows an error user does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed
Quick Fix:
Right click the browser and Run as Administrator.
Then browse to the Report Url.
(Assuming You got that error because of UAC restriction).

Reporting Services always ask for loggin

i installed Reporting Services (SQL Server 2012 with advanced services), but i can't view report page locally.
I try view the page:
http://jorge-pc//ReportServer_SQLEXPRESS
but i have this error: The permissions granted to user 'Domain\user' are insufficient for performing this operation. (rsAccessDenied)
I read some pages and tried, right click in IE and run as administrator, but the Reporting Services always ask for loggin (the pages say that Reporting Services should not ask, and show the home page), i write my user and password and get the previous error.
I always get the same error.
What can cause this error?
You should either add anonymous access to your development ssrs service or add your login as an authorized user for you reports via the ssrsmanager.