Best way of exporting trend data
8th April 2022
Another option could be to enable data offload via file export for the specific parameters. This will allow you already get the offloaded data in in CSV files following the …
Answer
8th April 2022
Another option could be to enable data offload via file export for the specific parameters. This will allow you already get the offloaded data in in CSV files following the …
7th April 2022
Hi Bethany, From cube, you can just right-click any trend graph and choose the export to csv option. To get trends on a scheduled interval, you could create a dashboard with …
7th April 2022
I suspect that there are DMS Rights associated with this, as it is typically done for any new capabilities introduced in DataMiner. And often these are disabled by default, to …
7th April 2022
Hi, You might be able to find out more info about the error in the Automation log file (Cube > System Center > Logging > DataMiner > Automation. Or SLAutomation.txt …
7th April 2022
Hi Hans, You can find the port info in the ElementInfo property: var myElement = engine.FindElement(“MyElement”); var myElementInfo = myElement.ElementInfo; var mainPollingIp = myElementInfo.MainPort?.PollingIPAddress; var otherPollingIps = myElementInfo.ExtraPorts?.Select(p => p.PollingIPAddress);
7th April 2022
I have not heard of any optional licenses in Teams that would be required. You just have to install the DataMiner App, which comes free of charge (but potentially you …
7th April 2022
Adding to the other replies, I would suggest to reconsider this element configuration as I can’t really think of a situation where such timeout configuration should be applied. If a …
7th April 2022
Hi Shimo, the issue is already fixed in IDP 1.1.20. If possible, could you upgrade to IDP 1.1.20? Kind regards
7th April 2022
Hi Catalin, “Create Dummy Failed” in the logging could indicate that you need to re-add or re-configure one of the script dummies to reference the correct elements in your production …
7th April 2022
Hi Jackson, There is a nice explanation available on this in the administrator training track. You can find the video on element settings here.
7th April 2022
I’m not entirely confident that I’m right, so it would be great if somebody can confirm, but I believe it works as follows: Command Timeout (the first) refers to how …
7th April 2022
Hi Miguel, When you create a new ticket from the alarmconsole, the user needs to select the correct domain (or create a new one) before he can start filling in …
7th April 2022
Daniel, Q1.A: it does not seem possible to show the legend in any other place other than on the bottom of the graph. Note that you could decide to collapse …
6th April 2022
Hi Christhiam, This is indeed not possible in the monitoring app. In general, the Visual Overview capabilities in the monitoring app are more limited than in Cube. There are currently …
6th April 2022
Hi Miguel, I ran some tests on my side and can confirm I have the same results. This is likely a problem somewhere in the software. The best way forward …