Casssandra connection issue

I experienced the same problem. Here is the reason why I was facing the issue and how I fixed it. I was doing the migration of the cassandra failover pair …

Trying to download a connector from catalog

Hi Kemaine, it would be required to have your DataMiner system cloud connected to be able to use this feature. You can find all requirements here. Please get in contact …

SLCloud – Wrong IP address gets set

Problem was that IP A was a fixed IP assigned to an ethernet port which didn’t had a network cable connected. Disabling that ethernet port resolved it.

Offload Database DMS resource consumption

Hey Elvio, How is SLDataGateway behaving after the restart and modifying the offload configuration? SLDataGateway was likely strained due to the amount of data being offloaded. How much data is …

How to create self-signed SSL/TLS certificate?

Thanks to Laurens Moutton for providing the following instructions how to create a self-signed certificate with Powershell: PS C:\Windows\system32> $cert = New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname 10.90.232.70 [replace IP with DMA …

Retrieved parameter in table not updated

Hi Dominique, Is it possible that your table is completely empty? No primary keys defined? In that case it’s normal that method SetParameterIndexByKey doesn’t work. Can you adapt your code …

Slack Authentication Error

I looked at the driver help and there they also recommend to set the IP address/host to slack.com. Can you try adjusting this for your element and see fit his works?

Low Code App – Show script failures

Hi Joey, We have an item on our backlog which will enable displaying the output of an automation script. The idea is that a script will have an ‘On completed’ …