Log4Shell vulnerability

Hi Arunkrishna, The presence of Log4J does not necessarily mean the vulnerability is present, the vulnerability is present in versions 2.0 through 2.16. Log4J version 1.X does not contain the …

System.BadImageFormatException When Running Unit Test

Hi Geovanny, The exception means that visual studio fails to find the SLManagedScripting.dll-file or one of the dll that SLManagedScripting relies on. This can happen when the path used in …

Visio – Execute Set through VdxPage

Hello Jeroen, No similar issue has been reported so far. I’ve tried to make a matching setup on dcpdma.skyline.be . In the tab ‘Other visio’ the same visio is embedded. …

Setting the Use Polling option at a user group Level

Hello Ken, Unfortunately the cube settings app doesn’t provide such functionality. Only the user settings can be stored in group settings. Those user settings are stored per user and group …

Ports required to allow Dataminer to work properly

Hi Edgar, The answer depends on a few things including your DM version and what options you have configured for your cluster. There’s a great blog post about securing DataMiner …

Spectrum Analyzer – How to setup a spectrum mask?

As follow up: Initial script had an error (“trace” and “threshold” swapped) [see EDIT1] The threshold check not working afterwards [see EDIT2] turned out to be because the spectrum simulation …

Various Visio questions

Another way is to simply use the aggregation module in DataMiner. I have tested and confirmed that using aggregation rules we can obtain the counts Jeff is asking. Here is …

Casssandra connection issue

Hey Samuel, Losing connection with the database can indeed cause collectors to not start up properly as DataMiner will fail to read the necessary data from the database. Losing connection …

Sending HTTP request to non-protocol element

Hi Jeff, Yes you can, but need to manage everything yourself, things like IP/Port, timeout, retries, etc. The standard way in DataMiner would be to create an HTTP connector that …

Jobs – how to create Jobs via HTTP Request (using postman)

This has been resolved by using the request “https://{{test-server}}/API/v1/json.asmx/CreateJob” w/ payload in JSON instead of “https://{{test-server}}/API/v1/json.asmx” w/ payload in SOAP. A part from this, I wasn’t sure what wasn’t working …