Regex on a table variable breaks the logic

Hi Miguel, You have found a limitation in the current way values are linked to a regex filter in a query. At the moment, the filter node escapes the value …

IASToolKit – FileSelector Exception

Hi, Could you check if the ‘C:\Skyline DataMiner\Files’ folder contains a ‘Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll’ DLL file? It could be that some old version of the toolkit is being loaded instead of the …

404 Error on User Defined API

Hi Vig, Most often, when you run into a 404 with User-Defined APIs, it is the route where the API request is sent to that does not match the configured …

IASToolKit – FileSelector Exception

Hi João, Is it possible to add below comment somewhere in your script? This is required to make DataMiner recognize it as an interactive script. // Engine.ShowUI();

Operator Guide Docs Visio section no longer working

Hi Steve, I believe they have been moved to the Development Guide. Could you check using the following links? Visio drawings | DataMiner Docs Overview of DataMiner shape data fields …

Sort by and then sort by

Hi Marco, Do you have some more information about the query you are using when encountering this? Knowing the types of the columns you are sorting on could give some …

DOM Attachments: Max File Size

Hi Arne, I think you can retrieve it using the GetInfoMessage SLNet message, with type GeneralInfoMessage. The response has a field ‘MaxDocumentSize’, which is probably what you’re looking for. Kind …