Element sub page takes long to load
16th July 2025
Hi Khoo Chee Yang, Nice question! I can already share that Cube will indeed lazy load parameters as we open the page they belong to. This means that, indeed, the …
Answer
16th July 2025
Hi Khoo Chee Yang, Nice question! I can already share that Cube will indeed lazy load parameters as we open the page they belong to. This means that, indeed, the …
16th July 2025
Hi Tomás, Unfortunately, in the DOM editor, there is no easy way to duplicate the enum. If you would code the DOM model in a C# setup script, you could …
16th July 2025
Hi, When a service is deleted a zip file will be created in C:\Skyline DataMiner\Recycle Bin, this contains the xml of the service which has the details of the service. …
16th July 2025
Hi Baranisudha, You can get the current service using _engine.FindService, then you can compare if the service.ServiceInfo has differences, if not don’t send the message.
16th July 2025
Hi, The reason you are seeing this message is because you have not specified a valid map config. This map config is not the same as the server config you …
15th July 2025
Hi Andrea, the QueryData method can be used for this: IDms myDms = protocol.GetDms(); var element = myDms.GetElement(“element name”); var table = element.GetTable(96); var filters = new List<ColumnReturnFilter> { new …
15th July 2025
Hi Fabio, here you can find a list: Configuring SAML settings | DataMiner Docs Atlassian, but no longer recommended: Configuring Atlassian Crowd settings | DataMiner Docs Radius, but no longer …
15th July 2025
Hi Caterina, By default, Correlation rules don’t accept information events. Have you enabled this in the details section just below the name of the rule? Also, is there a reason …
15th July 2025
Hi Felix, Out of the box you indeed won’t be able to upload or download a DOM instance attachment directly. But this should work using some workarounds. You could read …
15th July 2025
Hi Felix, When a DOM instance is created or updated, the user’s ‘Full name’ will be assigned to the “CreatedBy” and/or “ChangedBy” fields. This is most often a nicer, more …
15th July 2025
Hi Edib, can you provide an example of the SetRow call that results in this exception?
15th July 2025
Hi Amber, As far as I know, there’s currently no built-in function in the Skyline Automation library that lets you export an entire table directly as a C# object. If …
15th July 2025
Hi Miguel, To use the Cisco Meraki Cloud controller, the Web API version of the driver is indeed needed. If you are only interested in alarms, the 2.0.0.x range can …
15th July 2025
Hi, The trend and alarm templates can not be exported from cube. You will need access to the DataMiner server and copy the XML files from C:\Skyline DataMiner\Protocols\[Protocol Name]\Production Alarm …
15th July 2025
Hi Baranisudha, You could use the text input or search input component in your LCA. These both accept text as input and can be linked to a query. They both …