Serial connector unstuffing behavior
29th January 2026
Hi, -Using the stuffing attribute in the Advanced tag will not work with a “serial” TCP connection. -The response will need to consist of 3 parameters: Header parameter (0x10 0x02) …
Answer
29th January 2026
Hi, -Using the stuffing attribute in the Advanced tag will not work with a “serial” TCP connection. -The response will need to consist of 3 parameters: Header parameter (0x10 0x02) …
29th January 2026
Hi João, You can have 1 user-defined script which contains multiple subroutes. See example:
29th January 2026
Hi João, Like Rene hinted at in his comment, it is possible to code all your API behavior in one script and check the ‘requestData.Route’ to see what route was …
29th January 2026
Hi Minami, Starting from DataMiner version 10.4.5, you could use the GetLogTextFileStringContentRequestMessage SLNet message to retrieve the log file from the DMA. For more details, please see the following release …
29th January 2026
Hi Andrea, After inspecting the scripts and a memory dump of SLAutomation, this script has no issues but it got impacted by another script. TL;DR: When referencing a NuGet package …
29th January 2026
Update from ms: Basic authentication support has been extended, nevertheless, DataMiner will support OAuth in one of the upcoming versions (10.6.4 most likely) Updated Exchange Online SMTP AUTH Basic Authentication …
29th January 2026
Hi Thomas, It’s not all of the statistics you mention, but monitoring the JVM process from a Microsoft platform or Linux platform connector will already give you total memory usage, …
28th January 2026
Hi Berman! I don’t think any change will be needed from DataMiner’s side. DataMiner validates the SAML tokens through the App Federation Metadata, which is configured in Azure and shared …
28th January 2026
DataMiner relies on the Windows OS / Routing table to route traffic so no special configuration is needed in DataMiner. Configuration is only needed on the windows server itself. Each …
28th January 2026
Hi, Changing the size of a matrix is considered a breaking change, which is not compatible with the settings on an existing element that had a different matrix size before: …
28th January 2026
Hi Jurgen, As far as I know, there are three options. Linking a shape to a calculation involving multiple parameters | DataMiner Docs This makes it possible to specify multiple …
28th January 2026
Placeholders are where it’s at for this one. Retrieve the Specific Field: Use the [param:] placeholder to retrieve the value of a specific table column. For example, you can use [param:DmaID/ElementID,TableParameterID] to reference a …
28th January 2026
Hi Catarina, There is no direct workaround for the limitation that prevents using hysteresis and conditions together on the same parameter in a DataMiner alarm template. A possible workaround is …
27th January 2026
Hi Steve, Can you try setting the start/stop frequency references in Hz rather than MHz? I performed a small test, and the new parameter value gets initialized if the frequency …
27th January 2026
Hi Sam, This is indeed not possible in the same way you can retrieve the polling ip or element name. Instead, you’ll have to use the class library in a …