EEG Alta TS Captioner protocol
25th April 2024
Hi Ryan, I did a quick check for you and from what I can see the ‘interapp’ (as in InterApp classes | DataMiner Docs) is not available in this connector. …
Answer
25th April 2024
Hi Ryan, I did a quick check for you and from what I can see the ‘interapp’ (as in InterApp classes | DataMiner Docs) is not available in this connector. …
25th April 2024
I see that this question has been inactive for some time. Do you still need assistance with this? If not, could you select this answer so this question is closed?
25th April 2024
I see that this question has been inactive for some time. Do you still need assistance with this? If not, could you select this answer so this question is closed? …
24th April 2024
Hi Ana, Please have a look at this custom gqi operator: https://catalog.dataminer.services/details/65cce917-0194-4789-a2f6-9affd0f3f494 It will change the display value of the date time column. The actual value will not be changed, …
24th April 2024
Hi! I see that the QAction is being triggered by triggers=”4002″. What is that? Is that a single parameter? For the row=”true” to work, the Qaction needs to be triggered …
24th April 2024
I found the following. please confirm if this is safe to use: var alarmFilter = new Skyline.DataMiner.Net.Filters.AlarmFilter(); var alarmFilterItemelement = new Skyline.DataMiner.Net.Filters.AlarmFilterItemInt(Skyline.DataMiner.Net.Filters.AlarmFilterField.SeverityID, Skyline.DataMiner.Net.Filters.AlarmFilterCompareType.Equality,new[] { 24 }); alarmFilter.FilterItems = new[] { …
24th April 2024
Hi Philip, Visual Studio should normally suggest the correct namespace if you hover over the error, that will probably help to fix the errors. Think the list bellow should be …
24th April 2024
Hi Miguel, It’s not possible to only move partial data using the Cassandra Cluster Migrator. In the example described I would assume you would also miss the elementdata. The tool …
24th April 2024
Official specs are now available here – DataMiner Compute Requirements | DataMiner Docs
24th April 2024
As a reference for the DxM server requirements: Dataminer Cloud Platform : DMZ Setup – DataMiner Dojo
24th April 2024
Hi Oscar, Besided the solution of Miguel, you can also take a backup of your system. In a full backup (with or without database) the logging folder is also included. …
24th April 2024
Hi Gerwin, Currently this is not possible when using GQI data on a line chart component. We are developing multi-line/multi-axis support for the component as we speak. This, and some …
24th April 2024
Hi Oscar A possible option could be increasing the log size: Changing the maximum size of DataMiner log files Hope it helps.
23rd April 2024
Hi Aditiben, the difference between Postman and DataMiner seems to be the TLS version that is being used for the request. Postman uses TLS 1.3, while Dataminer tries to connect …
23rd April 2024
Hi Koen, This is not possible today, although it’s a small effort to make this available in the future. Feel free to raise a new feature request for this.