Obtain Latency between 2 L3 devices withing Datamine.
17th July 2025
Hi I have two L3 switches with specific vlan and IP address. Both switches can ping each other . Can I capture the historical RTT, latency data between the two …
Question
17th July 2025
Hi I have two L3 switches with specific vlan and IP address. Both switches can ping each other . Can I capture the historical RTT, latency data between the two …
17th July 2025
Hi, In our current LCAs, we don’t see a sign out button. We are fully on SAML/SSO, if that matters. Any tips or tricks here? Thank you!
17th July 2025
Same as the title. For some cases I dont want to see the automated logs (Logs that are not explicitly written by us) in information event section in dataminer cube. …
17th July 2025
Hi Dojo! I’m trying to get some parameters from services (they are using a Service protocol) and I can’t find the way to do it. I thought that I did …
17th July 2025
Hi Team, Whenever i’m updating a service in DM there is a message logging in Information Events as in below screenshot. Is it possible to know the details on what …
16th July 2025
Hello everybody! I’m posting this question as I’m struggling with a new service I just created. In my service I added 4 encoders, each of them with a condition: they …
16th July 2025
Hello Im working witj some component like grid using a query but it have no data update, is an aditional config requiered? In the componet setting im try with the …
16th July 2025
Exception : (Code: 0x80070005) Skyline.DataMiner.Net.Exceptions.DataMinerSecurityException: Unable to authenticate as current Windows user —> System.MissingMethodException: Method not found: ‘Void System.Diagnostics.DiagnosticSource.Write(System.String, !!0)’. at Skyline.DataMiner.Net.Serialization.ObservableFormatter.Serialize(Stream serializationStream, Object graph) at Skyline.DataMiner.Net.Connection.EnsureRsaProviderAvailable() at Skyline.DataMiner.Net.Connection.AuthenticateViaSspi(String userName, …
16th July 2025
While coding in Visual Studio and successfully connected to DataMiner, we’ve noticed that when any exception occurs, generally, such as incorrect authentication or a network/firewall issue, etc….Visual Studio hangs or …
16th July 2025
I am trying to create a Section Definition that follows the structure: In this case, I want a Field Descriptor which points to a single value of a ComponentTypeEnum, and …
16th July 2025
When planning an upgrade, it’s a good practice to upload the package 1 or more days prior to the actual upgrade. However it looks like the start time refers to …
16th July 2025
Hi Dojo Community, I noticed that Skyline uses StackPanel in some of their IAS. Since I need the same functionality, I would like to use this or a similar tool …
16th July 2025
var addServiceMessage = new AddServiceMessage { DataMinerID = service.ServiceInfo.DataMinerID, HostingDataMinerID = service.ServiceInfo.HostingAgentID, Service = service.ServiceInfo, }; _engine.SendSLNetSingleResponseMessage(addServiceMessage); above is the code used for updating the service if there is any …
16th July 2025
Hi, I want to refresh a already running service in dataminer cube, for which I know the service ID, Just want to refresh the service after every 2 minutes as …
16th July 2025
Hi all, I’m currently trying to test the DataMiner Maps locally. I’ve configured the ServerConfig.xml file using a valid Google Maps API key (gmaps) as shown below: However, when I …