How to create a textbox in LCA where i can enter dynamic value
15th July 2025
Hi Baranisudha, You could use the text input or search input component in your LCA. These both accept text as input and can be linked to a query. They both …
Answer
15th July 2025
Hi Baranisudha, You could use the text input or search input component in your LCA. These both accept text as input and can be linked to a query. They both …
15th July 2025
Hi Juan, There is no built-in way to collect and visualize these metrics using DataMiner. It is however possible to gather some metrics that are automatically generated by IIS, the …
15th July 2025
Hi Edib, When you want to perform operations on the local element, it’s advised to use GetLocalElement. This is because the methods that are defined in e.g. the ILocalElement and …
15th July 2025
Danjiel, It is hard to say what exactly is going wrong when looking at the error in the screenshot. I suggest you get into contact with tech support to investigate …
15th July 2025
Hi Marco, There is currently no way to limit the column width or height when using the alarm table component. To have a more customizable view, you should be able …
15th July 2025
Hi Mark, The available views in the monitoring app are linked to the view permissions of the user. Using the system center in Cube, you can configure which views/elements/services a …
14th July 2025
Hi Juan, The highlighted OID part is the ASCII representation of the element property name ‘Sistema’. Decimal, ASCII 83, ‘S’ 105, ‘i’ 115, ‘s’ 116, ‘t’ 101, ‘e’ 109, ‘m’ …
14th July 2025
Hi Juan, Is it not an option to change the alarm template assigned to the element? For example, when triggering the automation script, you could use the method SetAlarmTemplate. In …
14th July 2025
Hi, Did you add the final value of the textbox input as a script output? This can be done using the _engine.AddScriptOutput method. When the script finishes, the output value(s) …
14th July 2025
Hi, That is a known issue that is fixed with release note 42447, see Release Notes here . This fix should be available in DataMiner versions 10.4.0 CU14, 10.5.0 CU2, …
14th July 2025
Hi David, when you configure dummies in your automation script, you can define a ‘Configuration element’. This is probably what you are referring to as ‘Preconfigured dummy elements’. Note however …
14th July 2025
Hi Jorge, Based on your comment, I get the impression that you no longer need an answer to this question. If this is indeed the case, could you select this …
14th July 2025
Hi Davis, Can you verify .NET 8 is installed on your machine by running “dotnet –list-runtimes” from the console? If not you can install .NET runtime it directly from Microsoft. …
12th July 2025
There is this tool that allows you to change the state of elements while an agent is offline. You can then start your agent and the elements one at a …
11th July 2025
Hi Fawzan, Not sure if the most elegant way, but I believe the following would work for refreshing the page data: Duplicate the page in your Visio drawing, giving the …