Cube Deployment Methods / CefSharp MSI for 10.1 ?

Hi Tiago, These CefSharp MSI packages are only applicable for 10.2+ with RN31838. We do have an internal CefSharp v81 MSI package available that installs in C:\ProgramData\, you can contact …

Cloud not working

Hi Kris, Safari (both iOS & macOS) have the “Prevent cross-site tracking” option enabled by default. This prevents the login cycle from completing fully. The option can be disabled by …

DOM – Where can I find documentation?

Hi Jens, We’re currently working on adding this documentation. You can check the current draft in the DOM branch on GitHub: SkylineCommunications/dataminer-docs at DOM (github.com)

Retrieve profile parameters in protocol.

Hi Maximiliano, Below code can be used for this. using System.Collections.Generic; using Skyline.DataMiner.Net.Messages.SLDataGateway; using Skyline.DataMiner.Net.Profiles; using Skyline.DataMiner.Scripting public IEnumerable<Skyline.DataMiner.Net.Profiles.Parameter> GetAllProfileParameters(SLProtocol protocol) { ProfileHelper profileHelper = new ProfileHelper(protocol.SLNet.SendMessages); return profileHelper.ProfileParameters.Read(new TRUEFilterElement<Skyline.DataMiner.Net.Profiles.Parameter>()); …

Email Report Trend – troubleshoot

Thank you Wim . You are right. This is a column parameter. I didn’t get enough attention to this detail.  This means all comes in place in regards to the …

Email Report Trend – troubleshoot

This is a table column parameter? You’ve selected the parameter, but in the screenshot it looks like you didn’t specify a row “Filter”? I think you’ll want to specify “Rack …

Is it possible hide/show pages in Visual Overview based on Group level?

Hi Bernard, this can simply be done by adding a “level” shape data item to the shape or page, see https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/miscellaneous/Making_a_shape_or_page_visible_only_for_a_particular_access_level.html This will apply the same security logic as for …

How to resolve System.MissingMethodException

The cause: The problem is that the Meinberg NuGet has a dependency on version 1.2.2.1 of the class library but in your solution (that uses meinberg nuget) you’re installing the …

Cassandra Elastic migration tool – rows failed

Hello Piotr, This is not intented. However, there could be numerous causes to this behavior. In light of this, we have done multiple big improvements regarding the migration and possible …

Cassandra sizing tool

Hi Ronny, You are saying you will have roughly 8M records/day of avg trending, in the screenshot you have 8M metrics (parameters or cells) being avg trended. This is probably …

HTTP Session issue

Just to add the full answer: The used url of an HTTP Session will be composed by the polling IP of the element and the value defined in either the …