Automate User Group permissions
23rd June 2023
Hi Stacey, A work around I found is to mask and hid the elements through automation script depending on the User if that helps.
Answer
23rd June 2023
Hi Stacey, A work around I found is to mask and hid the elements through automation script depending on the User if that helps.
23rd June 2023
I have seen this issue before and it is that the Microsoft.Data.SqlClient.SNI.x86.dll file sometimes is not in the right place or not there at all which causes this issue.
23rd June 2023
Hi, The data source seems to be replying with a wrong format. Like Wireshark is indicating, the value type is set as an integer32 (=4 byte) while the value in …
23rd June 2023
Hi Laszlo, Apart from the 2 answers, indeed copying the Protocols folder on Windows level will work. In this case, you need to ensure that the source and target DataMiner …
22nd June 2023
Create a dataminer dashboard (based on a template) that will be shared with the people that I specify in the command (via tagging) and will include the dataminer objects that …
22nd June 2023
Hi, As Robin mentioned, the DELT export will be the best approach. In this case, you could create a DELT export from an element using a specific protocol. In the …
22nd June 2023
In case you were looking to make your DataMiner System cloud-connected, here’s already the link to the documentation: Connecting to dataminer.services | DataMiner Docs
22nd June 2023
Hi Laszlo * If this is about a specific element using a trend/alarm template, then I would opt for a DELT export: Exporting elements, services, etc. to a .dmimport file …
22nd June 2023
Hi Yvan, The GetLiteElementInfo SLNet message contains 2 boolean properties that you need to set to true in order to be able to retrieve stopped (IncludeStopped) or paused (IncludePaused) elements. …
22nd June 2023
Just out of curiosity, the common way of handling this would be to put the elements in one or more existing views, depending on which user groups you want to …
22nd June 2023
We’re using the WMI driver to monitor windows machines. We have a few where we alarm on a missing process, you do need to make sure “Auto Clear Task Manager” …
22nd June 2023
Hi Alberto, This seems to be a quirk of both Windows, and the driver. Namely, when polling the OIDs for services on the host, Windows only replies with the active …
22nd June 2023
Hi Martin – you are correct, and the work around that you identified is indeed probably the quickest way to accomplish the same outcome. In general: if you feel that …
22nd June 2023
You can go to C:\Skyline DataMiner\Protocols\<Protocol_Name>\<Protocol_Version> and locate the alarm/trend template and rename it carefully. After that, you need to do a DataMiner restart. I believe this should change the …
22nd June 2023
Hi Bing, I believe that option should work fine but if you want something that involves slightly less manual work and could be reused, you could consider creating a script …