Protocol package builder

Hi Pawel With Protocol as a Solution, the XML doesn’t contain the C# code directly anymore. These are now in the QAction projects. You’ll first need to extract the C# …

Local Cassandra IP issue

A couple of things can be done: Set the order of Network Adapters. For example your cabled connection can be first followed by your Wi-Fi connection. Use hostnames instead of …

Multi-threading in protocol

Hi Ruben, We always try to maintain the integrity of the data by using the necessary locking in our server code while trying to keep parallelization at a maximum. And …

Response PDU Too Big

Resolved. SLSNMPManager needs to parse the received bytes to appropriate types, for which it uses a buffer of 10240 bytes. With the current implementation, it can read up to 10239 …

Will DIS Inject work with DAAS?

Hi Jens, That won’t be possible with DaaS since you won’t have access to the nodes doing the job. DaaS is a managed service, meaning you only have access to …

Not showing data at Visio

Hi Thomasz, The parameter that is showing is a simple parameter which fits your configuration. However the other parameter you are trying to request is a cell of a table parameter. You’ll need …

Node Edge component – override filter RegEx

Hi Andre, As far as I know this is not possible. Maybe an option could be adding more than one query to your node component (with specific filters) that can …