Opensearch installation issue
13th December 2024
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: …
Answer
13th December 2024
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: …
13th December 2024
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 …
13th December 2024
Hi Curtis It is difficult to say what exactly goes wrong for the request you are sending. Most likely there is a formatting issue in the SOAP or in the …
13th December 2024
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.
12th December 2024
Hi we are taking backups of all systems to provide options for restore in case something goes wrong or the system is decommissioned. If you want to get access to …
12th December 2024
Hi KinetiMinds, You can order extra credits to keep your system alive, see Order DataMiner Credits. If you need to take a backup of your elements or services only, you …
12th December 2024
Hi KinetiMinds, The DataMiner System will still be recoverable for a further 7 days after the expiration or deletion. To recover the system, contact daas@dataminer.services. More information here: Frequently asked questions …
12th December 2024
Hi Matej, You can use the Timeout property of the Engine class: engine.Timeout = TimeSpan.FromMinutes(20);
12th December 2024
Hi Matej, You can override the script timeout time: engine.Timeout = TimeSpan.FromMinutes(10);
12th December 2024
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,
12th December 2024
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 …
12th December 2024
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 …
12th December 2024
Hi Hari Priya, I think it’s missing the wildcard character (‘*’). Have you tried “-decod*” as tableInput?
12th December 2024
Hi Hari Priya, Can you check and share the service configurations? Right click on the service -> Edit and select the Parameters tab. I would like to know what you …
12th December 2024
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 …