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 …

Automate installation of Function.xml file

Hey Bing, Assuming you have the functions.xml file in your package, you can use SLNet messages to import it and set it active. To upload a functions.xml file, use the …