[Logo] Mango Community
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Segmentation not supported  XML
Forum Index » BACnet4J general discussion
Author Message
rsoza

Initiate

Joined: 23/11/2009 13:05:46
Messages: 5
Offline

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
mlohbihler

Master
[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 1506
Offline

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 Lohbihler
rsoza

Initiate

Joined: 23/11/2009 13:05:46
Messages: 5
Offline

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?



mlohbihler

Master
[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 1506
Offline

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.

This message was edited 1 time. Last update was at 29/12/2009 20:49:58


Best regards,
Matthew Lohbihler
 
Forum Index » BACnet4J general discussion
Go to:   
Powered by JForum 2.1.9 © JForum Team