The ‘Use Polling (Connection)’ Setting
1st February 2022
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 …
Answer
1st February 2022
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 …
1st February 2022
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 …
1st February 2022
Hi Jens, A similar question has already been asked: Where is the default upload location configured in Dataminer for uploading Visio files? The browse window (upload) always opens to the …
1st February 2022
See the following page with information on composing URIs that open Cube on a specific view or element: Opening DataMiner Cube | DataMiner Docs
1st February 2022
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? …
1st February 2022
I’m guessing from your image you want to retrieve all bookings that have overlap with a certain time range. For that, I believe you can simplify your query to use …
31st January 2022
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 …
31st January 2022
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. …
31st January 2022
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 …
31st January 2022
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’, …
31st January 2022
The replicated elements get their information from an SLNet subscription and don’t have any actual information loaded in SLProtocol. Because SLProtocol only is used as a connector to setup the …
31st January 2022
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 …
31st January 2022
Hi Alberto, You can run a feature release in a production environment and it’s fully supported. See also https://community.dataminer.services/dataminer-main-release-vs-feature-release/
31st January 2022
Hi Arun, Maybe you can find the answer you’re looking for in other questions on Dojo: VLC plugin in the future DataMiner versions – DataMiner Dojo VLC Visio Links in …
30th January 2022
Similarly, if I were to use DataMiner ChatOps on Teams do I need to be cloud connected to use the ChatOps functionality?