• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Event type must have a detectorXID

    User help
    2
    4
    1.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Xof1986X
      Xof1986
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • Xof1986X
        Xof1986
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • phildunlapP
          phildunlap
          last edited by phildunlap

          Hi Xof1986,

          Can you email in or post the JSON for one of the event detectors that produced that message?

          1 Reply Last reply Reply Quote 0
          • Xof1986X
            Xof1986
            last edited by Xof1986

            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++.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post