I have a replicated element and I would like to stop the element on the source DMA, and then reuse the replicated element and update it to a locally managed element by disabling the replicate button.
Doing this allows me to reuse the element ID and thus retain data saved in the database by the replicated element.
Do you for see any issues with this?
Christine Kapembe [SLC] [DevOps Member] Selected answer as best 5 days ago
Hi Christine,
This should be possible to do as described. As long as the protocol is not changed, there should not be much that goes wrong. However do keep in mind a replicated element does not store all data locally. AlarmInfo and Trending will be available. However elementData and DVEElementInfo or even loggertable data may be absent.
Kind regards,
Christine Kapembe [SLC] [DevOps Member] Posted new comment 5 days ago

Thank you