Dynamic Units – Implementation
29th March 2021
I believe you have to enable the soft launch option. Ben
Answer
29th March 2021
I believe you have to enable the soft launch option. Ben
29th March 2021
Hi, see task 150671. The problem is that the Update() is now also passing the port information. When setting value null (no change) then there won’t be a restart of …
29th March 2021
Hi Cyrus, Have a look at the TopologyUpdateChainMessage, which can be sent via engine.SendSLNetMessage. In there you can define a TopologyChain object which defines a series of links (dmaid/eid => …
29th March 2021
Hi, the best option in this case is to rely on the length parameter. More info can be found in this help section. If the length param has a fixed size …
29th March 2021
Hi Mahito, Interesting request! We have something related in our backlog already, but this is only about history parameter states. Would it be possible to create a ‘New feature’ task …
29th March 2021
Hi Carlos, For CU packages you can skip in between versions as long as you stay on the correct main version. E.g. don’t apply a 10.0 CU1 on a 9.6 …
27th March 2021
Hi João, Not fully sure, but I would assume that the MigrationManager is responsible for the migration of specific Cassandra information to Elastic Search, which is automatically performed when moving …
27th March 2021
Hi Stijn, From a solution perspective, it might also be interesting to know that we have recently introduced a LoggerUtil tool and LogHelper API, which allows applications and solutions to …
26th March 2021
Hi Bernard, I believe this question has already been asked. You should find the answer here.
26th March 2021
Hi Stijn, A possible option in this case could be mapping in an overview (it could the overview of the Meinberg app) a shape that is linked to an alarm …
26th March 2021
These kinds of errors are created when SLNet tries to load a specific dll dependency (Microsoft.PowerShell.ScheduledJob) but is unable to find it in the regular folders (C:/Skyline DataMiner/Files(/x64)). This is …
26th March 2021
Hi Stijn, You should consider adding this tabpage in the groupsettings and enforce these settings. Every user in this group would than have this tabpage in his alarmconsole.
26th March 2021
Possibly this is the cause: NATS/NAS does not work by default on windows server 2008 R2 (also no longer supported by Microsoft). If you should need it anyway, use this …
26th March 2021
Hi Timothy, At the moment there is no functionality to dynamically hide items in the contextmenu. There is only the options=”level:5;…” specification to check against the current user’s security access …
26th March 2021
Hey Philip, This should be possible by using the “IsEnabled” property. When this is set to false, users won’t be able to change the parameter value. The write button will …