Details
Description
After the latest SVN update, the custom OIDs cannot have device associations.
It shows: 'This Custom OID is not currently associated with any devices' as the message.
If I try to add devices again it shows the message:
"ERROR: Unable to add OID association"
The /var/log/apache2/error.log error log is empty.
The database shows the associations in oids_assoc:
"oid_assoc_id" "oid_id" "device_id" "value" "timestamp" "raw_value" "status"
"49" "8" "5" "993" "1506600750" "993" ""
"48" "8" "4" "1173" "1506600724" "1173" ""
"47" "8" "6" "1259" "1506600924" "1259" ""
"16" "8" "7" "1426" "1506600682" "1426" ""
"17" "8" "8" "1381" "1506600692" "1381" ""
"18" "8" "9" "1456" "1506600674" "1456" ""
And the devices and oid 8 exists
I'm going to try and see where this is failing and post more information if I found about.