Regex on a table variable breaks the logic
5th February 2026
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 …
Answer
5th February 2026
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 …
5th February 2026
Some insights here: During upgrades, DataMiner is checking the central database table definitions. Specifically for central databases on MSSQL, the upgrade will try to make sure that tables that use …
5th February 2026
Hi Bautista IEnumerable<T> is lazy, meaning it doesn’t execute immediately. The code that produces the values only runs when the sequence is enumerated. If an IEnumerable is backed by work with …
5th February 2026
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 …
5th February 2026
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 …
4th February 2026
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();
4th February 2026
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 …
4th February 2026
Hi Alberto, I spotted a similar question: Migrate LCA To Different DMA Hope it helps.
4th February 2026
Hi Mark, This is about the current and expected use of the resources within your DMS. Usually, LCAs should run on the same servers as the main DataMiner software, as …
4th February 2026
Hi Alexandre, There is currently no way to know what LCA is executing the Ad hoc source. As you mentioned, the best way to get this information is by passing …
4th February 2026
Hi, This can be done similarly like with the snmpSetAndGet, as explained here , by setting options=”connection=1″ in the Type of the parameter (where 1 is the connection number in this …
4th February 2026
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 …
4th February 2026
Hi Matt, It is not possible to use the trigger when it isn’t on a visible page or panel. When the component isn’t loaded, the timer doesn’t run. Are you …
4th February 2026
Hi Thomas, We did some testing a while back to figure out the limits of DataMiner scheduler and the underlying Windows task scheduler. Based on our testing these are the …
4th February 2026
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 …