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 …

How Does Alerter Handle Audio Files?

As far as I can find, all zipping/unzipping occurs on the server. When SLAlerter connects, an GetAlerterSettingsResponse request is used to get the settings from the server (for this user …

Alarm Notice : Failed to write to an IPC Port

Hey Wale, Part of the inter-process communication (IPC) in DataMiner ends up through pipes, basically 2 processes share some memory through which data can be exchanged. When there is an …

Websocket Status doesn’t recover from ‘Closed’ state

Hi Pedro, the help mentions 2 things for when the websocket connection is closed: Restart the element. Update the ‘dynamic IP’-parameter so the connection is re-established. Reference: DataMiner Development Library …