[SRM] How to dynamically define a FilterElement

Hi Mieke, You can use generic filtering. a pseudo code example, based on your use-case: var selectedProfileNames = new string[] { “profile1”, “profile2” }; var filter = new ORFilterElement<ProfileInstance>(selectedProfileNames.Select(name =>ProfileInstanceExposers.Name.Equal(name …

Contributing booking is not doing sets on the elements

You need to check the OrchestrationTrigger  attribute in your configuration. If it indicates ‘Main’ , the main booking is supposed to initiate the configuration. If it is set to ‘Local’, …

Elasticsearch – errors in the alarm console

Hi Bruno, Seems that you’re not running a supported ElasticSearch version as indicated by Thomas. Below is taken from a Linux node that we have running in the cloud with …

How to generate a services availability report

Hi Jorge, Firstly I would say that ‘service availability’ is a broad concept that needs to be specifically defined and then implemented accordingly, in order to be able to report …

Dataminer User Group ‘RIGHTS’ permissions

This is not directly related to this topic, but would be interesting for this use case as well: Is it possible to export (and import) the user permission to a …