SLdataminer service automatically stoping and starting
3rd July 2023
hi team, we are still facing this issue, and any assistance would be greatly appreciated. thanks s.j.v.praveen
Answer
3rd July 2023
hi team, we are still facing this issue, and any assistance would be greatly appreciated. thanks s.j.v.praveen
3rd July 2023
Hi Yvan, Have you reinstalled NAS and NATS as mentioned in Changing the IP of a DMA | DataMiner Docs? In your case I would suggest to use your server …
3rd July 2023
Hello Praveen, the log files you shared show Dataminer starting up 03/07 at 05:15:08 as far as it restarted, you can find out what triggered the restart looking into the …
3rd July 2023
Hi Gina Would it be an option to implement something like this in the event handler of the Input Type dropdown? The following pieces of code use the InteractiveAutomationScriptToolkit NuGet …
3rd July 2023
Hi Chian This is a known problem (something that Visual Studio doesn’t properly clean up) when migrating from packages.config to PackageReference. The fix is very easy though: Open the csproj …
3rd July 2023
Hi Michiel Would it be an option to do something like this? private void OnPressed(object sender, EventArgs e) { Button.IsEnabled = false; // Method body Button.IsEnabled = true; } Setting …
3rd July 2023
You can make use of the Skyline.DataMiner.Core.DataMinerSystem.Automation (for automation scripts) or make use of the Skyline.DataMiner.Core.DataMinerSystem.Protocol (from protocols) NuGet libraries. For example: IDms thisDms = protocol.GetDms(); OR IDms thisDms = …
2nd July 2023
Hi Flávio, Yes, that’s just a warning. Changing the properties of the service definition does not impact the ongoing bookings.
30th June 2023
Hello You can achieve this in multiple ways: You can rightclick the column header to filter on that column. You can add a query filter visualization (soft-launch), add your query to …
30th June 2023
Is the width/height and anchor correctly configured of the marker image you’re using? This can be configured in the config xml of the map (see docs). If these are not …
30th June 2023
The order of the layers should indeed be respected. I can’t immediately reproduce this. Which DataMiner version are you using? Can you share your map config xml?
30th June 2023
Next to Ruben’s answer, which disables all web apps, is it also possible to disable only the Monitoring web app (separate checkbox under Modules). There are also separate flags for …
30th June 2023
With mobile access I assume you refer to web access? In the Group permissions (System Center > Users / Groups > Groups > Permissions) , you can disable the ‘DataMiner …
30th June 2023
Hi Aston, Have you been able to solve the issue with Arunkrishna’s answer? If so, could you select the answer (using the ✓ icon)? If not, you can also contact …
30th June 2023
Hi Logan, Have you been able to solve the issue with these answers? If so, could you select the best answer (using the ✓ icon)? If not, you can also …