Check if Encrypted Connections Need Updating
- Last UpdatedAug 27, 2024
- 1 minute read
If you get an error about a CryptographicException or the “key was not found in the key ring,” in one of the log files, you need to update the encrypted connection string in the ACMsettings.json file for that silo. For more information, see Encrypted Microsoft SQL Server Connection Strings for ACMsettings.json.
-
Open a PowerShell window as an Administrator.
-
Navigate to the \bin\ directory located in the silo for the service.
-
Run the command(s), as per the examples provided below. You will only need to run the commands as required on your setup. Use Ctrl + C to exit the process in the event that if it continues running.
Example commands for the data connector are:
Set-Location "$env:DNAInstallRoot\CloudData\bin"
.\DBProcessAgent.exe
.\monitorMeasBufferDB.exe onPrem
.\monitorMeasBufferDB.exe Cloud
Example commands for the request connector are:
Set-Location "$env:DNAInstallRoot\ACM\bin"
.\MonitorMeasurementData.exe onPrem
.\MonitorMeasurementData.exe Cloud