Visual studio new Automation Script Project Template
28th February 2025
Hi Michael, there was a thread not long time ago: DIS: template for Automation and user Defined API not working anymore – DataMiner Dojo -Disable loading new templates on VS …
Answer
28th February 2025
Hi Michael, there was a thread not long time ago: DIS: template for Automation and user Defined API not working anymore – DataMiner Dojo -Disable loading new templates on VS …
28th February 2025
Hi Apurva, Although not immediately an exact answer to your question. This is something that is very simple with a DIS Macros (ref. DIS Macros | DataMiner Docs). You have …
28th February 2025
Hi Oliver, I’m glad to see your heading already in the right direction as this is a more advanced Visio topic that requires a good understanding of how things are …
28th February 2025
Hi Trong, This problem will be difficult to troubleshoot through a Q&A. I suggest to get in contact with our tech support (more info here). If you could share the …
27th February 2025
Hi Alex, Apps should always be developed on the minimum DataMiner version you intend to support. This is because apps automatically migrate to the version of the system they run …
27th February 2025
Hi Apurva, One possible solution is to use the QueryData method with a ColumnFilter from the IDmsTable interface. Below is a small snippet demonstrating how to use this method. IDms …
27th February 2025
Hi Apurva, I am not aware of a method that will allow you to retrieve the numeric parameters from a protocol. A possible workaround is to export the parameters from …
27th February 2025
Hi Evan, There is already similar questions: Can we add a service template to the package? Installpackage for Service Template, Correlation rule and Information template Please let us know if you need additional information. Hope it …
27th February 2025
DIS: template for Automation and user Defined API not working anymore This helped me to solve the problem Thanks.
27th February 2025
Is still need to test it but it looks I can use: incrementHelper.AutoIncrementers.GetNextIncrementValue(autoIncrementerID)
27th February 2025
Hi Vito, the presets are stored in *.dat files in the C:\Skyline DataMiner\users\[username]\Spectrum Presets folders. There, you can find the user who created the preset and who will be able …
27th February 2025
Hi, -Old way of working: This could be done with a modification to the table by adding an extra column in the protocol.xml. That column is then filled with the …
26th February 2025
Hi German, There are two possible reasons for this issue: You’re opening this in Dashboards, which only supports read-only behavior. Editing is reserved for Low-Code Apps, so the option is …
26th February 2025
Hi João, Triggering a User-Defined API directly from your front-end is indeed not possible due to CORS, this is a safety measure because it is not possible to keep your …