Update Alarm Template Groups via C#
23rd November 2022
Hi, Is it possible to add/remove alarm templates from an alarm template group via C#? I can’t seem to find a C# function that could be used for this. Thanks,
Question
23rd November 2022
Hi, Is it possible to add/remove alarm templates from an alarm template group via C#? I can’t seem to find a C# function that could be used for this. Thanks,
22nd November 2022
Hi Dojo, I have two tables connected from the info point of view. Table 1: Table 2: I would like to use the Value of the Param 11002 (which is …
22nd November 2022
In DM you can list all the services to see what their IDs are, but these IDs are NOT the IDs that are actually used in the names of the …
22nd November 2022
I am seeing that none of the trend tables for any of my Service elements are getting pruned of old data. Can someone please confirm that the DataMiner dbase cleaning …
22nd November 2022
Hello everyone, we have events that are scheduled with an xml file uploaded to the Dataminer. In order to visually distinguish between current and future events we would like to …
22nd November 2022
Hello, I need to to identify if there is a view with a specific name within the parent’s tree of an element. The need is to traverse the tree from …
22nd November 2022
Hi all, What is the best way to visualize past table data? HistoryMode doesn’t seem to be supported for ParameterControl according to this: https://community.dataminer.services/question/historymode-for-table-parameters/. The user is not happy with …
22nd November 2022
I have a question about the VideoThumbnails, IP routing. Info DMA1 = 10.16.4.2 StreamServer = rtsp://195.162.208.102:554/hdmi Setting in visio #http://10.16.4.2/VideoThumbnails/Video.htm?type=Generic%20VLC&source= rtsp://195.162.208.102:554/hdmi&volume=50 question Should DMA1 have access to the IP of …
21st November 2022
Hi, I need to retrieve the element in my Automation Script. I have its IP address. There are a number of documented methods for finding elements using name, id, view …
21st November 2022
Good evening Skyline team, I have created a small script retrieving different parameters from different equipment. In this script I am using the method called engine.SendEmail. When I am executing …
21st November 2022
Hi, I’m trying to create an new DOM instance from an automation script. it has a few sections and fields. However there is only section with 4 fields that are …
18th November 2022
Hi, I’m building an automation script that get fed an name which is then lookup op in an DOM definition: var customerfilter = DomInstanceExposers.FieldValues.DomInstanceField(McrCustomerIds.Fields.General.CompanyName()).Equal(jsonJob.customer); var mcrCustomerList = mcrCustomerdomHelper.DomInstances.Read(customerfilter); if (mcrCustomerList.Count …
18th November 2022
Hello, I have a service with 4 elements (used alias for it) and I’m creating a dynamic Visio drawing. Service alias Element 1 alias Element 2 alias Element 3 alias …
18th November 2022
When applying a new protocol (protocol with different name), to an existing element and choosing to use the same element, the DVE elements are not updated to the new DVE …
18th November 2022
After making some changes to the Analytics settings through System Center, we see these are initally getting applied. After a while though, they all revert back to Enabled=True. Any idea …