Automation Script – How to create/update DataMiner table rows?
19th July 2026
Hi Alex, The DataMiner.System library exposes a method to add rows to tables via automation script. Below an example to add a row in a table: // Get the an …
Answer
19th July 2026
Hi Alex, The DataMiner.System library exposes a method to add rows to tables via automation script. Below an example to add a row in a table: // Get the an …
18th July 2026
Hi Alex, Have you tried using the DataMiner Class Library? It provides IDmsTable.AddRow() and IDmsTable.SetRow() methods that might be what you’re looking for. You could try installing the Skyline.DataMiner.Core.DataMinerSystem.Automation NuGet package and using something like: <code><span class="line">IDms …
17th July 2026
If you strictly only want to monitor the Densite chassis, then I would go with the Miranda Densite connector. Both connectors provide the same chassis-level monitoring capabilities, including fan status, …
17th July 2026
Hi Emanuele, You could handle this using an Automation script that is scheduled to run periodically via the DataMiner Scheduler. The script could clean up IIS logs based on a …
17th July 2026
Hi Stefan, You are right, it doesn’t work because there is no direct relation between the two tables. There are 3 relevant tables, all linked via foreignKey=14000 (SRT Inputs Table): SRT Inputs …
17th July 2026
Hi Gourav, I see two possible options for your use case: Using extended conditional shape manipulation actions: You could create multiple lines with the required styles and overlap them. Next, …
17th July 2026
Hi Jörg, unfortunately the configurator is an independent tool and doesn’t use any of the proxy information you configured for the DxMs. Could you try configuring the proxy on server …
17th July 2026
Yes, your understanding is correct. For an SNMPv1 trap with: generic-trap = 6 (enterpriseSpecific) enterprise = 1.3.6.1.4.1.1773.1.1.9 specific-trap = x DataMiner will translate this to the OID: 1.3.6.1.4.1.1773.1.1.9.0.x This follows the RFC 2576 conversion …
17th July 2026
Hi Rafael, It is currently not yet possible to configure the file size limit or the retained file count for GQI extension loggers. These default to 5MB per log file …
17th July 2026
Hi Chris, At the moment, a DMZ Cloud Gateway is configured to connect to a specific DataMiner Agent/DMS. The DMZ configuration contains a single DataMinerAgentName and Domain setting, and the …
17th July 2026
Yes — for this use case, use the Range variant of the ROTATE action instead of trying to pass a [param:…] placeholder as the angle. Configure the shape like this: Element = Tesla Parameter = 68|ROTATE;range,0-359 …
16th July 2026
Sorry Miguel, your answer did not completely fixed my problem, but by accident I found out how: Only when using SetVar and Execute on a shape, the button has the …
16th July 2026
Hi Mieke, I believe this should be supported. You should be able to find the option ‘Not Initialized’ when configuring the value for the condition. Update: String Parameter: Hope it …
16th July 2026
Hi Deema, Yes, you can absolutely do this! While there is no native integration between DataMiner and Terraform, the standard and most effective way I think to handle this is …
16th July 2026
Hi Daniel, It is very hard to debug what might be going wrong in your LCA without more information. I suggest you get in touch with tech support (support@dataminer.services) so …