How to very files sync between DMAs?
1st February 2022
There is a basic Cube GUI that can run some checks: System Center> Agents >( rightclick or select agent)> Failover > Sync Status it has option to check boxes and …
Answer
1st February 2022
There is a basic Cube GUI that can run some checks: System Center> Agents >( rightclick or select agent)> Failover > Sync Status it has option to check boxes and …
1st February 2022
Hi Pedro, I believe you have two options here: Define multiple values in your alarm template for the same severity. Every time the parameter value passes any of the threshold …
1st February 2022
Hi Pedro, The value shown in the alarmconsole is the value which triggered the severity change. When the value of the parameter changes but the severity not, the value is …
1st February 2022
Additional to Wouter’s answer which directly opens Cube, it’s also possible to form a URL which opens either Cube or the mobile web app (depending on which browser the URL …
1st February 2022
Hi Ive, You’re problably looking for the following piece of code: var gefd = sectionDefinition.GetFieldDescriptorById(fieldID) as GenericEnumFieldDescriptor This object exposes the entries of the enum as follows: gefd.GenericEnumInstance.Entries Let me …
1st February 2022
Hi Jens, If you have access to the DMS and have enough permissions to access the specified dashboard you could manage the share and remove yourself from the list of …
1st February 2022
Hi Jens, at the moment you can only view the shares you have access to by going to https://shares.dataminer.services. We have no overview for all the shares on a system. …
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. …