Low-code app theme

Hi Mike, Thank you for the additional clarification. This is currently not available from within your low-code app. However, the themes are shared with the dashboards, so if you go …

SRM – Service definition grouping

The grouping of nodes is a feature from very early days of SRM, and this was used to support workflows that we are now no longer supporting or supporting in …

Code for SetResourceMessage request

Hi Ruben, It is highly advised not to use the SRM request messages directly, but rather use the helpers, such as ResourceManagerHelper in SLNet. It does have the API calls …

Low-code app theme

Hi Mike, When in your app, you can click your app’s icon in the top left corner of the screen. This will open up the theme editor where you can …

SRM – Service definition grouping

Hi Gerwin, The grouping option: – it is one of those very small features of SRM 1.0 (DataMiner 9.5.3.0) from the past that is not really being documented well. Sorry …

.Net port 8004 Jumbo Frames

I think these large packets are completely normal, TCP port 8004 is used for .NET Remoting which carries client-server & inter-dataminer traffic. As you noticed, this is actually done via …

Video Inspire 2022

I’m not sure if the slides are available or the raw recording. But there are some Inspire rewind videos as well as some of the Ispire track recording. You can …

How to cleanup the views.xml file?

Hi Michiel, You can use SLNetClientTestTool for this, under Advanced > Clear From > Views.xml you will find the tab below that can help find elements that still exist in …

Agama Thumbnail on Service View

Hello everyone, the issue has been resolved. The URLs need to be UTF-8 encoded. With that it works just fine. Thanks everyone for their help!

is there a system error documentation?

Hi Bernard, An error or exception in DataMiner software can be thrown from: the framework (= .NET framework, NET Standard or .NET Core in our case) Full documentation can be …

How long is RequestLoginAsTicket Valid?

The ticket validity (measured in seconds) is configurable by the <TicketExpirationTime> in the <SLNet> of the MaintenanceSettings.xml (located in C:\Skyline DataMiner). <SLNet> <TicketExpirationTime>300</TicketExpirationTime> </SLNet> The config above will ensure tickets …

Move Service defintion between staging and production

Hi Gerwin, yes this is possible, using the script described below. It assumes the functions part of the service definition already exist on the target DMA. Script name: SRM_ServiceDefinitionExportImport Script …