Data is bad for Config List entry. Id[###], Version[######], Data[(Standard disk drives)||0|1|0|SD000########|].
A name was not given by the OS/Agent. Our code does not expect this, so we see it as an invalid configlist item.
Data[(Standard disk drives)||0|1|0|SD000########| -Note that the name should be here ")||0" between the empty ||
use das; update dbo.devices set name = 'volume0' where device_id = X -- replace the device_id with the correct id
use das; update dbo.device_rules set device_name = 'volume0' where device_rule_id = X -- replace the device_rule_id with the correct id