Opensearch installation issue

For OpenSearch versions 2.12 and later, you have to define the admin pw in the install command. If no pw is defined the initial demo security configuration will fail. Example: …

Installation of the latest Cloud Pack fails

Mahito, Could you verify what NET versions are installed on the system? Open powershell and enter cmd “dotnet –info” without quotes. Also, check the Windows Event Viewer for any related …

SLC SE Repository Manager

Just for the Info now option are available to make the protocol public. (https://docs.dataminer.services/user-guide/Cloud_Platform/Catalog/Tutorials/Tutorial_Register_Catalog_Item.html) Refer this document.

script execution timeout

Hi Matej, You can use the Timeout property of the Engine class: engine.Timeout = TimeSpan.FromMinutes(20);

script execution timeout

Hi Matej, You can override the script timeout time: engine.Timeout = TimeSpan.FromMinutes(10);

OB Equipment monitoring

Hi Camille, I would also suggest taking a look at this question: Dynamically show parameters as objects instead of table view in Low-Code App – DataMiner Dojo Kind regards,

DM 10.x Limiting Alarm by Max Number

Hi Merlin, I only found this on documentation: Configuring the SQL database settings | DataMiner Docs, which might be relevant. It’s possible that the value you’re trying to set is …

Table Relations Error Logging

Hi, This error is being logged because one part of the table needs data from the other table. This can for example be when table 6000 has ‘naming’ defined and …

How do I exclude with wildcard

Hey, The filtering also works as a fall-through chain. You’ll have to make sure that the most strict rule is at the top. In the case of your screenshot: the …