Build Version Wildcard
17th August 2023
Hi Kevin, Can you try something like this? In other word, you only define critical alarms for the non-approved version. Let me know if this fix your request.
Answer
17th August 2023
Hi Kevin, Can you try something like this? In other word, you only define critical alarms for the non-approved version. Let me know if this fix your request.
17th August 2023
Hi Samson, you can use a QAction on the protocol to disable/delete the DVEs when the status is “Deleted” to automate this task.
16th August 2023
I see more flexibility in using a connector to send your messages rather than an Automation script (AS). Your connector can keep tracks of certain message types that needs resending …
16th August 2023
Hi, ‘Source’ and ‘SourceID’ are indeed the same thing. The first one is the human readable text field, the second one is the internal ID to efficiently store this in …
16th August 2023
Hi Michiel, I understand and reliesed that you were using Dialogs and not the UI blocks. https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Utils.InteractiveAutomationScript.Dialog.Interacted.html You could try working with that otherwise with Dialogs I do not see …
16th August 2023
Hi Thomas, At first sight, this seems like a software issue to me. Looking at your screenshots, I seem to see a pattern in there, it seems that: suffixes are …
16th August 2023
hi Michiel If not all function versions are needed during a migration it’s fine to leave those versions out. During an import only the active functions will get activated for …
16th August 2023
Hi Julian, As an extra side note, you should let DataMiner add and calculate the Content-Length header instead of hard-coding it in the connector.
16th August 2023
Hi Julian, I believe the boundary in your body is wrong. Comparing with this page: Multipart Requests (swagger.io) you can see that the boundary is prefixed with two dashes every …
16th August 2023
Hi Michiel, Has your question been answered by Amer’s comment? If yes, could you select this answer to mark the question as complete?
16th August 2023
This line is given when the maximum memory usage for SLLog has been exceeded. When this happens the following actions are taken: All active logging held in memory will be …
16th August 2023
Hi Shawn, I believe the time needed to gracefully close the services might depend on the load on your systems and the HW you are using. I don’t have statistics …
15th August 2023
Hi Ladan, as far as I know, you cannot change the default identifier of the Section and DomInstance objects (which is a GUID in the background). What you can try …
15th August 2023
Hi Richard, From our documentation, you need to follow the ‘Failover DMA in a DMS’ or ‘DMA in a DMS using a Cassandra cluster’ steps. The last one is if …
15th August 2023
Hi Philip, There are probably two options: Create an ‘automation script’ and compile it as a library (as from the documentation). Then you can use this ‘automation script’ as a …