Visio display properties of a service
24th October 2022
Hi, I have displayed properties of a service before but actual it’s not working anymore. This was my solution before: What whould be the correct solution display the property value?
Question
24th October 2022
Hi, I have displayed properties of a service before but actual it’s not working anymore. This was my solution before: What whould be the correct solution display the property value?
23rd October 2022
I planned to use a Toggle Button to mute ON/OFF my modulators from the DMA Visual Page. However, I am facing an issue as described below. Visual page only shown …
21st October 2022
Hello Is there a list of all information events supported by DataMiner? We are exploring into the auditing capabilities of element and Visio changes and would like to understand the …
21st October 2022
With SRM we have a lot of alarm updates due to the view/service impact that changes at the start and end of bookings. Due to this, we get a lot …
21st October 2022
I was trying to get the maximum number of elements for each DMA License from a DMS but I’ve only found this notify string[] licenses = (string[])protocol.NotifyDataMiner(154,null,null); This notify only …
21st October 2022
The following returns an empty array: var sdnoRow = sdnoColumn.Lookup(channel.Label); However, the following returns true: sdnoColumn.GetValue(“31793.0.31794”).Equals(channel.Label) Have I misunderstood what Lookup() is supposed to do? EDIT: More context added var …
21st October 2022
The documentation describes the feature possibility of having a trigger ‘timeout after retries’ for serial connections. https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Triggers.Trigger.Time.html Is there a similar alternative for HTTP connections? The session-timeout trigger will trigger …
20th October 2022
I’m building a low-code app, where I show some data based on GQI on page A and have some feeds on page B. The queries displayed on page-A must use …
20th October 2022
I’ve imported namespace Skyline.DataMiner.Library.Common and there is no red squiggly in VS Code Visual Studio. The code: var sdnoColumn = sdnoDestinationsTable.GetColumn<string>(1302); However, the DIS Validator and Dataminer Cube itself throws …
20th October 2022
We have a shared element for which its output data is under the responsibility of various groups. We are looking for a way that each group maintains an alarm/trending template …
20th October 2022
Hi community! I tried to set a static background color for two shapes used as a “button”, as it is shown in the following picture – Stopp = red and …
20th October 2022
Is it possible to launch an automation script that is defined as “API deployment” from sharepoint power automate? If so, how do I configure this is power automate? If not, …
20th October 2022
Hello, We see the below warnings in cube logs. Can you please explain what these mean ? Thank you. ———– LogID: 92 ———– Warning ServerTime: 2022-10-18 12:26:13 ClientTime: 2022-10-18 12:26:14 …
19th October 2022
We need to display a web page on a visio embeded on a shape to display a graph on a dataminer screen, similar to here:https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_a_webpage.html?q=web However, not all places where …
19th October 2022
Could you please let know if the proxy and port settings specified at the element level have any effect on any C# based HttpClient calls which are made in QActions? …