Does a dashboard gateway access to a single DMA ?
1st September 2022
In a DMS cluster, does a dashboard gateway access to a single DMA or have the possibility to access other DMAs in the same cluster in case of failure of …
Question
1st September 2022
In a DMS cluster, does a dashboard gateway access to a single DMA or have the possibility to access other DMAs in the same cluster in case of failure of …
1st September 2022
We have a cluster with 3 DMA’s, we have recently been having network hits to one DMA. When this occurrs the DMA will reconnect but after several hits it will …
1st September 2022
Hi Dojo, What is the most performant way to retrieve all elements for a certain protocol? Engine var elements = engine.FindElementsByProtocol(“protocol name”, “protocol version”); Class Library var dms = engine.GetDms(); …
1st September 2022
Hi Dojo! Is there any way to configure a relative type alarm template where the baseline value is read and updated from another parameter? Maybe in the driver side?
1st September 2022
When using the ClassLibrary to figure out which elements have already been provisioned on the DMS: IDms myDms = protocol.GetDms(); var allElements = myDms.GetElements(); Can someone tell me if this …
1st September 2022
Hi Dojo Team and Toon, I would like to use a Line/Arc (not a Rectangle/Ellipse) to represent a Service and I would like that the color of the line to …
31st August 2022
Hi DOJO Summary : There are 8 RF Matrix elements in the system ( inputs = satellite signals / output = IRDs receiving these signals ). We are trying to …
31st August 2022
Hi Dojo, Is it possible to show Alarm of specifc view or saved filter alarm in a Visio view?
31st August 2022
Hi, I’m looking at automation script solution to move elements from one view to another, run periodically. I am looking to do this via C# code. Is there any reference …
31st August 2022
I’m installing the latest IDP version on a 10.2.0 CU2. This is normally done using the slnetclient test tool since it’s an app package. On uploading however I’m getting following …
31st August 2022
I’d like to use the ‘Parameter Key’ alarm property in a Hyperlink in the alarm console. It’s however not available in the Help. Is something like this possible? https://docs.dataminer.services/user-guide/Reference/Skyline_DataMiner_Folder/More_information_on_certain_files_and_folders/Hyperlinks_xml.html#keywords
31st August 2022
Hi, we have a new server as failover and wanted to add it into DataMiner monitoring. When creating the element it goes into timeout. Where do I need to enable …
31st August 2022
We have a question (if you have some benchmarks) regarding the CPU Power on workstation needed to have Cube running smoothly when several Visios are open: The CPU and RAM …
31st August 2022
Hello all My squad has to deploy a Asset Manager Module, any experience on this, examples ? I could find just a Template from Docs. There is also one on …
30th August 2022
Hi, DomStatusFieldDescriptorLink has a Visible property that allows you to hide a field for certain statuses. The API also allows you to simply not add it to the FieldDescriptorLinks list. …