Display Text Limit
31st May 2023
Text trimming should only happen when there is not enough space to show both the name & Value. We give priority to showing the value and start trimming the name …
Answer
31st May 2023
Text trimming should only happen when there is not enough space to show both the name & Value. We give priority to showing the value and start trimming the name …
31st May 2023
Hello Andrey, 1. normally the licensing group answers you at the same working day 2. i would recommend to read About DataMiner | DataMiner Docs 3. you access it via …
31st May 2023
I found some information in the logs but i am not sure how to get it right. Dataminer is sending SOAP Request to the unit. The unit replies back: ” …
31st May 2023
Hi Sevil, The Dashboards and Low-Code Apps aren’t really aware of hidden elements. Those hidden elements are usually there for internal use and aren’t meant to be directly accessed by …
31st May 2023
Hi Miguel, Honestly you lost me. Where can i see the display key ? How can i see the raw alarms? I am pretty sure that the way this works is …
31st May 2023
Hi Bing, After a quick search, Windows Servers 2012 and 2019 are based on Windows 8 and 10 respectively, which is mentioned in the client requirements page. So I believe …
31st May 2023
Hi Bing, Yes, DataMiner is also supported on Windows Server. The page you refer to, indeed only mentions the client OS versions, but you can also use Cube on the …
31st May 2023
Hi Marian, Since you are trying to alarm a specific row from a table, you will need to look for the display key column (it is the column that contains …
30th May 2023
Hi Thomaz, Sorry for the late response. Q1: In the Ateme Titan Live GUI I can see some ETR-statistics about TS-sync, CC-errors, PID-errors etc but these is not visible in …
30th May 2023
Hello Curtis Usualy Dataminer will take care of the configuration if you install that package via the System Center: I’m assuming you got that file from this link: https://community.dataminer.services/download/elastic-installer/ Not …
30th May 2023
There is most likely an issue with downloading or installing the CefSharp webbrowser engine. The Cube logging (first tab) should provide more details on what goes wrong (e.g. unable to …
30th May 2023
You can try either of these to query current or historical alarms: POST dms-activealarms/_search { “query”: { “match”: { “RootAlarmID”: “1234” } } } === POST dms-alarms*/_search { “query”: { …
30th May 2023
Hi Thibault, Here is a piece of code that can serve as an example IDms dms = protocol.GetDms(); var dmsElementID = new DmsElementId(“5”); var element = dms.GetElement(dmsElementID); element.Delete(); For this …
30th May 2023
Hi Thibault, What I have used in the past is the Delete method from the IDmsElement object of Class Library.
30th May 2023
Hi Vig, The link up/down traps are defined in all the drivers you listed. Note that you need to configure your devices to send traps to the DataMiner IP for …