Issue Description:
After re-installing the custom device type, the device template has not been updated to Ethernet Support. In management console, device will still be in the list of devices with only RTU support.
Product Line:
Power Monitoring Expert 2022
Environment:
Power Monitoring Expert- Custom device type
Cause:
In ION Database table the ethernet support value is not changing to 1, post re-installation of custom device type.
Resolution:
Warning: “This article contains information about editing the database. Please note, editing or updating anything in DB may cause permanent damage and result in PME to function improperly. This procedure should only be performed by users familiar with SQL Server Management Studio. Kindly take a backup of the database before performing any such action."
Users need to manually change EthernetSupport from 0 to 1 in the device type table under ION_Network database. After changing the value, in management console custom device type will appear in the list of devices with Ethernet support.
To achieve this, follow the below steps,
After re-installing the custom device type, the device template has not been updated to Ethernet Support. In management console, device will still be in the list of devices with only RTU support.
Product Line:
Power Monitoring Expert 2022
Environment:
Power Monitoring Expert- Custom device type
Cause:
In ION Database table the ethernet support value is not changing to 1, post re-installation of custom device type.
Resolution:
Warning: “This article contains information about editing the database. Please note, editing or updating anything in DB may cause permanent damage and result in PME to function improperly. This procedure should only be performed by users familiar with SQL Server Management Studio. Kindly take a backup of the database before performing any such action."
Users need to manually change EthernetSupport from 0 to 1 in the device type table under ION_Network database. After changing the value, in management console custom device type will appear in the list of devices with Ethernet support.
To achieve this, follow the below steps,
- Connect to the ION Database Via SSMS.
- Go to ION_Network --> Select Tables
- dbo.Device type --> Right click and select Edit top 200 rows
- Under Ethernet support column, change the value from 0 to 1 for the created custom device type.
- Close the SSMS