Can parent tables be volatile?
19th February 2025
Hi Joshua, Table ‘A’ can be volatile in this situation, but you need to ensure that when the element is restarted, any rows that no longer exist in ‘A’ are …
Answer
19th February 2025
Hi Joshua, Table ‘A’ can be volatile in this situation, but you need to ensure that when the element is restarted, any rows that no longer exist in ‘A’ are …
19th February 2025
Hi Robert, Just to make sure you followed all the needed steps: 1) Edit the “C:\Skyline DataMiner\SoftLaunchOptions.xml” file and add a line inside the <SLNet> parent tag with the needed …
18th February 2025
Hi Sulejman, I’m not sure if what you are trying to do is the best solution. If I am not mistaken, the STATE parameter changes with the element’s state (start, …
18th February 2025
Hi Patricia, MySQL’s official doc says Win 11 supports all 3 supported versions : 9.x, 8.4 LTS, 8.0. MySQL :: Supported Platforms: MySQL Database This post says Win 22 and …
18th February 2025
Hi Gerwin, That is no problem to use LAPS on DMAs, I would even highly recommend it! We use this for many years already on all our DMAs, without any …
18th February 2025
Hi Yohan, Are you using the Skyline Job Manager connector (catalog) in your solution? If so, which version/range are you using? If you are using the Skyline Job Manager connector …
18th February 2025
Does the matrix element used triggers an information event? If so you might trigger the correlation rule on the information event.
17th February 2025
Hi Alberto, After making changes on the Offload tab and click ‘Save’, you will see the following notice: The changes will only be applied after a DMA restart. Hope it …
17th February 2025
Hi Dan, Are you using the option ‘Auto clear’: Once the condition of your correlation rule is no longer met, the correlated alarm should be cleared. More information can be …
17th February 2025
Hello Bruno and Wim, Do we have a link to access the documentation for this POST call? I’m working on something related to it, and it would be really helpful. …
17th February 2025
Hi Apurva To make text wrap in a table row, you will have to edit the column template. By resizing the text shape to have more height, the text will …
17th February 2025
Hi Johannes, Thanks for your suggestion. We may add a table to record the previously removed POD and the reason (if any is reported via the API). Further validation could …
17th February 2025
Is it possible that your value is “Control 32” rather than “Contol 32” as the shape data would suggest? Other than that I also see no problem with the shape …
17th February 2025
Sending messages can happen with: GQIDMS class | DataMiner Docs See example at the bottom of that page. Your local DMAID is: _dms.GetConnection().ServerDetails.AgentID Do note this uses functionality only available …
17th February 2025
Hi Apurva, Apps and queries created on newer versions are not supported on older versions. They could be using all kinds of features that the older version knows nothing about. …