Profile

Wannes Wittevrongel

User info

First name Wannes
Last name Wittevrongel

DevOps Program

Acquired rank
Advocate
Points progress
Number of DevOps Professional Points
251 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 Timothy, You can use the SrmManagers from the SLSRMLibrary in combination with the ReservationInstanceExposers. Can you try following code to retrieve the reservations that uses the resource: var filter...

View Question
7 Votes Selected

Hi Jackson, The big response can indicate that you are polling a bit too much data at once. I would advise checking the API documentation if there is no option to split up the request. If this is not the...

View Question
5 Votes Selected

Hi Jens I found the following overview on the node properties: ApplyProfileScript string JSON defining the script to execute when applying the profile-load script on the contributing DVE. Script can also...

View Question

Currently, it is only possible to use the "Parameter" Class for parameters of the type "read" and "write". If you don't want to use the parameter id to retrieve the value then you can use the extended...

View Question
5 Votes Selected

I think you can achieve this by subscribing to the element state of those nodes. https://help.dataminer.services/development/DataMinerDevelopmentLibrary_Customer/part4ClassLibrary/CLASkylineDataMinerLibraryProtocolSubscriptionMonitors/ElementMonitorExtensions_methods.htm?rhhlterm=ElementMonitorExtensions&rhsyns=%20

View Question
4 Votes

Hi Steven, After a quick investigation, this seems to be a software issue. If we look at the correlation logging we can see that the ticket is created in the background. With the client test tool you...

View Question
3 Votes Selected

Hi Marco, At a first glance the relation seems to be correct. I assume table 8900 is the entry table for the demodulator function? Did you include the FK Column(7028) and the PrimaryKey of table 8900 in...

View Question
2 Votes

Hi Manuel, I believe this is a bug in the software and a task should be created to handle this. Maybe as a workaround you can run the generic script from within the main script. SubScriptOptions sesVideoScript...

View Question

Hi Philip, On the properties of the reference, you can define the DLL path. When compiling the automation script it will include the defined path to the DLL References.

View Question
2 Votes Selected

Jeff this can be done with SLNet. Element element = engine.FindElement("ElementName"); if (element != null) { GetLiteElementInfo getElementInfo = new GetLiteElementInfo { DataMinerID = element.DmaId, ElementID...

View Question

Hi Jason, Maybe this is what you are looking for: Service Orchestration: resources configuration | DataMiner Docs. It is possible to create a pre-filter based on a capability. I'm not sure if you are...

View Question
1 Vote

Hi, Starting from RN26605 (DataMiner version 10.0.10) the use of NuGets is supported in a Protocol solution. The automatic code generation could be replaced by a NuGet. The DLL is then stored under C:\Skyline...

View Question
1 Vote Selected