Alerter – Balloon pop-up not displayed
22nd October 2025
Hi Catarina, That’s indeed unexpected. Have any changes been made to the system that could correlate with when this issue started? Possible changes could include an upgrade of the alerter …
Answer
22nd October 2025
Hi Catarina, That’s indeed unexpected. Have any changes been made to the system that could correlate with when this issue started? Possible changes could include an upgrade of the alerter …
22nd October 2025
Hi Ruben, I believe this is the same question that was answered here: https://community.dataminer.services/question/lca-moving-through-ias-panel/ kind regards
22nd October 2025
Hi Thomas, I see you’ve created a support ticket for this case. We’ll follow up on that via the ticket (DCP282403) and report back here in case there is relevance …
22nd October 2025
Hi Nils, This is indeed expected after setting up STaaS because you no longer need to setup an indexing engine yourself. Kind regards,
22nd October 2025
Hi Indiara. The DataMiner projects templates can manually be installed by running the following command in a command prompt window. dotnet new install Skyline.DataMiner.VisualStudioTemplates Could you please give this a …
22nd October 2025
Hi Jeremy, the same answer from this question also applies: Media Ops workflow to create a cube monitoring service from a service template when the job starts? – DataMiner Dojo. …
21st October 2025
Hi Edib, I just tried with the services set to Manual and my Dataminer Agent did not restart after Windows restart. Can you doublecheck and verify both SLDataMiner and SLWatchDog …
21st October 2025
When I tested this, I did the following steps 1.) Take a snapshot 2.) Restore the snapshot onto Elastic 7.12 running in a Docker container (Opensearch requires the indexes to …
21st October 2025
Hi Gerwin, That’s not possible right now. Alternatively, you could list all groups in a dropdown or grid and display the items from the selected group in a table. It’s …
21st October 2025
Hi Roger, You are correct on this. We highly recommend to install the security patches for .NET (hosting bundle), .NET framework (via OS updates), the OS itself, the Visual C++ …
21st October 2025
Hi Arbab, Can you try whether creating an Interop assembly from that Blackmagic design switchers assembly works? For this, you can use the Type Library Importer tool (TlbImp.exe) as follows …
21st October 2025
Hi Dario, This snippet shows the simplest way to email a report that includes a dashboard PDF: var mailReportOptions = new MailReportOptions(); mailReportOptions.ReportName = “MyFolder/MyDashboard”; mailReportOptions.SetMailOptions(new EmailOptions() { TO = …
21st October 2025
Hi Catarina, Y-axis settings on a trend graph in Cube are not saved or stored somewhere. You can set a predefined user setting whether the scaling is done automaticcaly or …
21st October 2025
The auto or manual preference is saved in your user settings, but the ranges themselves would require a mapping per trend instance for your entire system. This is not supported. …
20th October 2025
Hi, If a timer is not used, I would recommend not defining it. As soon as you define a timer, a timer object is created which consumes a bit of …