Visual display showing as loading
27th September 2022
Hi Paul, You can disable the loading message in the settings window
Answer
27th September 2022
Hi Paul, You can disable the loading message in the settings window
27th September 2022
Hi, That line of text cannot be removed from the notification mail. If you remove it from the NotifyMail.html template then the DataMiner source code is going to detect this …
27th September 2022
Thank you Paolo, this is really helpfull. My problem now is that the HTTP interface only exist in the GUI. I believe I have to add an entry to the …
27th September 2022
Hi Jim, The syntax looks something like this. Execute Script:ScriptName|DummyName=ElementName(or DmaID/ElementID);…|ParameterName1=MyParam;ParameterName2=#ValueFile;…|MemoryName=MemoryFileName;…|ToolTip|Options|Trigger=ValueChanged It looks like you’re close, but you need to separate the trigger from the options with a pipe.
26th September 2022
Hi Mieke, DOM and Low-Code apps are separate technologies but they really blend well together. The Invoices example of the documentation solely focuses on DOM but creating an app for it can …
26th September 2022
Alberto, you will see all the supported architectures recommended by Skyline at Supported system data storage architectures | DataMiner Docs . Many features are distributed across Cassandra and Elasticsearch, however …
26th September 2022
Hi Jeroen, Does Changing the IP of a DMA | DataMiner Docs contains the information you’re looking for?
26th September 2022
Yes, there is, see: Changing the IP of a DMA | DataMiner Docs
26th September 2022
Jan, Sure, you can change those fields as well, see below how I have added them to my previous script:
26th September 2022
Hi Mieke, you’ll need the low-code app framework, a table and some GQI-queries. If you need assistance, gladly to help.
26th September 2022
Hi Julio, I would suggest to make use of a connector containing a logger table to store the data in ElasticSearch. That connector then needs to expose an API so …
26th September 2022
Hi Jan-Terje, Below I’m sharing with you an automation script I’ve created some time ago to change the SNMPv3 credentials for a specific set of elements. Now, I have added …
26th September 2022
Hello, I will keep my answer (for now) on high level as this could go very deep into the logical flow of how things operate. I don’t think this is …
23rd September 2022
Tom, It is today possible to use the ApplyServiceState to retrigger LSO ( with an ‘External’ event that you can use to bypass the orchestration ) . If LSO execution …
23rd September 2022
The solution was to activate custom API endpoints (on both agents), allowing the load balancer to query the DataMiner status via a HTTP POST request (ex: https://dmaip:5001/api/deploy/scripts/_GetDmaStatus). With the help …