How to Manually Refresh a View on Visio
11th July 2025
Hi Fawzan, Not sure if the most elegant way, but I believe the following would work for refreshing the page data: Duplicate the page in your Visio drawing, giving the …
Answer
11th July 2025
Hi Fawzan, Not sure if the most elegant way, but I believe the following would work for refreshing the page data: Duplicate the page in your Visio drawing, giving the …
11th July 2025
Hey Philip, You can upload BPAs using the Standalone BPA Executor available on DMA servers. C:\Skyline DataMiner\Tools\StandaloneBpaExecutor\StandaloneBpaExecutor.exe Within the tool, select the Run from DMA tab. You can then add …
11th July 2025
Hope you’ve found an answer in the meantime since you posted this. I took a cursory look at the connector and see that it is making several API calls amongst …
11th July 2025
Hi Christine, As indicated in the info pop-up within the failover configuration, we recommend decommissioning first when switching the failover type from VIP to shared hostname. However, we understand this …
11th July 2025
Hi Gus, From what I understand, it looks like you’ve found a solution to your issue. If that’s not the case and you still need assistance, please let us know …
11th July 2025
Hi Hari, To retrieve information events from the database, you can use the GetAlarmDetailsFromDbMessage() method. Refer to the example snippet below as example. AlarmFilterItem filterService = new AlarmFilterItemString( AlarmFilterField.Value, AlarmFilterCompareType.WildcardEquality, …
11th July 2025
Hi Simon, As mentioned in the comments, it’s currently not possible to fully restrict access to the root page. Could you perhaps share the reasoning behind wanting to limit access? …
11th July 2025
Hi, Visual overview just renders a browser but cannot interact with it. Unless if Grafana allows the credentials to be passed via the url, this is not possible. If there …
11th July 2025
Hi Bernard, Both the primary key and the display key must be unique. In the case of the display key, you might run into duplicates, but that can cause problems …
11th July 2025
Hi Zean, I know that this option exists: initial attribute | DataMiner Docs However, this would require temporarily modifying the connectors, which might not be ideal in your case. A …
11th July 2025
Hi Laurens, As I followed the documentation I have add the command in protocol XML file,but in dataminer cube failover option not showing can you guide where we can add …
11th July 2025
Because we like to keep the look and feel of Visual Overview Data Display components consistent with that of your Data Display itself, we always visualize the parameter control exactly …
11th July 2025
Hi Mohan, When you see such message like in your screenshot; it means that DataMiner server dropped the event messages on the connection towards Cube. Furthermore, it means that event …
11th July 2025
Hi Emanuele, I get this impression this question may already be solved based on the comments above. Is this indeed the case, or do you still need help with this? …
10th July 2025
Hi Philip, The error message is present because one of the connectors or scripts on the system is using an outdated method to request element info from the system (DMS_GET_INFO). …