LCA – Map Component throwing Google Maps error
3rd September 2025
Hi João, The maps component can show this error when the API key for Google Maps isn’t correctly configured. The key can be missing, have no associated billing account, … …
Answer
3rd September 2025
Hi João, The maps component can show this error when the API key for Google Maps isn’t correctly configured. The key can be missing, have no associated billing account, … …
2nd September 2025
Hi Sebastian, To retrieve data from logger tables stored in Elastic, you must use Nest NuGet (based on Elastic) to execute Elastic Client queries and get the table. Take into …
2nd September 2025
Jeeva, found these two – in the versions tab you can find more info, they’re both recent integrations from 2025: https://catalog.dataminer.services/details/ad783a38-693a-4d72-b60a-8d59e4e96068 https://catalog.dataminer.services/details/afe7853b-2784-467c-8cd9-71be79d9ca50 HTH
2nd September 2025
Hi Baranisudha, I believe you’re correct – as names in DM cannot start or end with a space: this can be verified when adding an element or a service if …
2nd September 2025
Hi Jesus, This error means that the dataminerId and/or the alarmId are < 1. Before 10.4.0[CU8] this would throw an error, which is what you are seeing here. Since this …
2nd September 2025
Given the complexity of the use case, I would personally suggest moving into a low code app solution. I currently also don’t see a way to properly do this in …
2nd September 2025
Hi Ahmed, The context menu from the screenshot only lists some frequently-used assemblies for ease of reference, this is not a dynamic list. To reference the BMDSwitchesAPI assembly from a …
2nd September 2025
Hi Marco, There are some limitations regarding converting a protocol that was imported from an Agent: When importing a protocol, it will only import the protocol.xml file but not any …
2nd September 2025
Hi Harinee, It is not possible to configure this in the LCA itself. I would suggest creating a IAS script that shows a confirmation dialog to run the script itself. …
2nd September 2025
Hi Jason, You can access this like so: requestData.QueryParameters.TryGetValue(“id” /*your param name*/, out string paramValue);
1st September 2025
Hi Sok-Khing You can achieve this in a couple of steps by exploiting the IDms interface: Retrieve the IDms interface in the Automation engine: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Core.DataMinerSystem.Automation.EngineExtensions.GetDms.html Using the IDms interface, get …
1st September 2025
(posting here so I can include images) Elements which are hosted on a DMA that is down, should still be visible in the surveyor as such: They are visible but …
1st September 2025
Hi Koen, A swarming request to the DMS always goes to the new target host. This DMA will then in turn try its best to stop/unload the element on the …
1st September 2025
Hi Alberto, It is not possible to link the colors in the dashboard directly to the XML file. Dashboards has no concept of ‘severities’, only of (conditional) data colors. The …
29th August 2025
Hi Ruben, Here’s what you were looking for This should get you up and running with a system quite quickly. If there’s anything else you need, feel free to circle …