Table of Contents

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:

  1. Stop the DataMiner software.

  2. Open the file C:\Skyline Dataminer\DataMiner.xml.

  3. In the id attribute of the <DataMiner> tag, specify the new DataMiner ID of the DMA.

  4. Save the file.

  5. Restart the DataMiner software.

For example, in the tag below, the DataMiner ID has been set to 7:

<DataMiner id="7">...</DataMiner>