Agent replication with HyperV
7th February 2024
Hi Isabel, A bit late, but here is my take on this. Hyper-V replication is indeed something you can use in order to have a backup available which you can …
Answer
7th February 2024
Hi Isabel, A bit late, but here is my take on this. Hyper-V replication is indeed something you can use in order to have a backup available which you can …
7th February 2024
Hi Reza, Let me try to help out here. (1) You can in both scenarios uncluster a DMA from cluster B and join it to cluster A, but the big …
7th February 2024
Hi Michiel, DataMiner compiles QActions using the latest version of the .NET Framework that is installed on the agent (it detects this via the registry). As of DataMiner 10.1.11, .NET …
7th February 2024
Hi Michiel QActions (and Automation Scripts) only support .NET Framework at this time. Which version of .NET Framework depends on which version is installed on the DataMiner system. Starting from …
7th February 2024
Hi Jens, I have found 2 problems: 1. you are not logged in with B2C account. That’s why it is stated in the footer of the webpage that you are …
7th February 2024
Hi, I can’t help you with the question about a DMA in a different network behind a NAT, but I can help you with your question about encrypting all communication …
7th February 2024
This looks like an issue. Does it also occur on our new dashboards? If not, you can probably use that as we are retiring the legacy reports in the future. …
7th February 2024
Hi Thomaz, I had this question before and I had found the only way to accomplish this (as far as I know), is to make use of the RegexReplace placeholder …
7th February 2024
There is an (yet to be documented) websocket connection possible. Information about /API/v1/WebSocket.ashx I did get some additional help from Wim per e-mail. But it requires to make some calls …
7th February 2024
One possibility to really block an IP address could be to create a custom firewall rule where the remote IP gets blocked. But of course IP addresses can change, so …
6th February 2024
Hi Team, I found a similar situation. 2024/02/05 20:30:53.390|SLDataMiner|31612|6104|IDataMiner::NotifyDataMiner|ERR|0|Finished [0x0000000000012D48] – NT_SUBSCRIBE_CLIENT by DataMiner with error. Unable to find Hosting Agent varValue = VT_ARRAY|VT_UI4 (5) : 51;3119;51;1162;11200 In this case …
6th February 2024
Hi Tim, The ServiceReservationInstance object itself has a method to assign or unassign any resource. The .UnassignResources() function accepts one or multiple AssignResourceRequest where you only need to provide the …
6th February 2024
Hi Jarek, Not sure if this will provide all you are asking for, however, if you select the dashboard background, then select settings. Under Dashboard configuration you can choose the …
6th February 2024
Hi Jarek, For the Line & Chart area to function it needs to be aware of Parameter, Element, Timeframe and if a table parameter, then Index also. Following is a …
6th February 2024
Hi, I am happy to tell you that we added an example on GitHub on how to easily add buttons to Adaptive Cards with the ChatIntegration nuget (version 1.2.1). ChatIntegration …