• 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

    Segmentation not supported

    BACnet4J general discussion
    2
    5
    5.3k
    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.
    • R
      rsoza
      last edited by

      I'm getting the following error:
      Abort(server=true, originalInvokeId=2, abortReason=Segmentation not supported)

      When I try to read the object listing using:
      ReadPropertyAck supportedServicesAck = (ReadPropertyAck)localDevice.send(d, new ReadPropertyRequest(
      d.getObjectIdentifier(), PropertyIdentifier.objectList));

      I am trying to get the object listing from a BACNet MS/TP using a BACNet IP to MS/TP router. Does this indicate that the remote device returned this error, or the local device?

      Thanks,
      Rick

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        Good question, and honestly i don't know. It's a complete guess, but i would first suspect the router since the device should report in it's details whether it supports segmentation or not. If you have traces of the communication it would help in troubleshooting.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • R
          rsoza
          last edited by

          Thanks for the reply.

          Can you tell me how to interpret the BACNet4J error output:
          "Abort(server=true, originalInvokeId=2, abortReason=Segmentation not supported)". Specifically what does "server=true" mean?

          1 Reply Last reply Reply Quote 0
          • M
            mlohbihler
            last edited by

            This is the documentation for "server" in the Abort APDU:

            This parameter shall be TRUE when the Abort PDU is sent by a server. This parameter shall be FALSE when the Abort PDU is sent by a client.

            Best regards,
            Matthew

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