In Dataminer services on deletion does not get reflected
17th June 2024
Hi Hari, The picture shows me that you are referencing to resources/resourcepools. Services are not directly linked to those, but maybe it is good to explain a bit more what …
Answer
17th June 2024
Hi Hari, The picture shows me that you are referencing to resources/resourcepools. Services are not directly linked to those, but maybe it is good to explain a bit more what …
17th June 2024
Hi Dias, I’m not getting any exception but it is not proceeding after deleting the service. Please find the code for deletion and creation of service below, i’m deleting the …
17th June 2024
Hi Mark, I guess it’s maybe best to configure the authentication of your DMS to SAML and make sure that everybody connecting to your DMS, internally or externally via dataminer.services …
17th June 2024
Hi, When authenticating to dataminer.services, you can choose to use for a provider such as Microsoft or Google. These providers give the possibility to enforce 2 factor authentication, which in …
17th June 2024
Hi Daniel, It is currently not possible to import/export queries between Dashboards & LCA using the UI. Manipulating the underlying files will work, but this is very error prone and …
17th June 2024
Hi Wouter, If I am not mistaken it determines the order of the values listed in the drop down list. The lowest number will be displayed on top: Settings: Drop …
17th June 2024
Update 2024-06-18: After receiving the script XML it was found that the script in question is using the graphical UI blocks instead of C# code. These blocks behave differently, so …
17th June 2024
Hi Alberto, When using the migration functionality of DELT within a cluster a network outage between the source & destination will interrupt the process if it happens during the transfer …
17th June 2024
Hi Lucas, Thank you for attending Empower. It’s great to see that you are continuing with Data API and scripted connectors! Data API is provided by a DxM with the …
17th June 2024
Hi, Without the JSON example it will be hard to understand where it is going wrong. To be able to further help you, would it be an option to send …
17th June 2024
To start an investigation in case you run into a problem with DataMiner, refer to the Troubleshooting section in our user guide: Troubleshooting flowcharts | DataMiner Docs. You can also …
17th June 2024
Hi Dilip, You can find the requirements in our DataMiner help, see https://docs.dataminer.services/user-guide/Reference/DataMiner_Compute_Requirements.html. Regards,
16th June 2024
Hi Dilip – here you will find all options and instructions to get started with DataMiner: Creating a DataMiner System | DataMiner Docs
16th June 2024
Hi Robin. In a custom operator this is not available, but in an ad hoc data source the iGqiUpdateable interface can be used to push updates to the client. If …
14th June 2024
Hello Lucas, I have been working extensively on creating elements using a connector and/or Automation Scripts. So far, I have been using the IDms class. Here is a short example: …