Best way of exporting trend data

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 …

Best way of exporting trend data

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 …

API Deployment – Create token

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 …

Script not working from Staging to Production

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 …

retrieve multiple polling ip’s from element through automation

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);

Microsoft Teams Integration

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 …

Element Timeout Settings

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 …

Script not working from Staging to Production

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 …

Element Timeout Settings

Hi Jackson, There is a nice explanation available on this in the administrator training track. You can find the video on element settings here.

Element Timeout Settings

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 …

Ticketing App – New Ticket creation

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 …

Monitory client cannot zoom in/out the views

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 …