Profile Manager – GetProfileInstancesWithFilter: retrieving multiple instances by name

You have to use the ProfileInstanceExposers for that. var filter = ProfileInstanceExposers.Name.Contains(“MyName”); var profileInstance = PmHelper.GetProfileInstancesWithFilter(filter); You can combine all filters like this: var filter = ProfileInstanceExposers.Name.Contains(“MyName”).OR(ProfileInstanceExposers.Name.Contains(“MyName”));

DELT – Adapt .zip package

This is a known issue at the moment with an easy workaround, but not an easy fix. See: https://intranet.skyline.be/DataMiner/Lists/Release%20Notes/DispForm.aspx?ID=25177 The crux here is that a DELT export of an element …

Where to find SRM Template Scripts?

Hi Timothy, If you have SRM installed on your setup, you can find a SRM_LSOTemplate and SRM_ProfileLoadScriptTemplate under the SRM folder in the Automation page on Cube.

DELT – Adapt .zip package

Hi Jaime, You mentioned the export fails, did you find any error messages in the SLDELT.txt logfile? If something goes wrong during import/export there should be some indication in there. …

Schedule report in CSV format

Hi Bernard, You can check the “Attach CSV data files” advanced option when configuring your report. (See DataMiner help) The CSV data (in a .zip) will then be copied over, …

Communication DMA to DMA or DMA to DataMiner Client

Additionally, from DataMiner 10.0.2 onwards, it is possible to enable TLS encryption on a DMA. When this is done, SSL/TLS encryption can be enabled when a TCP/IP element is created …

Can we see the spectrum using DataMiner?

Next to the points Sammy mentioned, it is also possible to set up measurement points for each Spectrum device, allowing a single spectrum analyzer to automatically perform measurements at different …

Can we see the spectrum using DataMiner?

This is definitely something DataMiner can do, by means of the powerful DataMiner Spectrum Analysis module. This is an optional module that provides operators with the unique opportunity to integrate …

Windows OS Monitoring?

You should be able to achieve that with the Microsoft Platform driver (catalog link). Here you can see a couple of examples of data that is available but to check …

Windows OS Monitoring?

The Microsoft Platform protocol can be used to do exactly that. It’s impossible to capture all it’s features in a few screenshots, but the page list might give you an …

Spectrum element replication

Hi Wale.  When you replicate an element from one DataMiner System to another, it essentially forwards the raw values of the metrics of the element from the source to the …