Error in automation due to Label

Hi Amer, I suspect that you are using a toolkit version that is too high. You can find an overview of the DataMiner compatibility here: https://docs.dataminer.services/develop/TOOLS/Interactive_Automation_Script_Toolkit.html#versions Try downgrading the toolkit …

Unable to connect DataMiner Cube

I believe you are getting that error because the VM on cloud which was hosting your DMA was probably torn down. Getting the VM back online should bring your DMA …

Unable to connect DataMiner Cube

Hi Lakshmi, I believe it’s best to contact Skyline’s technical support team. You can use the mail address below: techsupport@skyline.be

Correlation Rule trigger an Automation Script

Hi Elvio, You should not need to add an extra script parameter, you can read from the “special parameters” available to you when triggering a script from correlation. See documentation …

Bypass Indexing Engine Requirements

Hi Aston, There is a way to bypass this requirement window by pressing the keys “Ctrl+Alt+ S+E” all at the same time. Do note this is only useful on a …

DOM – chistory_dominstance cleanup

Hi Stacey, There is currently no way to disable the DOM instance history creation. A task for this is already in our backlog & should be scheduled in the relatively …

errors publishing to DMA using IAS toolkit

Hi Donnell, At first sight this does not look like a permission issue but rather a problem with long path support in both Windows and DataMiner. The path in question …

How to save matrix status through automation

Hi, To reproduce the behavior of the UI you can use the MatrixBackupCrossPointsRequestMessage SLNet call. If you add it as in the following snippet var request = new MatrixBackupCrossPointsRequestMessage { …