Automation script NuGet incompatibilities
5th June 2023
Hi Joey Currently we don’t have a way to force lower versions of Newtonsoft. Keep in mind that lower versions also have security vulnerabilities. That is why it’s advised to …
Answer
5th June 2023
Hi Joey Currently we don’t have a way to force lower versions of Newtonsoft. Keep in mind that lower versions also have security vulnerabilities. That is why it’s advised to …
5th June 2023
Hi Bert, NATS is a open source messaging system which is used by DataMiner processes to communicate between themselves (General Main Release 10.1.0 – New features (part 1) | DataMiner …
5th June 2023
Hi Gerwin, In 10.3.7, IAS will support downloading files. I know this does not fully cover your needs, as you will have to wait mid-June and the availability of 10.3.7.
5th June 2023
Hi Wade, The FillArray call is very particular about the type of the columns. The columns should always be an object[] instead of a List<T>. You can rewrite the code …
5th June 2023
You can open it as Administrator and then try to edit it using a text editor such as Notepad or Notepad++.
5th June 2023
Hi, The process of resetting the password differs a bit depending on how the user signs in. We allow users to sign in with their Microsoft, Google, Amazon or LinkedIn …
3rd June 2023
Hi Daniela, This is not available natively in Low-Code Apps, however there was a recent (10.3.7) addition to interactive automation scripts (IAS) that allow you to download a file. However, …
2nd June 2023
Hi Luiz, here you go: DMP or DataMiner Probe is a stand-alone limited functionality unit, typically installed at remote sites, and serving as an interface between the local managed devices …
2nd June 2023
hI Luiz, A similar question was already asked. Maybe the answers over there can help you? Difference between DMA and DMP, user perspective. – DataMiner Dojo Kind Regards, Jarno
2nd June 2023
Hi Bing, The easiest way will be to retrieve the contents of /logging/Failoverstatus.txt from both agents. This will contain “Online” for the active agent and “Offline” for the backup agent …
2nd June 2023
Hi David, Great use case! We tried this out and took the approach of an ad hoc data source in combination with some visuals in a Low-Code App. Here’s how …
2nd June 2023
Hi Phil – SPOT ON! Unfortunately we still need to do that, for the Ziine demo’s and other samples. We will aim at delivering all sorts of solution packages that …
2nd June 2023
Unfortunately, as far as I know and can find, there’s currently no way to retrieve the current value of these flags.
2nd June 2023
Hi Stuart, Just adding to the earlier responses, there are variety of options available in DataMiner, depending sometimes a bit on what it is that you are exactly after. As …
2nd June 2023
Hi Greisen, This action (read file | DataMiner Docs) is entirely based on bytes. So the file type or extension doesn’t matter, but you are going to end up with …