Changing the DataMiner ID of a DMA
Warning
Changing the DataMiner ID in DataMiner.xml is only allowed on new DMAs that have not yet been put into use.
In the DataMiner.xml file of a DMA, you can change its DataMiner ID.
To do so:
Stop the DataMiner software.
Open the file C:\Skyline Dataminer\DataMiner.xml.
In the id attribute of the <DataMiner> tag, specify the new DataMiner ID of the DMA.
Save the file.
Restart the DataMiner software.
For example, in the tag below, the DataMiner ID has been set to 7:
<DataMiner id="7">...</DataMiner>