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

Set Up DBProcessAgent (for Data Connector Plugin for ACM) as a Service

Set Up DBProcessAgent (for Data Connector Plugin for ACM) as a Service

  • Last UpdatedAug 27, 2024
  • 1 minute read
  1. Open a PowerShell session as an administrator.

  2. Create the "ACM DBProcessAgent" service for the DBProcessAgent executable with the following command:

    New-Service `

    -Name "ACM DBProcessAgent" `

    -BinaryPathName "$env:DNAInstallRoot\CloudData\bin\DBProcessAgent.exe" `

    -DisplayName "AVEVA Measurement Advisor database process agent (data transformation)" `

    -Description "Transforms queued raw gas measurement from AUTOSOL format to AVEVA Measurement Advisor format" `

    -StartupType "Automatic"

    Note: If your files are installed in a location different from the default, please adjust the file paths in the above code accordingly. For more information on optional configuration of the work done by this service, see About the DBProcessConfig.json File.

  3. Open the Windows Services console.

  4. Open the Properties for the "AVEVA Measurement Advisor database process agent" service.

  5. Go to the Log On tab.

  6. Set the Log On account to your local or domain user (for example, AVEVADataConnector).

    Note: Modify the services to start up as the appropriate service account that has access to the required resources such as Microsoft SQL Server. You can also specify the account name and password as part of the "New-Service" command.

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