DIS – How to publish single script which is part of solution package
17th September 2026
Hi Jens, If this script is built using the SDK, you can configure it to Generate a DataMiner Package in the csproj file when you run dotnet build on the …
Answer
17th September 2026
Hi Jens, If this script is built using the SDK, you can configure it to Generate a DataMiner Package in the csproj file when you run dotnet build on the …
17th September 2026
The DMS was accidentally unregistered, instead of renewing the connection, which leaves it in an unrecoverable state. Contacting techsupport, as was done in this case, is the recommended way to …
17th September 2026
Hi Jens, The reason DIS behaves this way is to ensure that a script is always published with the same runtime context and dependencies that it will have when deployed …
16th September 2026
There is an open issue on our backlog to tackle this. A workaround for this is to avoid using multiple queries by combining them into one. One way to achieve …
16th September 2026
Hi Mieke, I don’t know if there is a better way to handle this, but one approach could be to introduce an extra layer between the scheduled task and the …
16th September 2026
May I assume Scheduled task = configured on 1 specific agent. So it will always run automation in the same SLAutomation Process. If that is the case, could I perhaps …
16th September 2026
I don’t believe these really mean anything. I couldn’t trace back where these “Multiple” entries in the documentation originate from, but none of the offload database definitions that we have …
16th September 2026
Hi Miguel, this appears to be a genuine issue where the updated redundancy derivced element name is not correctly being propagated in runtime memory. The issue is being tracked under …
15th September 2026
Hi Alija, There is no way to validate input using the input components in LCAs. Instead, you can do this using interactive scripts, which can be embedded in LCAs using …
15th September 2026
Hi, A togglebutton type is only intended for a write parameter. The read parameter should have the measurement type discreet. Both read and write parameters are linked together because the …
14th September 2026
Hi Ken, You can achieve this by configuring two separate script conditions combined with an AND operator: Is Script condition count(*) >=4 And Script condition count(*) <7 Because both conditions …
14th September 2026
Hi Maximiliano, There is currently no authoritative list or feed of vulnerabilities affecting DataMiner or its third-party dependencies. At present, the best available way to monitor this is by reviewing …
14th September 2026
Hi Sam, The Table Index list is populated with the table’s display keys, and the selected value is submitted through the display-key route. There is currently no Cube setting or …
10th September 2026
Hi Juan, You can filter on on parameter description by protocol and filter on DataMiner Element Control Protocol, here you can find the script added and other parameters linked to …
10th September 2026
Hi Alexander, Hi Jason, Thank you both for the guidance! Yes this now works on version 3.1.2.20! Small note, I had to alter my CSV format to get it to …