User info
First name | Benjamin |
Last name | Hodžić |
DevOps Program
Acquired rank |
Enabler
|
Points progress |
1443
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
This was caused due to inserting a property with int type, instead of string. The service was being created, because this property was Hosting Agent ID, and it was being populated only once the reservation...
View QuestionHi Stefan, Maybe the templates weren't installed properly. You can follow the steps from our docs. It's worth giving a shot using the CLI command: dotnet new dataminer-connector-solution -name "Solution"
View QuestionHi Ladan, as far as I know, you cannot change the default identifier of the Section and DomInstance objects (which is a GUID in the background). What you can try to do is use Exposers to easily find if...
View QuestionIn case someone comes across the same question, I'll leave an update. I ended up using OpenXML for my case. It is well documented by Microsoft itself. Although it's a bit of a hassle to manipulate data...
View QuestionHi Jeroen, Jens answered the first question. But regarding the second issue, GetFieldValue is an extension method which is located in the Skyline.DataMiner.Net.Sections namespace, make sure you include...
View QuestionHi! There is a Communication Web service polling time parameter under the Configuration - Web Service page. That parameter defines the poll time of ResourceFilterQuery, which is kind of a prerequisite...
View QuestionIt turns out the environment I was working on had SRM version 1.2.30_CU1, but only in version 1.2.30_CU3, the issue with "Auto Select Resource" not working properly was fixed. Upgrading should solve the...
View QuestionHi, There is no such thing that you are describing, but you may utilize DOM Actions and DOM Buttons. You can call an automation script by defining a new DOM action and typing in the name of the script...
View QuestionHi Baranisudha! This is only possible (as far as I know) if you add the service through the same low-code app as the refresh component is not reachable from outside the LCA. The way you would do this...
View Question