The ‘Use Polling (Connection)’ Setting

Hi Ken, You can find some more details on what this is on this help page. The default interval when using polling is 1000ms (1 second). There aren’t really any …

The ‘Use Polling (Connection)’ Setting

Hi Ken, I believe these pages will answer your question: Eventing or Polling & .NET Remoting Eventing. It can enhance the user experience when there is a firewall between the client …

Problem when using [Property:] in vdxpage shape data

Does the property ‘VisualOverviewLink’ and ‘VdxPage’ live on the same object? Or do you want to fetch the property ‘VdxPage’ from the object to which the ‘VisualOverviewLink’ property points to? …

Compute requirements DataMiner 10.2

Lars, The compute requirements don’t change for DataMiner 10.2 specifically.  But we do have some general recommendations that will change based on further data from the field. Memory requirements for …

Problem using [Property:..] in InitVar

This is not a bug but rather a natural consequence of how a Visual Overview is initialized. InitVar shape data is processed synchronously with the creation of your Visual Overview. …

[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 …