Document folders inconsistency

Hi Mario, The document you show is linked to a specific element, this type of document behaves differently than ‘normal’ documents. For example: Documents linked to elements are only stored …

HTTP POST Session to Send File on Protocol

Hello Miguel, I don’t know if this will help because our files were a little bit smaller, but I’ve done something similar, recently. I ended up creating a POST session …

API Deployment – Create token

Hi Dojo team, We found the issue. The process SLAPIEndpoint was not running. After unregister and register again the DLLs and services (using the batch tools available in C:\Skyline DataMiner\Tools) …

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 …