User info
| First name | Mauro |
| Last name | Druwel |
| Website | https://maurodruwel.be |
DevOps Program
| Acquired rank |
Advocate
|
| Points progress |
867
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits.
|
|
| DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
|
Questions asked
Answers given
Hi Joel, I'm not aware of any built-in method for tracking LCA usage. If any other Dojo members know of one, feel free to jump in. That said, you can trigger automation scripts when pages are opened,...
View QuestionHi Gerwin, If I'm not mistaken, the password is stored somewhere encrypted within DataMiner, so you won't be able to access it directly anymore. When you enter a new password in plain text, DataMiner...
View QuestionHi Randy, Even without organization verification, you should still be able to access a DataMiner agent. Based on your screenshots, it looks like the issue might be with the agent itself rather than the...
View QuestionHi Yuki! I haven’t found an official way for this yet, but here’s a workaround: If you switch to the Calendar method (instead of the "Keyboard & calendar" option), you can make it display just...
View QuestionHi Joseph, Just to add another option for those who prefer working in Visual Studio with DIS: You can also migrate the LCA quickly by creating a new Skyline.DataMiner.Sdk Package Project. Here's a quick...
View QuestionHi Edson, No, this is not possible. You need to manually select and upgrade each DxM individually. However, in some cases, a DataMiner upgrade will also upgrade certain DxMs automatically, but you will...
View QuestionHi Alex, Have you tried using the DataMiner Class Library? It provides IDmsTable.AddRow() and IDmsTable.SetRow() methods that might be what you're looking for. You could try installing the Skyline.DataMiner.Core.DataMinerSystem.Automation NuGet...
View QuestionHi Laszlo, just wanted to add to this, if you use the virtual disk image, you can select local storage, which will automatically provision a WSL Ubuntu 22.04 environment with Cassandra and OpenSearch already...
View QuestionHi Philip, They're currently built on Windows Server 2022, and I haven't found a way to easily upgrade to Windows Server 2025 when in use. So, it might be better to use the DataMiner installer (DataMiner...
View QuestionHi Filip, For this, I created a .NET Console app that converts old Microsoft.NET.Sdk-based Automation Scripts and legacy build scripts into proper Skyline.DataMiner.Sdk projects, and automatically places...
View QuestionHi community, I found the root cause and resolved it. URL Rewrite and ARR were installed, and both generated web.config files were correct. However, ARR’s server-level proxy was disabled. DataMiner’s...
View QuestionHi Nils, I can't think of any already existing integration, but others feel free to correct me. I quickly tested it and you can use the Generic Ping connector from the catalog (Generic Ping | Catalog...
View QuestionHi Thomas, You can deploy this dashboard on your own DMA with a little trick. In Visual Studio, make sure you have DIS installed and create a new DataMiner Package Project. Then, in the top bar, go to...
View QuestionHi Paul, Since it publishes fine on one system, this is almost certainly a permissions difference between the two systems! In DataMiner Cube on the failing system, go to System Center > Users/Groups...
View QuestionHi Emanuele, You could handle this using an Automation script that is scheduled to run periodically via the DataMiner Scheduler. The script could clean up IIS logs based on a configurable retention period....
View QuestionHi Deema, Yes, you can absolutely do this! While there is no native integration between DataMiner and Terraform, the standard and most effective way I think to handle this is indeed through a DataMiner...
View QuestionHi Juan, I believe this is what you meant, but I'm not completely sure. First, you'll need to determine the type of connection. If it's an HTTP connection, you can retrieve the IP address like this (connection...
View QuestionHi Walter, I tested the connector on a DMA with the same version and had no issues, so it looks like something local. Could you check in Task Manager that all services starting with "SL" and starting...
View QuestionHi Matthijs, If your DaaS polls an AWS service, it will use a public IP assigned by Azure. As long as the VM is running, this IP stays the same, even if you restart DataMiner (which doesn’t restart...
View Question