Job Manager access through DataMiner Cloud
27th October 2021
Hey Ive, Sharing of other things than Dashboards is something that we still want to support, but there are no specific plans yet for Job Manager sharing. I’ll get in …
Answer
27th October 2021
Hey Ive, Sharing of other things than Dashboards is something that we still want to support, but there are no specific plans yet for Job Manager sharing. I’ll get in …
27th October 2021
I’m assuming the drive you want to store the backup on before copying it remotely is your D-drive. You can set a local path in DataMiner and set it to …
27th October 2021
Interesting question. My main concern about your suggestion is the fact that applying other alarm templates has an impact on the number of alarms and as such has an impact …
27th October 2021
Hi, I believe this is possible when creating an alarm filter that filters on the Alarm.System.Name and Alarm.System.Type. Alarm.System.Type should like to the field name (in this case CCAP Core) …
26th October 2021
Hi Michael, We were able to verify this still worked on main releases upto 9.6.0. Unfortunately, there is no way to configure this usability feature. Please create a task for …
26th October 2021
Hey Tiago, This should be possible by using the following features. Use the SLOracle class in SLDatabase if you are connecting to an oracle database. Execute the query using the …
26th October 2021
Hi, I don’t think there are plans to support this in the near future. I had a similar question on which the answer that can be found here . Regards,
26th October 2021
Hello, There is a DataMiner “Generic Network Services Monitor” driver is used to monitor different kinds of network services. With this driver, you can run tests on selected network protocols. …
26th October 2021
Thanks a lot for your answers, I have seen the help I will manage it with the security level.
26th October 2021
Hi Laurine To a specific user or group, I do not believe it is possible but you can leverage the “level” feature to achieve something similar. You can check this …
26th October 2021
Hi Laurine, You can add the level attribute on your write parameter to disable access for users for which the security level isn’t high enough. You can find more information …
26th October 2021
Hi Bert – thanks for your feedback. I would indeed like to have history tracking enabled when adding a history tab. A good workaround could be to add by default …
26th October 2021
The GetRawConstantValue method will try to retrieve the value from the Constant metadata table of the assembly. When using static readonly, there will be no entry in that table and …
26th October 2021
Hi Miguel, The SmartIPReadThread is a thread running in SLProtocol used to process smart-serial responses. These responses are processed sequentially and the next one will only be processed when the …
26th October 2021
Miguel, Having a big amount of messages coming in, does not always mean they are added to the slprotocol queue. This depends on the logic in connector. The queue only …