My DMA is not starting up.
The last thing that can be seen in SLDataMiner is 'Initializing SLNetCom'.
What are typical reasons for getting stuck on that point?
What worked for me was to delete DMS.xml and SLCloud.xml.
However, a permanent solution that worked for me, was to put my hostname on the IP attribute (instead of the IP) on the DMA tag on your DMS.xml and restart dataminer
<DMA ip="________" timestamp=""/>
The solution worked great! Thanks Guilherme
I use my Dataminer in Hyper-V, I had to add an action to replace the SLCloud.xml everytime it restarts with <URI> to localhost
<URI>nats://localhost:4222</URI>
If you have dataminer version > 10.2, you can replace the IP with your hostname in the DMS.xml and you won’t need to replace the SLCloud.xml anymore
Will try that, thanks
If your DataMiner agent is stuck during startup on 'Initializing SLNetCom' in SLDataMiner logging, a typical reason is an IP address change while certain configuration files still refer to the old IP address.
See https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/Changing_the_IP_of_a_DMA.html on how to change the IP of a DMA.
Additionally, the usage of hostname as the IP is only for dataminer versions 10.2 or above: https://docs.dataminer.services/release-notes/General/General_Main_Release_10.2/General_Main_Release_10.2.0_enhancements.html#dmsxml-now-supports-using-hostnames-instead-of-ip-addresses-id_28775