Document folders inconsistency
8th April 2022
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 …
Answer
8th April 2022
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 …
8th April 2022
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 …
8th April 2022
Hi, The best way in this case would be to set RTDisplay to true on the parameter, without positions specified. Run the DIS Validator and on the reported issue right-click …
8th April 2022
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) …
8th April 2022
Our NATS installation uses IPs/hostnames requested from SLNet/SLDMS. If you use hostnames in the DMS.xml (+ dma restart), a fresh NATS install/Nats Reset should use the hostname instead of IPs.
8th April 2022
Hi Alex, I’m not sure of your exact issue, but in the past I have implemented a similar use case with enhanced services and subscriptions, and also found out similar …
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 …