Abort button on Automation Script

Hi Mark, An exception of type InteractiveUserDetachedException or ScriptAbortException will be thrown when the script is being aborted. For more information, see https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/FAQ/How_do_I_abort_a_running_Automation_script.html

Monitoring AWS MediaConvert Queues

Hey Lars, I reviewed the connector but I don’t believe this functionality currently exists in the CloudWatch connector. All that’s done currently is retrieve metrics, not queue lists. In my …

Key error when trying to import Ping Configuration

Hi Steve, I tried the following content and managed to import the rows: “Destination Address”,”Interval”,”Description”,”Buffer Size”,”Timeout Time”,”TTL”,”Pings Per Cycle”,”Jitter Interval” 192.168.1.1,60,Router 1,32,1000,123,4,2 192.168.1.2,60,Router 2,32,1000,123,4,2 Checking your screenshot, it seems that …

Where to find what dataminer logging?

Hi Mieke. Is this what you are looking for? https://docs.dataminer.services/user-guide/Troubleshooting/Logging/Consulting_the_DataMiner_logs_in_DataMiner_Cube.html

SNMP and HTTP connector

Hi Greisen, Since you mentioned your xml syntax, but did not include the syntax for your groups and actions, did you take the connection attribute into account? As shown in …

Visio – Dynamically Include Service Childeren

Hi Frederic, If I understood correctly, you would like to hide the shape that represents the destination if the generated service does not contain this child element. If I am …

[LCA] – UTC Datetime in GQICell

Hi Kevin, This is because your client machine is using a different time zone than the DMS. When not configuring a custom DisplayValue, GQI creates one itself by using the …

Automating DCF connections

Hello Tyler, Glad to hear you look to automate this process, I suggest following the DCF best practises and utilizing the nuget DCF Helper class these can be found here: …

Redundant polling when “NO SUCH OBJECT” occured

Hi, I believe this can be done with a modification of the protocol.xml by specifying <NoTimeout>NO SUCH OBJECT</NoTimeout> I such case, the “NO SUCH OBJECT” will not cause a timeout …