Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Event type must have a detectorXID
-
I exported the event handler JSON to make some changes and after importing the changes I was thrown a couple of these errors.
Event handler 'EH_964391': Event type must have a 'detectorXID'
The exported JSON shows "detectorXID":null
It even shows me the e-mail lists and it says it is not disabled.
The GUI, however, doesn't show that I have any e-mail set up for the even that would trigger it.
-
So upon further investigation it looks like these may have been changed over time or something? I'm not really sure, but it looks like each, expect for 1 or 2, of the ones that complained about the detectorXID have a near identical event handler set up that is valid and functional.
I'm going to go ahead and delete them via the API.
-
Hi Xof1986,
Can you email in or post the JSON for one of the event detectors that produced that message?
-
Sure!
{ "xid":"EH_964391", "alias":"", "handlerType":"EMAIL", "eventTypes":[ { "sourceType":"DATA_POINT", "dataPointXID":"siteName_Error_Log", "detectorXID":null } ], "activeRecipients":[ { "recipientType":"MAILING_LIST", "mailingList":"ML_277765" } ], "sendEscalation":false "escalationRecipients":[], "sendInactive":false, "includeSystemInformation":false, "includePointValueCount":10, "includeLogfile":false, "customTemplate":null, "additionalContext":[ ], "script":null, "scriptPermissions":{ "scriptDataPointReadPermission":"", "scriptDataPointSetPermission":"", "scriptDataSourcePermission":"" }, "disabled":false }
I did already blow them out of the system, I just happen to have a bad tab habit so it was still in Np++.