DMA Community Edition local installation
17th June 2025
Hi Randy, What will happen if a dynamic IP address is used on a DMA? If a dynamic IP address (assigned via DHCP) is used, the following issues may occur: …
Answer
17th June 2025
Hi Randy, What will happen if a dynamic IP address is used on a DMA? If a dynamic IP address (assigned via DHCP) is used, the following issues may occur: …
16th June 2025
Hi Joel – I’m not too intimate with the details, but maybe I can get you on the way already by pointing to this Starlink app on the catalog? You …
16th June 2025
Hi Joshua, I believe your best option would be to add some internal control parameters to your connector. This way you can use Actions or a QAction to perform all …
16th June 2025
Hi Jens, For this you can use the On open event of a page or panel to execute the Set value action of the toggle component. This action will explicitly set the value …
15th June 2025
Hi there, just to cross-check with the community if I’ve not missed this feature re the font size in the Alarm console? Still not available, right..? Unfortunately, screen scaling in …
13th June 2025
Hi Priya, For alarms, we should be able to access the history of alarms for a deleted service. However, I don’t think we have a reliable way to find all …
13th June 2025
Hi Priya, I’ve recreated your scenario but was unable to reproduce the issue. Could you double-check that the start time is earlier than the time displayed in the “Time” column …
13th June 2025
Hi Fernando, Am I correct in assuming that you are referring to the sequence element of the interprete tag in the connector to perform a mathematical operation? If so, I …
13th June 2025
Hi Johannes, DataMiner does not ignore all invalid certificates. The following page has a list of in which cases DataMiner will ignore the invalid certificate, when that checkbox is enabled: …
13th June 2025
Hi Joshua, Hiding a DVE element will remove it from view in the Surveyor, but the element itself still exists and continues to count toward the element limit of the …
13th June 2025
Hi, you can create a new automation script and add the following code: var message = new GetActiveAlarmsMessage(/* you DMA ID here */); var response = engine.SLNet.SendSLNetSingleResponseMessage(message); List<AlarmEventMessage> alarmsList = …
13th June 2025
Hi Paul, I am not sure if there is a GQI data source that can provide you this information. You will probably need to develop an ad-hoc data source for …
13th June 2025
Hi João, You are describing unexpected behavior. Changes to a Low Code App, regardless of when/where they were made should never automatically reverted. Can you contact tech support (techsupport@skyline.be) so …
13th June 2025
Hi Davor, When linking something to data from a component, you have to make sure something in the component is selected. Otherwise, the component will indeed not show up in …
13th June 2025
Hi Gerardo, If I understand correctly, you would like to query an external database (MySQL or Cassandra) from a dashboard. For this case, you will need to develop and ad-hoc …