Multiple Set using Wild Card on the index

Hi Michael, It’s not possible to use the multiple set tool with wildcards for the table index. To achieve the desired result, you’ll have to use the automation engine.

Failover file synchronisation

I was wondering if you have already tried the \’Forcing synchronization of a file with the DMS\’ functionality in Cube? When a file has been changed on a particular DMA, …

Conditional monitoring of linked tables

Hey Michiel, Is the Relations tag present in your connector with the correct content? If so, try verifying if the path attribute of each Relation tag within the Relations tag …

Conditional monitoring of linked tables

Hi Michiel, Is it possible to elaborate your use case? Conditional monitoring can be implemented using alarm templates (Using conditions in an alarm template). You could create a condition in …

How can I force the update of a system function in DMS?

There’s a call available that allows to do this via an automation script: ProtocolFunctionHelper funcHelper = new ProtocolFunctionHelper(); List<SystemFunctionDefinition> allSystemFunctions = new List<SystemFunctionDefinition> funcHelper.ReplaceActiveSystemFunctionDefinitions(allSystemFunctions, “1.0.0.1”);