Executing Automation Script on Session Variable Change

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.

Changing the DMA IP since NATS

Hi Jeroen, Does Changing the IP of a DMA | DataMiner Docs contains the information you’re looking for?

Add Elastic Document

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 …

Polling and orders priority

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 …

Get reservation out of failed state

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 …

Amazon Route 53: choosing the right DR strategy

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 …