Profile

Laurens Vergote

User info

First name Laurens
Last name Vergote
Description

Not actually a cat.

DevOps Program

Acquired rank
Advocate
Points progress
Number of DevOps Professional Points
201 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

Sorry! No question found.

Answers given

Since this feature is still heavily under development, not all your questions can be answered at this time. Here is what we know right now: The DataMiner will be connected to the cloud by a gRPC connection....

View Question

Automation scripts with custom entry points cannot be started using the Cube interface. In order to start an automation script from a custom entry point you need to send the "ExecuteScriptMessage" (Fill...

View Question
7 Votes

Most likely the NATS  service you have installed is incorrectly configured in some way. Normally this should get configured automatically. In order to fully reset this configuration there are 2 possibilities:...

View Question
6 Votes Selected

Hi Ryan, Dataminer doesn't actually use the streaming part of nats-streaming-server (STAN) anymore. Since we don't use STAN (anymore), port 6222 shouldn't be necessary anymore. However, port 4222 will...

View Question

The Interop dlls are used to directly call our native processes (Interop.SLDms.dll => SLDMS) using the COM interface. It is usually not recommended to interface with a DataMiner like this however....

View Question
5 Votes Selected

I believe there are 2 ways to tackle this: Find or implement something that executes the same logic in C# Import the C++ dlls and use the [DllImport] attribute to call the methods from the c++ library....

View Question

This is a known issue at the moment with an easy workaround, but not an easy fix. See: https://intranet.skyline.be/DataMiner/Lists/Release%20Notes/DispForm.aspx?ID=25177 The crux here is that a DELT export...

View Question

You can check if a process is using the port that SLNet is waiting on. My favourite way to do this is with following powershell command: > netstat -abon | findstr :9004 TCP 0.0.0.0:9004 0.0.0.0:0 LISTENING...

View Question
4 Votes

Hello, The service seems to have failed to create for some reason. You can find logging on the attempted installation of the NATS service in the SLCloudEndpointManager.txt logfile. Additionally, you...

View Question
3 Votes Selected

Our NATS installation uses IPs/hostnames requested from SLNet/SLDMS. If you use hostnames in the DMS.xml (+ dma restart), a fresh NATS install/Nats Reset should use the hostname instead of IPs.

View Question
2 Votes Selected

There is no built-in support for Exporting/Importing ReservationInstances, but you can use an automation script like Gelber mentioned. ReservationInstance (and many other classes) have a "ToJson" &...

View Question
2 Votes

Hello Alberto, I'm assuming the stand-alone NATS node config you're mentioning is forcing the NATS configuration in a DMA cluster to not be clustered. This is not a supported configuration and was only...

View Question
1 Vote

While I can't find an RN specifically concerning this, the most likely reason is that WinPCap is obsolete since 2018 (https://www.winpcap.org/) and is superceded by NPCap. I believe it would be better...

View Question

Hi Luis, While incorrectly configured NATS has a significant impact on the functionality of the DataMiner, we currently do not know exactly why the increase in memory happens and are investigating this....

View Question
1 Vote Selected

Possibly a malformed packet? Can check if the SLNetTypes DIS is using and the one the server is using are compatible? Does it work if you replace the SLNetTypes.dll used by DIS by the one the server is...

View Question
0 Votes

The Factory Reset Tool was not designed to work with older versions of DataMiner and hence also not tested on these versions.

View Question
0 Votes

These kinds of errors are created when SLNet tries to load a specific dll dependency (Microsoft.PowerShell.ScheduledJob) but is unable to find it in the regular folders (C:/Skyline DataMiner/Files(/x64))....

View Question
0 Votes

Just a hunch, but maybe the "Upload only" button was clicked instead of the "Upgrade" button?

View Question
0 Votes

Hi, The easiest solution is likely to modify the necessary IPs in DMS.xml, restart the DMA and send NatsCustodianResetNatsRequest. DataMiner will periodically check the NATS configs and modify them if...

View Question
-1 Votes