Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Process Simulation

Grant access to log files by using PowerShell

  • 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 log files by using PowerShell

  1. Open PowerShell (PowerShell.exe).

  2. At the command prompt, enter the following commands:

    $acl = Get-Acl "C:\Users\rts_service\AppData\Local\SimSci\SimCentral\Logs"

    $AccessRule = New-Object System.Security.AccessControl.FileSystemAccessRule("User1","Read","Allow")

    $acl.SetAccessRule($AccessRule)

    $acl | Set-Acl "C:\Users\rts_service\AppData\Local\SimSci\SimCentral\Logs"

    This adds read permissions for the User1 user to the Logs folder.

TitleResults for “How to create a CRG?”Also Available in