Error while deploying application package

Hi, I tried to deploy an application package Nevion Video iPath 1.0.1-CU2 • Package but get an error from DeployToDma – looks like an issue related to unzip the package : { …

Data file directories on Cassandra

Hello, May I know if there is a possibility to add another disk drive in data_file_directories as shown below? If yes, may I know how Cassandra data such as keyspaces …

Table’s header filtering

Hi, In the following table, we’ve configured the “Header” with “Sum” for certain columns, and we’re wondering whether it’s possible to exclude certain rows from the calculation. For example, we’d …

Is Executable link component available in IAS Toolkit?

Hi, I want to know how I can use the executable component as described here: https://community.dataminer.services/question/hyperlink-in-interactive-automation-script/?hilite=hyperlink via the IAS toolkit. What version of the toolkit do I need to use …

Resource scheduling exception when assigning a resource to a booking

I’m using the following SRM code to add a resource to a booking: ((ServiceReservationInstance)reservationInstance).AssignResources((Engine)engine, requests); This throws an ResourceNotAvailableException when a certain resource is in use by another booking but …

View Card > Elements > Save Column order?

Hi, dojo – any workaround available to avoid manual reordering of columns in view cards? This is a follow up from this older question: https://community.dataminer.services/question/any-method-to-define-the-default-column-order-in-the-different-cube-sections/?hilite=save%20columns – where it was confirmed …

Take ownership of a correlated alarm

Hi community, When you take ownership of a correlated alarm, only the correlated alarm is acknowledged. Is there a way of automatically acknowledging alarms below the correlation?

Not all cluster agents starting after upgrade to 10.3.7.0

I have a DMS with 2 agents. Each is on a different physical server. It has no elements, scripts, views, … it’s empty. Upgraded from 10.2.0.0-11897-20220611-release to 10.3.7.0-13107-20230614-release  (latest feature …

image in background of dashboard

Can we load the Image as a background in the dashboard. For example can i load a world map as a background image and on the top of it can …

Skyline.DataMiner.Utils reference not found in Dataminer Cube

Hi, I am trying to start using the IAS Toolkit and have followed the instructions in accordance with the link below. https://docs.dataminer.services/develop/devguide/Automation/Howto/Getting_Started_with_the_IAS_Toolkit.html It works fine in DIS. The Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit is …

Record value every 1 hour

I would like to record a parameter value for every 1 hour and save it into a file. What is the best way to achieve this? Kindly advice

Get the alarm status in QAction

Hi Dojo, We know we can get/set a parameter’s value in QAction. My question is, can we get the alarm status in QAction ? Regards,