Table of Contents

DataMiner Cube Feature Release 10.3.11

Note

For known issues with this version, refer to Known issues.

Tip

For release notes for this release that are not related to DataMiner Cube, see General Feature Release 10.3.11.

New features

Spectrum analysis: Panning horizontally inside a spectrum window [ID_37284]

It is now possible to pan horizontally inside a spectrum window by clicking and dragging.

When, after clicking the left mouse button, you start dragging, the following will happen:

  • The spectrum trace will move to the left or the right while being refreshed at a rate equal to the original rate.
  • The start, stop and center frequency labels on the X axis will continuously update to reflect the ongoing change.
  • The unknown part of the trace (i.e. the frequency range located outside of the original span) will be visualized as a grey area with a grid in the background.

When you stop dragging and release the left mouse button, the panning dimensions will be set on the spectrum analyzer device and the screen will be updated with the new data.

Only upon releasing the left mouse button will the unknown part of the trace be requested from the spectrum analyzer. The newly received trace points will then replace the grey area and a new, uniform spectrum trace will be displayed based on the new center frequency.

Important

This feature is only available if the spectrum protocol includes the Start Frequency, Center Frequency and Stop Frequency parameters.

Credentials Library now supports username and password credentials [ID_37416]

In the Credentials Library in DataMiner Cube (available via System Center > System Settings > Credentials Library), you can now configure a new type of credentials, i.e. username and password credentials. To do so, in the Type dropdown, select Username and password credentials, and then specify the username and password.

Spectrum analysis: Panning vertically inside a spectrum window [ID_37461]

It is now possible to pan vertically inside a spectrum window by CTRL+clicking and dragging.

When, after pressing the CTRL key and clicking the left mouse button, you start dragging, the following will happen:

  • The spectrum trace will move up or down while being refreshed at a rate equal to the original rate.
  • The amplitude labels on the Y axis will continuously update to reflect the ongoing change.
  • The unknown part of the trace (i.e. the amplitude range located outside of the original span) will be visualized as a grey area with a grid in the background.

When you stop dragging and release the left mouse button, the panning dimensions will be set on the spectrum analyzer device and the screen will be updated with the new data.

Only upon releasing the left mouse button will the unknown part of the trace be requested from the spectrum analyzer. The newly received trace points will then replace the grey area and a new, uniform spectrum trace will be displayed based on the new reference level.

Important

This feature is only available if the spectrum protocol includes the Reference level parameter.

Changes

Enhancements

Opening element card for DVE alarm from Alarm Console did not work correctly [ID_37297]

When you opened the element card for an alarm on a parameter of a DVE element from the Alarm Console, this did not have the same behavior as for regular alarms. Now this action will open the trend graph of the parameter if the parameter is trended, or otherwise it will show the parameter details.

CefSharp package download enhancements [ID_37319]

From now on, when DataMiner Cube has to download the CefSharp package from a DataMiner Agent, it will first try to download it via HTTPS, and if HTTPS is not configured, it will try again via HTTP.

System Center: Length of Cassandra database name restricted to max. 20 characters [ID_37340]

When you configure a Cassandra database in the Database section of System Center, from now on, the database name will no longer be allowed to be longer than 20 characters.

Fixes

When you edited a trend pattern on a trend graph, up to now, the trend data on the graph on which the pattern was created would incorrectly be used instead. From now on, the trend data in the selected part of the graph will be used.

Alarm Console : Problem when a correlation/incident alarm got cleared [ID_37231]

On a system with a large number of correlation/incident alarms, in some cases, an error could occur when one of those alarms was cleared. That alarm would then incorrectly remain visible in the Alarm Console.

System Center - Database: No longer possible to create and delete database configurations in the Offload and Other tabs when Type was set to 'Database per cluster' [ID_37254]

In the Database section of System Center, when Type was set to "Database per cluster" in the General tab, creating and deleting database configurations in the Offload and Other tabs would no longer work.

Trend templates: Offload settings would be lost when you disabled to 'Allow Offload Database Configuration' option [ID_37268]

In a trend template, you can configure the data offload settings for a particular parameter by clicking the cogwheel, enabling the Allow Offload Database Configuration option and configuring the settings in two dedicated columns.

Up to now, when you disabled the Allow Offload Database Configuration option, the two dedicated columns would disappear and the offload settings would be lost. From now on, when you disable the Allow Offload Database Configuration option, the offload settings that were specified will be kept and will re-appear when you enable the Allow Offload Database Configuration option again.

Also, when you open a trend template in which offload settings have been specified, from now on, the two dedicated columns will be visible by default.

When you opened a trend graph showing trend data of a parameter of type string, and you added another, non-string parameter to that same graph, the Y axis of the newly added parameter would not be rendered correctly. The labels would be placed too close to each other, making them unreadable.

Alarm Console: Problem when creating a linked alarm tab while connected to a system with a large number of correlated/incident alarms [ID_37332]

When, in the Alarm Console, you created a linked alarm tab while connected to a system with a large number of correlated/incident alarms, in some cases, Cube could become unresponsive for a while until the tab was loaded.

No breadcrumbs would be displayed when you opened a service card [ID_37384]

When you opened a service card, in some rare cases, no breadcrumbs would be displayed.

Visual Overview: No longer possible to return to the initially selected page when the VdxPage property was linked to a session variable [ID_37419]

In a visual overview containing multiple pages, it would no longer be possible to return to the initially selected page when the shape used to switch pages had its VdxPage property updated using a session variable.

DataMiner Cube: Parameter value with decimals would be displayed incorrectly in context menus [ID_37420]

Up to now, when you opened a context menu with a text box that contained a parameter value with decimals, and the default value of the parameter also contained decimals, the decimal point in the value in the text box would be displayed incorrectly. For example, 44.2 would incorrectly be displayed as 442.0.

The issue was due to Cube trying to parse the default value with the current culture in the Windows machine.

Due to a cache synchronization issue, problems could occur when trying to edit a multivariate pattern of which one of the elements is located on another DataMiner Agent.

DataMiner Cube could become unresponsive during startup when the Alarm Console did not contain any alarm tabs [ID_37436]

When starting up, DataMiner Cube could become unresponsive during the Connected! step When the Alarm Console did not contain any alarm tabs.

Automation app: Problems with scripts using user-defined APIs [ID_37442]

When you opened the Automation app, an exception could be thrown in the background when verifying if scripts used user-defined APIs.

Also, when you clicked Configure API... for a particular Automation script, the New token... button would incorrectly be disabled.

DataMiner Cube - Alarm Console: Tooltip of suggestion counter would incorrectly show 'suggestion' in capitals [ID_37454]

In the Alarm Console footer, you can find counters that display the number of alarms in the current tab per severity. When you hover over one of those counters, a tooltip appears with the text "[nr of alarms] [severity]" (e.g. 31 Major).

Up to now, when you hovered over the suggestions counter, the tooltip would incorrectly show the word "SUGGESTION" in capitals. From now on, it will be shown as "Suggestion" (with capital S).

When DataMiner Cube was started with only one alarm tab, the Alarm Console lightbulb would incorrectly not show any suggestions related to the current alarm tab.

Problem when loading elements [ID_37539]

Due to an exception being thrown when requesting database information, DataMiner Cube would fail to load elements.