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 …

Problems logging in to ziine

A new Cube version with a fix has just been published on the preview track. If you don’t want to wait until the next automatic update check, you can fetch …

Problems logging in to ziine

Hi Edith, This issue is introduced this week and the team is looking to have this resolved asap. In the meantime, you can use one of below options to login. …

Show form as read-only in low-code apps

Hi Ive, A form component exposes actions that can be called from numerous places (on page load, when clicking a button, etc.). There is an action available to set the …

Change of NATS address due to IP address change

Hi Yuki, The NATS IP address keeps changing because the automatic NATS configuration is enabled. You may disable this automatic configuration by following the link below: Disabling automatic NATS configuration …

Show form as read-only in low-code apps

Hey Ive, In a DOM form we don’t differentiate between a read-only form & a read-write form (as in jobs). What is possible is to add 2 states one with …