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

AVEVA™ Measurement Advisor Data Connector for Autosol Communication Manager

Setup the Information for the New Permissions

  • Last UpdatedAug 27, 2024
  • 1 minute read

Use these commands to setup the information needed to apply the permissions that should be granted to the folders:

  1. Permission for a local or domain administrator group for the DNAInstallRoot

    $folderPath = "$env:DNAInstallRoot\<silo>"

    $group = "< local or domain admin group >"

    $access = "FullControl"

  2. Permission for a local or domain administrator group for the DNADataRoot

    $folderPath = "$env:DNADataRoot\<silo>"

    $group = "< local or domain admin group >"

    $access = "FullControl"

  3. Permission for the AVEVA Apps group for the DNAInstallRoot

    $folderPath = "$env:DNAInstallRoot\<silo>"

    $group = "AVEVA Apps"

    $access = "ReadAndExecute"

  4. Permission for the AVEVA Apps group for the DNADataRoot

    $folderPath = "$env:DNADataRoot\<silo>"

    $group = "AVEVA Apps"

    $access = " Modify"

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