DMS alias in DNS with Round-Robin request distribution
30th July 2024
After some time of regular operation we were facing some issues, which we could not find an answer for together with Tech Support. Cube Login to DMA3 was not working …
Answer
30th July 2024
After some time of regular operation we were facing some issues, which we could not find an answer for together with Tech Support. Cube Login to DMA3 was not working …
30th July 2024
Hi Oscar, I believe I was able to reproduce the behavior that you describe. For testing I started/stopped a service running in a Windows Server instance. I noticed that when …
30th July 2024
Dear Apurva, As far as I know, You can use the class library in your Automation script and can get/set the values. https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryIntroduction.html Example:- https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryExamples.html //Read IDms myDms = engine.GetDms(); …
30th July 2024
As far as I know, you can only show conditional color on table using LCA but can’t hide or show column. If you want to display only Column in Alarm …
29th July 2024
HttpClient lives in the System.Net.Http.dll assembly which is not referenced by default in SLScripting (the process which is executing the QActions) so you need to tell the QAction where you’re …
29th July 2024
Hello, To my knowledge, it’s not possible to pass a single cell value using the double-click options in table settings. By default, you can only pass the entire row, which …
29th July 2024
Hi David – great question, a properly structured well-organized system is the foundation of an efficient operation, and ideally you can accomplish that with as little effort as possible. While …
29th July 2024
Hi Apurva, You can find this information in DataMiner Docs: How to add a custom property for a service How to get service properties Hope it helps.
29th July 2024
Hi Enver, This is currently not possible. I have created a task on our backlog to implement a ‘conditional actions’ feature for a use case like yours.
29th July 2024
Hi Mauro, The ‘Fetch the data’ action is completed when the data is done fetching. The issue you are having is that the reselection of the table rows hasn’t happened …
29th July 2024
Hi everyone, I’ve been considering the solution that Joey Vanhalst described in this question: Best way to update a visual overview by another user? – DataMiner Dojo This solution seems …
29th July 2024
Hi, It appears as though you are trying to renew your DMA with a cloud identity that has been removed from dataminer.services. This can happen if you remove your DMA …
29th July 2024
Hi Harald, If the actions of creating/updating DOM instances is triggered from the LCA itself, you may be able to get a nice user experience by triggering fetching the DOM …
29th July 2024
Hi Ramesh, Not sure if you already have found a solution here? To trigger on the alarms, you could use a Correlation rule. In this rule, you could use an …
29th July 2024
Hi, Yes, it is possible to do so by navigating to the Admin page in your Application Visual Overview and clicking the SET… button and providing a new name You …