Forum Discussion
Folder-Based Security Information
- 7 years ago
Hi gesgin,
Please run below query against report server database:
select C.Path, C.Name,ELS.UserName from [dbo].[Catalog] C join [dbo].[ExecutionLogStorage] ELS on C.ItemID=ELS.ReportID
Best Regards,
Qiuyun Yu
Hi gesgin,
You can check [dbo].[ExecutionLogStorage] table in report server database.
Best Regards,
Qiuyun Yu
Thank you for your answer v-qiuyu-msft
I know this table that shows the report click information. But I need a data like "A has access to X folder / Y report"
- v-qiuyu-msft7 years agoCommunity Support
Hi gesgin,
Please run below query against report server database:
select C.Path, C.Name,ELS.UserName from [dbo].[Catalog] C join [dbo].[ExecutionLogStorage] ELS on C.ItemID=ELS.ReportID
Best Regards,
Qiuyun Yu- gesgin7 years agoHelper I
Thank you for the query v-qiuyu-msft
If the user has access to a specific report but never executes it before, does this script returns data about this report?
- v-qiuyu-msft7 years agoCommunity Support
Hi gesgin,
Based on my research, there is no record if the report is not executed. You can do a small test on your side as well.
Best Regards,
Qiuyun Yu