When do I know if the DMA is up and running?
12th July 2023
I’m trying to run a PowerShell script in the background of a DMA upgrade, that needs to perform some actions after the DMA is up and running. What should I …
Question
12th July 2023
I’m trying to run a PowerShell script in the background of a DMA upgrade, that needs to perform some actions after the DMA is up and running. What should I …
12th July 2023
Can we prompt an explorer UI from a script executed in a low code app to allow the user to select a directory of their choice? If not, what would …
12th July 2023
Is there currently a one-stop documentation on Dojo or docs.dataminer.services that users can reference in order to better understand where certain data is stored (a level below what features require …
11th July 2023
Hi, What is the easiest way to be able to run the SLNetClientTest tool | DataMiner Docs on my virtual machine (where no DataMiner is installed)? Which files do I …
11th July 2023
Received this question from one customer interested to explore ALL features of Dataminer MS Teams Chatops/Notification/Alarm. What are the metrics to take into consideration in terms of cloud package to …
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 …