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.
new data source added in servers side - overrides an existing data source
-
after configuring a new data source on the servers side ,
previous existing data source was run over with the newly added configuration. -
Hi elran,
Do you have any more information to offer about what you did or any reproduction steps?
after configuring a new data source on the servers side ,
previous existing data source was run over with the newly added configuration.I was able to configure multiple new sources and need more information to reproduce the issue.
-
@elran pretty vague but if you make a copy of a data source and save it without changing the id field it will update the data source with that id. To signal to Mango that you want to create a new data source you will need to set the id field to -1
In the Java code we have the constant:
com.serotonin.m2m2.Common.NEW_ID = -1