How long does take an element to startup?
5th February 2024
Hi Ana, From the log you posted, the log indicating the start of an action does not happen on the same thread (6728) as the log indicating the end of …
Answer
5th February 2024
Hi Ana, From the log you posted, the log indicating the start of an action does not happen on the same thread (6728) as the log indicating the end of …
5th February 2024
Hi Thomas, DataMiner only supports one datasource at a time for user and group management, so ActiveDirectory and OpenLDAP are mutually exclusive (*). Users and groups imported from AD will …
5th February 2024
Hi Piotr, I’m not aware of any free alternative for Microsoft Visio. Nowadays you do have the online ‘Visio in Microsoft 365’ which is included in commercial Microsoft 365 plans, …
5th February 2024
Hi Pawel, Let me try to answer your questions: Your code will probably work, but better would be to construct the whole object before calling the Build() method. The SetFieldValue …
5th February 2024
Solved it. Apparently it was the computer name in the “Debugger qualifier” field that my local client couldn’t resolve. Exchanged it for the IP instead and it worked.
5th February 2024
Hi Paul, First of all, thank you so much for sharing your case with that level of detail. I would like to find an acceptable way forward for you. Ok …
5th February 2024
Hi Miguel There was an issue with the Reply method but that has been fixed in version 1.0.0.3 of the NuGet. Could you check if you are using the last …
5th February 2024
Hi Miguel, Could you confirm that you are using the Skyline.DataMiner.Core.InterAppCalls.Common Nuget and which version you are using? There is indeed a known issue with the Reply feature up until …
5th February 2024
Hi Jens, I can do say the following about Maintenance mode of a resource: – You can only put resources in Maintenance when the resource is not used by any …
5th February 2024
Thank you for sharing your question! After provisioning elements with IDP, you have the option to allocate them to a rack through the Admin > Facilities tab. This process also …
5th February 2024
Hi, In order to manage your elements’ locations with IDP you could look into the Facility Management section (docs reference: Facilities | DataMiner Docs) In there, you should be able …
5th February 2024
Hi Jarek, In the query that you are visualizing in the popup you could add a filter operator which uses a value from the selected row of the first table. …
5th February 2024
Hi Jarek, You can feed a query row to a state component and filter the state component based on the columns that you want to show: By changing the component …
4th February 2024
Hi Tom. I performed the procedure according to the video link. How you can see below, it procedure changed the name of the column in the view from DMA agent …
3rd February 2024
While there is currently no ‘easy’ built-in functionality for this, you could achieve the same with a custom operator. I see there’s one already available in our catalog. The same …