user credentials
2 TopicsIt is possible to delete a user that do not exist anymore from the Report Server repository?
Let say that some time ago the user "userA" (created in our Active Directory) was authorized to access a report published on the Report Server. Recently "userA" has been eliminated from the Active Directory. If I check the security of the report with the web portal, I can't see this user anymore, but it is still archived in the Report Server repository tables such as [ReportServer].[dbo].[Users], [ReportServer].[dbo].[PolicyUserRole], [ReportServer].[dbo].[Catalog]. If I would "cleanup" the repository tables removing these "orphaned" users, how could I do it without breaking anything?946Views0likes1CommentPass Credentials to Data Source
We are using Power BI report sever Aug 2018 version. I want to create a dashboard which can allow displaying charts dynamically based on user logged in. There are some reports/charts that need to be displayed but a supervisor is allowed to only view data for his/her employees. I need to be able to pass on the user who logged on as a parameter to a stored procedure . The stored procedures accepts the user id and will return the relevant data. Is this possible to achieve?Solved8.8KViews1like4Comments