Connect external Elasticsearch with DMA

Hi Jose, the DB.XML looks fine at first sight. I don’t see any errors in the DBConnection logging you posted. I would have a look at the SLSearch logging for …

DataMiner Scripts limitation

Hi : Just like to know if i can run my powershell script from C# QAction code? Also, my powershell prints the output on stdout or a file. If the …

Element name configuration in IDP

Hi Srikanth, Yes, that field supports static and dynamic parts to build what is called in IDP the name schema. You can do something similar to what is shown in …

SNMP Manager filter (DMA-ID or Hosting DMA)

Hi Bing, The ‘DataMiner Agent’ option in the filter indeed applies to the DMA ID as you noticed. This seems to be the expected behavior. I captured the message that …

DM 10 Cube opening duplicate tabs for elements

Hi Jeff, This was not intentional, it is an unfortunate regression issue that was introduced with RN30167 and we expect to have it fixed in the next release cycle for …

service template table primary key

Hi Philip, the answer to the following question might be what you’re looking for: How to apply a table parameter filter on index instead of display-key / naming key? – …

Visio behavior change in DataMiner 10.1

This is indeed an issue and will be resolved soon™. I will update this answer once that is done. EDIT: The issue is fixed in feature release 10.1.9 and main …

Visual Overview – Disabled button state

For the disabled state to work the linked shape should have a shape option added in the shape data “Options” with value “AllowControlDisable”. An example was also added to dcpdma.skyline.be, …

Visual Overview – Disabled button state

I’d try by redefining the group from scratch: ungroup the button shapes / include the additional one you have added – check it has the same properties of the other …

Find Element Id on DataMiner

Error 0x80040221 is a DataMiner defined error and means SL_INVALID_DATA. This usually gets thrown when the data sent is either incorrect/incomplete or in an unexpected format. In this case I …