Pending script [aborted]
11th July 2023
Hi, We have a script that was triggered and should have been aborted by timeout already. However, checking it on the client test tool, it seems that the script is …
Question
11th July 2023
Hi, We have a script that was triggered and should have been aborted by timeout already. However, checking it on the client test tool, it seems that the script is …
11th July 2023
Hi Team, I have a custom API testing it with Postman. I’m seeing the following error. { “errors”: [ { “title”: “Error occurred while handling the request, contact your admin with the provided errorCode.”, “detail”: “Something went wrong, contact the system administrator.”, “errorCode”: 1001 } ] } this error does not show …
11th July 2023
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 : { …
11th July 2023
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 …
11th July 2023
Hi, How do I make a wizard so the user can choose where to store a file via the IAS Toolkit? The file itself is e.g. available on a specific …
11th July 2023
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 …
11th July 2023
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 …
11th July 2023
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 …
11th July 2023
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 …
11th July 2023
Hi Dojo, I’m looking for a script to remove resources (resource scheduling), I know we have the following script available in the SRM framework ‘SRM_UnassignResourceFromBooking’ from SRM 1.2.22 This script …
10th July 2023
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?
10th July 2023
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 …
10th July 2023
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 …
10th July 2023
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 …
10th July 2023
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