Grant access to log files by using the Command Prompt window
- Last UpdatedJan 06, 2025
- 1 minute read
This procedure assumes that the Logs folder is in the C:\Users\rts_service\AppData\Local\SimSci\SimCentral folder and the AVEVA Real-Time System service account is the rts_service user.
Grant access to the log files for users other than the service account user
-
Open a Command Prompt window (cmd.exe).
-
At the command prompt, enter the following command:
icacls "C:\Users\rts_service\AppData\Local\SimSci\SimCentral\Logs" /q /c /t /grant User1:R
This adds read permissions for the User1 user to the Logs folder and all files and folders under the Logs folder.