DOM CreatedBy & ChangedBy field reference
15th July 2025
Hi Felix, When a DOM instance is created or updated, the user’s ‘Full name’ will be assigned to the “CreatedBy” and/or “ChangedBy” fields. This is most often a nicer, more …
Answer
15th July 2025
Hi Felix, When a DOM instance is created or updated, the user’s ‘Full name’ will be assigned to the “CreatedBy” and/or “ChangedBy” fields. This is most often a nicer, more …
15th July 2025
Hi Edib, can you provide an example of the SetRow call that results in this exception?
15th July 2025
Hi Amber, As far as I know, there’s currently no built-in function in the Skyline Automation library that lets you export an entire table directly as a C# object. If …
15th July 2025
Hi Miguel, To use the Cisco Meraki Cloud controller, the Web API version of the driver is indeed needed. If you are only interested in alarms, the 2.0.0.x range can …
15th July 2025
Hi, The trend and alarm templates can not be exported from cube. You will need access to the DataMiner server and copy the XML files from C:\Skyline DataMiner\Protocols\[Protocol Name]\Production Alarm …
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, …