Script doesn’t update session variable
22nd July 2022
Hi Gerwin, I see in your code snippet that you use method UIVariables.CreateKey(…) instead of UIVariables.VisualOverview.CreateKey(…).
Answer
22nd July 2022
Hi Gerwin, I see in your code snippet that you use method UIVariables.CreateKey(…) instead of UIVariables.VisualOverview.CreateKey(…).
21st July 2022
Hi Bruno, I was able to find a connector for the Media Live and Media Packager not the CloudFront You can use this link to browse what we have available. …
20th July 2022
Stefaan You need to use a plugin to integrate with different data sources usually. I have not tried this, but you can try Cassandra plugin Apache Cassandra plugin for Grafana …
20th July 2022
Hi Robin, I am not sure if I understood correctly your question. If this is the case please could you elaborate? Nevertheless, I performed a small test locally and I …
20th July 2022
Time-dependent capability is used when a resource needs to expose a specific capability only when the booking is active. Then , other overlapping bookings can make use of that same …
20th July 2022
Hi Jamie, We have a driver for the RedRat IR Netbox which allows you to send out IR commands controlled by DataMiner.
20th July 2022
Hello Carolina, according to DataMiner doc, that tag was used on earlier versions (legacy Mysql). From DataMiner 10.0.13/10.1.0 onwards, we don’t use anymore this tag. Please see more information here
20th July 2022
Hi Michiel, Indeed was what I am looking for! Thank you! Best regards Bruno Sousa
20th July 2022
Hi Bruno, I believe this is what you are looking for? Configuring the IP network ports | DataMiner Docs
19th July 2022
Hi Andre, This is just a rough idea, but if you have an Automation and Correlation Module, you can use this to analyse and process the alarms from the Syslogs. …
19th July 2022
Hi Timothy, This is normal behavior. The check box is there for in case you want to change the value. In your case you have the option to select the …
19th July 2022
Hi Jens, This works the same way in the visio shape as it does in the filterbox. In your case the pipe character | in your regex will be interpreted …
19th July 2022
Hi Jens, ClientSideRowFilter passes the string to the same object and method as the quick filter does of the parameter table in data display (as far as I know). I …
19th July 2022
Hi Frederic, For question 1: – In order to use Profiles, you should use the ProfileHelper instead of the ProfileManagerHelper. – it could be that Profiles is stored in Elastic …
19th July 2022
Hi Frederic, I would use the following call List<PrflDefinition> prflExistingDefinitions = SrmManagers.ProfileManager.GetProfileDefinitionsWithFilter(new ANDFilterElement<PrflDefinition>()).ToList(); // using PrflDefinition = Skyline.DataMiner.Net.Profiles.ProfileDefinition; Don’t forget to add the SLSRMLibrary.dll as a reference. I’m not 100% …