Cube Launcher

The launcher is fully backwards compatible. It can connect to any DMA that has either of these files stored on the server, in the location ‘Skyline DataMiner\Webpages\DataMinerCubeStandalone’: ClickOnce files: DataMinerCube.application …

What is RabbitMQ

RabbitMQ is a general purpose messaging solution, often used to allow web servers to respond to requests quickly instead of being forced to perform resource-heavy procedures while the user waits …

What is RabbitMQ

It’s a message broker system.  Yes it can be integrated with DataMiner, but one of the key things here is to be always specific about what we are talking.  Because …

How to remove a failover pair from a cluster?

Hi João I encountered this issue as wel on v10.0.9. I tested several ways to remove it, but the following procedure was the easiest: Disable the failover Remove the single …

Elasticsearch & Security

RN27026 introduces authentication and TLS on ElasticSearch in DataMiner.  This was not part of the initial release of the elastic integration, as only recently Elastic moved the security-features from the …

DELT – Export part of trend data

This is currently not possible. One possible workaround is by duplicating the element and deleting the trend data older than 3 months on the duplicated element. You can then DELT …

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