Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Power BI Server file permissions and access to logs

Running into a strange error. Have a new install of Power BI Server which is installed in a corprate DC with very restrictive access.  The install has the PBIRS directory secured. I asked for read permissions to access the logs to troubleshoot an issue with emails failing. When the permissions were changed the server stopped working, not being able to access the Web Service. Thought it was a coincendence with something I might have done but after a reinstall and configuration to get things working the same thing happened when changing directory permissions. I'm at a loss on what's happening, I need to change the logging to verbose and access the logs. Thoughts on what's happening?

1 ACCEPTED SOLUTION
d_gosbell
Super User
Super User

From your description my best guess would be that somehow in the change of permissions that the service account for the web service has somehow lost the permissions it needs to be able to write to the log folder. One of the first things the service does when it start is to initialize the logging and write out some startup messages. You might find some errors relating to this in the Windows Event log or you might need to use a tool like the SysInternals Process Monitor to figure out which permissions are missing.

View solution in original post

1 REPLY 1
d_gosbell
Super User
Super User

From your description my best guess would be that somehow in the change of permissions that the service account for the web service has somehow lost the permissions it needs to be able to write to the log folder. One of the first things the service does when it start is to initialize the logging and write out some startup messages. You might find some errors relating to this in the Windows Event log or you might need to use a tool like the SysInternals Process Monitor to figure out which permissions are missing.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors