Linking a shape to an aggregation rule, meaning of 4005
28th October 2022
Hi Kevin, you are right, 4005 is the internal parameter ID so you should just keep this. Kind Regards, Jarno
Answer
28th October 2022
Hi Kevin, you are right, 4005 is the internal parameter ID so you should just keep this. Kind Regards, Jarno
27th October 2022
Hi Julian, We have seen several cases where the generated report attachments are too big and get blocked by a mail server because of the attachment size. Next to that, …
27th October 2022
Hi Rajesh, After reading the documentation you added, I think the issue is the <Value> tag inside <Other>. Although the parameter will be shown as N/A on DataMiner in case …
27th October 2022
Hi Mark, Possibly you are looking for the inlineVdxPage feature. You can find more details in the documentation here.
27th October 2022
The column values shown in the element card should indeed be the same as the ones shown in the alarm template baseline configuration. In some edge-cases this can be different: …
27th October 2022
You seem to have commas in your regex pattern (and probably value as well). You would need to change separator as per Sebastiaan’s answer You can replace the separator by …
27th October 2022
Hi Mahito, Currently this is not possible yet, but I know there are plans to support this in the future. There are still some technical challenges to overcome before this …
27th October 2022
Hey Tom When your correlation rule triggers you’re most likely executing an automation script that does that parameter set. Before setting that parameter to a new value you’ll need to …
26th October 2022
We solved this now in the only correct way and contacted the vendor of the Syslog source to add “Alarm clear” Syslog messages. This allows us to use the Generic …
26th October 2022
Hi Gerwin, It is not possible to configure a default selection for the query filter. If there is a certain subset of the data that is more important to the …
26th October 2022
Hi Ruben, Currently, the order for a new DOM instance is defined by the order of how the SectionDefinitions are defined on the DomBehaviorDefinition disregarding the statuses themselves. Example: DomBehaviorDefinition …
26th October 2022
Michiel, I don’t think it’s safe to disable it because it can still be a performance hit. As far as I know the active alarms for the entire tree is …
26th October 2022
The syntax for the BackgroundColor shape data can be found here: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/miscellaneous/Setting_the_background_color_of_a_static_shape.html
26th October 2022
To my knowledge, this does not exist. When this is needed I would suggest to make a new feature request. The only alternative you currently have is triggering on timeout, …
26th October 2022
Hi Ian, it should be possible to build a DM App with certain reporting capabilities based on data from a GQI external source as a connector to your offload DB. …