afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

setProperties message created with Message Editor causes Gateway Error ID: 116 #22

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

Sending setProperties message from System service is unsucessfull. An error is displayed: "Forward msg not submitted; Gateway Error ID: 116; refer to N201." Erros ID 116 means: "Format of a common message is invalid or cannot be encoded. "

Steps to reproduce:

  1. Try to send following message in TestFramework: local message = {SIN = 16, MIN = 9} message.Fields = {{Name="list",Elements={{Index=0,Fields={{Name="sin",Value=20},{Name="propList",Elements={{Index=0,Fields={{Name="pin",Value=15},{Name="value",{Name="value",Value=10}}}}}}}}}},{Name="save",Value=true}} gateway.submitForwardMessage(message)
  2. Sending is uncessfull, error is displayed.

The same happens for other properties: eg. geofenceInterval (PIN 2 ) in Geofence service (SIN 21) or for setting save="false"

Question is: In documentation regarding setProperties message (T202 p. 104) there is information that the type of the value of the property should be "Dynamic". What does that mean and why there is no such option to choose in the Message Editor?

The IDP toolkit in use (and TestFramework included in that) is IDPToolkit_v2.0.6 (currently the newest)

ArturMalyszewicz commented 9 years ago

Message definition in Message Editor: setpropertiesissue

afarran commented 9 years ago

Argus 21137

ArturMalyszewicz commented 9 years ago

There was a new version of Message Editor provided and this problem has been fixed in that.