vDCM driver list of suppported parameters
28th October 2022
Hi Enrique, We have this use case available in our use case library, where you can see some of the parameters that are included on this connector: Synamedia Virtual DCM …
Answer
28th October 2022
Hi Enrique, We have this use case available in our use case library, where you can see some of the parameters that are included on this connector: Synamedia Virtual DCM …
28th October 2022
Variable initializations from InitVar are executed before the listener is set up for the ValueChanged. This means the variable will already be filled in and thus a change will never …
28th October 2022
Hi Stefan, if you want to select the “Channel Name” row, you can simply use “Channel Name” without wildcards in the placeholder. This should result in an exact match.
28th October 2022
Hi Stefan, if you are talking about dynamic shapes and table rows, than I assume you are using this feature: Generating shapes based on table rows | DataMiner Docs? If …
28th October 2022
You can initialize the value of a session variable when opening a page of a visio. That’s shape data ‘InitVar’ on page level. In your case your ‘varLockTransfer’ session variable …
28th October 2022
Jeff, Indeed, this will turn into a query that will delete all the records that are older than the current datetime. Basically, we add the TTL timespan to the current …
28th October 2022
Indeed, without using the placeholder, 4005 is the fixed parameter ID of all aggregation parameters (it’s the table column that holds the value in the hidden aggregator element). As the …
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 …