Forum Discussion
can't open or delete folder for report server
Hi Anonymous ,
are you Content Manager on the Report Server? Than you should be able to delete or create folder.
You can buil your own monitoring report for the report server if you like 🙂 https://insightsquest.com/2018/01/29/power-bi-report-server-monitoring/
In the Report Server DB under the Table ExecutionLog3 you finde many useful information about your Report Server.
Best,
Kathrin
If this post has helped you, please give it a thumbs up!
Did I answer your question? Mark my post as a solution!
KBO thanks for your reply.
yes, i am Admin.
I need to ask you
I need to run update query in reportserver.dbo.Catalog table, there is any risk to update dirctly from database using where condtion with item ID .
for example :
update reportserver.dbo.Catalog
set Name ='Test'
where ItemID ='Ere3456f'
Thanks Advance,