SRM – How to deal with a delayed configuration resource?
7th October 2022
Gelber, Can you further describe the use case here ( device type, missing information, … ) ? I would just add 1 single event ( during on-air ) to check …
Answer
7th October 2022
Gelber, Can you further describe the use case here ( device type, missing information, … ) ? I would just add 1 single event ( during on-air ) to check …
7th October 2022
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 …
7th October 2022
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 …
7th October 2022
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 …
7th October 2022
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 …
7th October 2022
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 …
7th October 2022
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 …
6th October 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 …
6th October 2022
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 …
6th October 2022
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!
6th October 2022
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 …
5th October 2022
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 …
5th October 2022
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 …
5th October 2022
Could you cleanup this alarm without restarting the DMA? On a production system we encountered a similar fact. All the alarms are “normal” but still it indicates as warning. Our …
5th October 2022
Typically, an error “The RPC server is unavailable” indicates that one of the DataMiner processes has crashed and is no longer running on the server.