PopUp on Visio Execute Button
26th November 2025
Hi Ramesh, No, you cannot specify a custom confirmation message with Execute like you can with SET. Your only option is to use NoConfirmation to completely disable the confirmation dialog. …
Answer
26th November 2025
Hi Ramesh, No, you cannot specify a custom confirmation message with Execute like you can with SET. Your only option is to use NoConfirmation to completely disable the confirmation dialog. …
26th November 2025
Hi Minh, If I am not mistaken, your GQI is trying to sum all rates for a subset of interfaces available in the `Interfaces Stats` table across different timestamps. I …
26th November 2025
Hi Ramesh, You can add the “Options” shape data to your button with the “cardvariable” value (same use case for “pagevar” or “WorkspaceVar”) to define the scope of the created …
26th November 2025
Here’s a breakdown of steps 👇 Initial State The 1,250 elements will appear as Unmanaged Inventory under Inventory > Unmanaged. Enable Management with IDP Define CI Types for these elements. …
26th November 2025
Hi David, The # character in a URL is a special character that is being used as ‘fragment identifier’. E.g. ‘Computing’ in the following URL: https://en.wikipedia.org/wiki/Number_sign#Computing If you want to …
26th November 2025
I get the impression that this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question …
25th November 2025
Hi Kristian, This issue is fixed in DataMiner 10.5.11 when using the GQI DxM, which becomes the standard in 10.6. If you are on an older version or not using …
25th November 2025
Hi Arturo, There is of course the licensing side of things, but let’s assume you got this covered and this is purely a resource load question. A replicated element will …
25th November 2025
Hi Pascal, I don’t think this can be achieved using a correlation rule. Correlation rules work on alarms, which means you would first need alarms to correlate. From your description, …
25th November 2025
Hi, In BPA UI, the BPA item can be expanded to see an overview per DMA and there you can see the Message column. Click on the three dots (…) …
25th November 2025
Hi, I don’t have a good answer here. I believe the main difficulty is that you’re looking at the group of bearers to decide whether or not they impact the …
25th November 2025
Hi Seppe, I’d just worked that out Myself, with a bit of help from Wireshark to see what it was trying to resolve. The db.xml had a database server in …
25th November 2025
The DataMiner software does not contain a proxy feature capable of proxying UDP streams. The proxy of the VideoThumbnails can only proxy thumbnail images over HTTP(S). To proxy a video …
25th November 2025
Hi, Assuming the securityInfo variable you have is the output of a GetInfoMessage(InfoType.SecurityInfo) request, you should be able to get the name of a group id by using securityInfo.FindGroupNameByID(groupId) or …
25th November 2025
Hi Samantha, Are you combining these three filters in one alarm template? Be aware that the templates are evaluated from top to bottom which means that in your example any …