Empty license tab

Hi Arunkrishna, I’m not quite sure this will be a Cube issue can you check the license information via the client test tool ? You should see something like this …

GetPartialTableMessage in logger tables

Hi, Retrieving the full table content is not possible because of the underlying architecture of the different technologies in the background. For example with Cassandra, data is stored with the …

List elements with adhoc GQI data source

Hi Manuel, What you’re looking for is GetInfoMessage with InfoType.ElementInfo. var request = new GetInfoMessage(InfoType.ElementInfo); var responses = dms.SendMessages(request); var elements = responses.OfType<ElementInfoEventMessage>(); However, depending on what you’re trying to …

Alarm Categorization

Hi Bassam, I believe the CATEGORY property on parameters could help you achieve that. Creating an information template | DataMiner Docs In an information template, you have the ability to …

Regarding the Sony NXL-ME80 connector

Hi Zheng, Could you let us know your DMA version? It appears that the minimum required version for the installation you performed is 10.3.0.0-12752. Kind regards,

Image scaling/resize issue

As was stated in the comments above, html is the solution. The easiest way is to put an html file in your webpages on your agent and input the image …

Show Alarms based on the SRM Services

Hi Jeeva, You can achieve this using the conditions in the alarm template. You can define a condition to disable the alarm if the service impact is smaller than 1. …

Image scaling/resize issue

Hi Stefan, I am not sure if currently there is a new property/feature that allows you to scale/resize the logo, but in the past (for a similar use case), I proceeded …

Low code app text input to feed a query

I answer to myself. I managed to make the App model. I created a new query, filtered by client name. Then I used column manipulation with a top 1 to …

Low code app text input to feed a query

Hi Joel, In 10.4.12 we introduced something called ‘Variables’ in both Dashboards and Low-Code apps. This seems to be exactly what you want. You can find some more info here: …