DataMiner installation failed
23rd February 2023
I assume you also installed some other software doing some changes to the .NET framework. This can be a change or new installation of .NET. Most likely a windows reboot …
Answer
23rd February 2023
I assume you also installed some other software doing some changes to the .NET framework. This can be a change or new installation of .NET. Most likely a windows reboot …
23rd February 2023
Hi Klaas, Unfortunately populating a dropdown using static values is not yet possible. (but we do have an item for that on our backlog). Instead, it always refers to dynamic …
23rd February 2023
DVEs are by default not set into timeout when the main element is set into timeout. If you want an automatic timeout on the DVE when the main element is …
23rd February 2023
Hi Marco, I may not have the answer for all questions but let me answer some of them: In order to remove a service completely from the X20 too, you …
23rd February 2023
Hi Jeroen, Indeed, if you want to use Google Maps, you will need to configure the API key in DataMiner settings, which is something an end user needs to acquire/provide. …
23rd February 2023
SLPort scans the incoming data stream for the defined headers and trailers. Once a header is detected, SLPort will only search for the corresponding linked trailer. It will disregard any …
23rd February 2023
Not all interactivity is supported in the html5 visual overviews. Supporting all of it has been an incremental process throughout the years, where we focus on the highest value things …
23rd February 2023
It is quite an advanced flow to debug this. The WAF rules are being generated on the DMA server in a CefSharp browser within SLHelper. You could check the SLChromiumBrowser.txt …
23rd February 2023
Hi Richard, we have seen this use-case before where DataMiner needs to offload data to systems other than the default available central databases. (The other examples were GrayLog, Kinesis Firehose, …
23rd February 2023
Hi Shawn, this is actually a very good question. Logging is very important to be able to quickly pinpoint the problem when something goes wrong. Your assumption that each level …
23rd February 2023
Hi Sebastian, This isn’t available out of the box. You could use the ‘Page load’ event to generate an entry every time the page opens. These entries could then be …
23rd February 2023
Hi Sebastian, As far as I know this information is not visible. However, you can use Client Test Tool > Info > ClientList to see all connections. Note that this …
23rd February 2023
Hi Dino, It seems that the scientificNotation attribute was enabled on that parameters. This needs to be updated in the driver if you don’t want to see the scientific notation. …
22nd February 2023
Hi Paul, 1. In this scenario I would say there is currently no immediate benefit, and as you can see in my response on point 2 there is quite some …
22nd February 2023
Hi Paul, When using GRPCConnection, most of the options for RemotingConnection (including polling) are no longer applicable. The only 2 options for gRPC at the moment are the serverport and …