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