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 …

Only getting the first row of SNMP table

Hi Robin, I can see a mistake in your definition. You use multipleGetNext polling method in combo with the instance option. This means: Advised to leave the Table OID value …

Open in new undocked card visio

Posting an answer so that I can add a screenshot.. I had a similar question here, Steve, but for a pop-up generation on click: https://community.dataminer.services/question/visual-overview-open-a-view-object-in-a-resizable-pop-up-window-ideally-that-can-be-docked/?hilite=target+blank If you need the “undocked”, …

How to resolve System.MissingMethodException

Just to build further on Jens’ answer. If you are using nuggets in the solution, you will have to place the DLL files/nuget folder in the “Skyline DataMiner\ProtocolScripts\DllImport” folder. More …