Sticky information events
9th July 2024
Hi, When logging in to cube we still keep on seeing information events from 27/06 -28/06 in the information events tab of DataMiner cube. These information events always remain, and …
Question
9th July 2024
Hi, When logging in to cube we still keep on seeing information events from 27/06 -28/06 in the information events tab of DataMiner cube. These information events always remain, and …
8th July 2024
Hi Team, When I select File > New > Project in visual studio (2022 community version), template for dataminer is not showing up. DIS installation is also success and can …
8th July 2024
Hi Community, when I configure LDAP (AD) settings via Cube UI I noticed that these settings are not saved to DataMiner.xml. Everything I type disappears when the dialog is closed …
8th July 2024
We made a dashboard with different windows. (see att) in the window bitrate we like to hide the name of the element. We can not find this in the layout. …
8th July 2024
Hello Dojo, I am trying to create a scrolling text effect within a grid component using HTML and CSS. The text scrolls continuously from right to left. I want to …
8th July 2024
Version 10.2 and 10.1 The groups are created in a qaction by: SetDataMinerInfoMessage createGroupMsg = new SetDataMinerInfoMessage { bInfo1 = Int32.MaxValue, bInfo2 = Int32.MaxValue, DataMinerID = protocol.DataMinerID, IInfo1 = Int32.MaxValue, …
8th July 2024
Hi community, I would like to use the Dashboard Parameter Table component with using Parameters from Protocol If I assign the whole table to this component it includes all columns, …
8th July 2024
In my connector, I iterate by pushing a button in a table until I reach the execution count. I noticed that the 3rd time the button is pressed the QAction …
8th July 2024
Hi, How to change timing (Pacific to GMT) on Dataminer, as current logs/trending shows in Pacific, however DMA agents are changed to GMT. Thanks, Chowdary
8th July 2024
Hi Dojo, I am currently working on a download function in IAS. I am trying to use FolderBrowserDialog from Systems.Windows.Forms to launch a window dialog for users to select the …
5th July 2024
Hi community, I’m trying to create a “Navigate to a URL” action in a table component of a LCA. This URL must be built dynamically with the data of the …
5th July 2024
Hi all, We are dynamically opening and closing Websocket connections in a protocol. For some protocols, the websocket connection is established using the standard Dataminer websocket connection in the protocol.xml …
5th July 2024
Hi Is there an easy way to make my DOM instances have a unique field to the extent where if a user is attempting to create a new DOM instance …
5th July 2024
I have a GQI which displays a table in LCA and during the selection of a any row in that table, an automation script should be triggered. Is it possible …