migrations on older DataMiner versions
31st January 2023
Hi Jeroen, Indeed we don’t maintain downloads for old installers on our public sites. I suggest you contact me directly for an alternative.
Answer
31st January 2023
Hi Jeroen, Indeed we don’t maintain downloads for old installers on our public sites. I suggest you contact me directly for an alternative.
31st January 2023
Hi Jeroen, I guess that you can request a specific version to Central Ops or the Infrastructure Operations Team.
31st January 2023
The Element shape data serves as a filter for the alarm children shape, however, this only applies if the user has access to that element. If the user doesn’t have …
31st January 2023
Hi Arun, What is the sliding window size that you have set on this system for real-time trending? I notice that you’re looking already some time in the past, potentially …
31st January 2023
Hi Arun, When you right click on the trend graph and select the option ‘Show most detailed data’, what do you see then? You can also evaluate what data is …
31st January 2023
Hi Alex, DataMiner Probes (DMPs) are only available as perpetual use licenses. Because they are often used to connect to remote sites with limited connectivity, metering could be a challenge. …
30th January 2023
Below you can find the logic that is applied to timeout handling in terms of HTTP status codes ranges: 2XX: No timeout 3XX: customRedirect enabled and the redirect is not …
30th January 2023
Hey Michael, Not an expert on this matter, but based on this article, it will depend on the element timeout time and how the other HTTP sessions are answered. The …
30th January 2023
Hi Oliver, Into the Visio page, you can add an option ‘DisableZoom’ if you do not want users to be able to zoom in or out. More information also on …
30th January 2023
Is this the option that you are looking for: Overview of page and shape options | DataMiner Docs
30th January 2023
Hi Hans, You can achieve this by making use of the Class Library IDms myDms = engine.GetDms(); IDmsElement myElement = myDms.GetElement(“element name”); foreach (var connection in myElement.Connections) { if (connection …
30th January 2023
Hi to start you need to be able to configure the target system as your active system, which you can only do when you have been added to that DMS …
30th January 2023
To add another method: via the right click menu of a view in the surveyor, you can choose export under the actions menu. Then you can choose to export to …
30th January 2023
Hi Mark, In Dashboards you can create a GQI query that retrieves the list of elements in a DMS. When selecting which columns should be displayed, you will find the …
30th January 2023
Hi Mark, Not sure if you can see it in Cube, but you can create an automation script to request all the elements in Read-only mode. IDms myDms = engine.GetDms(); …