Disabling the bot feature locally
From version 2.10.6 of the FieldControl DxM onwards, it is possible to disable the bot feature for a particular server through the app settings of the DxM:
On each server where you want to disable this feature, go to the folder
C:\Program Files\Skyline Communications\DataMiner FieldControl
.In this folder, create or adjust the override appsettings.custom.json with the following contents:
{
"Bot": {
"IsDisabled": true
}
}
- Restart DataMiner FieldControl on each server for the changes to take effect.