Installing Elastic database by using the cube and local binaries file with DM 10.0.7.0-9247 results in an error as shown in below image. How to move forward?
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 19th August 2020
This is due to an issue with the order of your NICs.
Typically this only happens if you run DataMiner in a lab environment where the IP addresses of your NICs change often.
The best way to solve this is by defining which NIC has a fixed IP on your machine in the DataMiner.xml file.
In DataMiner.xml you can specify a list of MAC addresses as follows (link to DataMiner help).
<NetworkAdapters>
<MAC>B0-83-FE-B3-F8-0B</MAC>
<MAC>E8-EE-7A-CA-97-B0</MAC>
</NetworkAdapters>
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 19th August 2020