DMA HW Migration and missing Data in Cassandra
19th July 2022
Hi Robert, There is no built-in functionality for this in DataMiner at the moment. It is possible through a custom automation script in which you select data from one system …
Answer
19th July 2022
Hi Robert, There is no built-in functionality for this in DataMiner at the moment. It is possible through a custom automation script in which you select data from one system …
18th July 2022
Hi all, We’re trying this solution but when executing it returns: “Script ‘Automation script’ failed: The following was returned from the script: (Code: 0x800402D5) Skyline.DataMiner.Net.Exceptions.DataMinerCOMException: Failed to send e-mail. —> …
18th July 2022
Hi Michael, I would suggest below approach as a starting point. Correlation rule in which you define some filters to eventually trigger an automation script Script will analyze the alarms …
18th July 2022
Hi Mieke, The default time range the component should apply when initially loading the dashboard can be configured through its ‘Settings’ > ‘General’ > ‘Default Range’ menu.
17th July 2022
Hi Jeroen, You can look for the file starting with 0c78787f8ee98a8aa8ff74d699d0c3e0_ in the subfolder of %AppData%\Microsoft\Crypto\RSA\ with your SID. Instead of deleting it, I would recommend to rename it (it …
17th July 2022
Hello Miguel This is not possible yet with the latest version of the software. Please feel free to create a task if this feature would be required. For now, as …
15th July 2022
Hi Alberto, a while ago I performed some tests on offloading data in light of another question that was posted on Dojo. And just out of curiosity I also tested …
15th July 2022
Hi Miguel, when I run the SLEndpointTool_Console (as admin) and install NAS (or even NATS) I get an unhandled exception: Invalid setup. Service NAS exists, but files are missing
15th July 2022
Hi Tiago, These CefSharp MSI packages are only applicable for 10.2+ with RN31838. We do have an internal CefSharp v81 MSI package available that installs in C:\ProgramData\, you can contact …
15th July 2022
Hi Kris, Safari (both iOS & macOS) have the “Prevent cross-site tracking” option enabled by default. This prevents the login cycle from completing fully. The option can be disabled by …
15th July 2022
Hi Jens, We’re currently working on adding this documentation. You can check the current draft in the DOM branch on GitHub: SkylineCommunications/dataminer-docs at DOM (github.com)
15th July 2022
Hi Paul, You can find some more information on this through the following topic: Upgrade to 10.2.7 feature release shows an error in the log – DataMiner Dojo
14th July 2022
Hi Maximiliano, Below code can be used for this. using System.Collections.Generic; using Skyline.DataMiner.Net.Messages.SLDataGateway; using Skyline.DataMiner.Net.Profiles; using Skyline.DataMiner.Scripting public IEnumerable<Skyline.DataMiner.Net.Profiles.Parameter> GetAllProfileParameters(SLProtocol protocol) { ProfileHelper profileHelper = new ProfileHelper(protocol.SLNet.SendMessages); return profileHelper.ProfileParameters.Read(new TRUEFilterElement<Skyline.DataMiner.Net.Profiles.Parameter>()); …
14th July 2022
Hi Luis, Is it not an option to use a dashboard to display this information? GQI can perform this action without hardcoding any element name. For example, you can use …