Amazon AWS and Dataminer cloud monitoring

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. …

IR Controller Use Case Examples?

Hi Jamie, We have a driver for the RedRat IR Netbox which allows you to send out IR commands controlled by DataMiner.

DSN tag on db.xml meaning

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

Parameter checkbox unchecked

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 …

DataMinerException when retrieving profile definitions via the profile helper.

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% …