execute qaction only once after element start
31st July 2025
Hi, The following sequence can be used to trigger a QAction after element startup. Note: this will be executed every time the element is (re)started. After startup trigger -> Action …
Answer
31st July 2025
Hi, The following sequence can be used to trigger a QAction after element startup. Note: this will be executed every time the element is (re)started. After startup trigger -> Action …
31st July 2025
Hello Stefan, You could run the following script to identify which DMA’s didn’t handle/receive/processe the service delete properly: Sync Check | DataMiner Docs Regards, Davy
31st July 2025
Hi Benjamin, I tried doing this using your code and this seems to work fine on my system. What database are you using? This could be a clue as to …
31st July 2025
Hi Benjamin, I performed a small test using a modified version of this ad-hoc data source SLC-GQIDS-ActiveAlarmsUsingFilter, and I was able to successfully retrieve an active alarm that matches the …
31st July 2025
With ETH-BITBUS you are probably referring to a specific device. https://www.elzet80.com/eth-bit.html Which basically transposes BITBUS packages from serial interfaces to IP and back (a gateway). So, in that case your …
31st July 2025
Hi, To retrieve the IP, you can use ip | DataMiner Docs or polling ip | DataMiner Docs (whether you also want the polling port or not, respectively). For the …
31st July 2025
Hi Mark, First and foremost, I want to applaud you on the fact that you want to create your own workflow script. I do want to emphasize that the it’s …
31st July 2025
Hi Catarina, Having a look at DataMiner Docs, I found the following note: If, for instance, you want to create a rule that is triggered if a certain number of …
30th July 2025
Initially I was checking filtering on GQI but soon realized it’s about the column filter in the table component itself. I was able to reproduce the same issue. I believe …
30th July 2025
Hi Mark, Could you please indicate which MediaOps version you are using? You can find this by going to any of the MediaOps applications and going to the last page …
30th July 2025
is it a Shared filter you’re trying to use? have you tried adding ” (shared filter)” at the end of your filtername? That worked for me. var filterItem = new …
30th July 2025
Hi Baranisudha, Assuming that you are storing the file under C:\Skyline DataMiner\Documents, I believe the midnight sync should take care of synchronizing these files across the cluster. In case you …
30th July 2025
It looks like GQI is not able to properly sort on a column. Could you remove any local modifications to the query by clicking on the eye icon on the …
29th July 2025
hi Felix It’s indeed possible to pass a specific memory file to a script. To do so, the fourth entry in the shape data field of type Execute should be like …
29th July 2025
Hi Alma, As already discussed, this was caused by inaccessible internal NuGet package library, which was fixed after fixing library credentials, so the question can be marked as solved.