Issue in getting alarm history using GQI
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 …
Answer
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 …
13th June 2025
Hi Vig, In this case I believe you will need to develop an ad-hoc data source. Having a look at the repository, I found the following ad-hoc data source: SLC-GQIDs-GetAllElementsInService …
13th June 2025
Hi Tom, Thanks for quick replay, I tested that label work, but I tried using credentials label in session connection and work OK. Thanks
12th June 2025
Hi Carys, You have the option to start and stop a timer using Actions (start | DataMiner Docs and stop | DataMiner Docs) based on the state change of a …
12th June 2025
Hi Vikas, If I understand your situation correctly. You have a connector with a smart-serial connection? As the documentation indicated only one type can exist on the same IP + …
12th June 2025
Hello Rob, I submitted a feature suggestion on Dojo Alarmstorm – suggestion to add some information to make the message more explicit – DataMiner Dojo. Your suggestion to make the …
12th June 2025
Hi Aldrick, Unfortunately, there is no simple filter to indicate that an ExportRule should only apply to parameters exported as standalone or when exported as part of a filtered table. …