NO AUDIO ON ALARMS

Hi Germanico, Please could you have a look at the answer from this question in Dojo and let us know if it solves the issue that you are experiencing? Audible …

How to get started with DCF?

The DataMinerDevelopmentLibrary has some basic information on what is possible. Actual trainings and published guidelines do not exist yet. We will forward this request to our skyline academy.

How to use the dynamic variable in QActions?

Hi Mieke, In the QAction project where you need this reference you can click on Add Reference In case this is no system default, or the file is located in …

repairing parents on service definition functions

Can you confirm the interfaces (including guids) of the Decoding and Descrambling system functions (parents) and RX1290 functions are identical? If not, the RX1290 functions will not be assigned to …

Element HTTP Simulation WebPages stopped working

Hi Jan, This might be due to the enhanced security enforced by the ISAPI filter configured in IIS. If this is just for testing/debugging purposes, I believe you could temporarily …

repairing parents on service definition functions

Did you try to remove the function protocol folders (e.g. C:/Skyline DataMiner/Protocols/xxxx.Demodulating) + the .txf files in the ServiceManager folder? When you do that and restart DataMiner, it recreates those …

dataminer automation script, get elements from service name

Hi Pengf, Below an equivalent method using only Engine class: public static IEnumerable<Element> FindElementsInService(this Engine engine, Service service) { if (engine == null) { throw new ArgumentNullException(nameof(engine)); } if (service …

Elastic Search CVE-2021-44228 log4j2 RCE Vulnerability

Dear Skyline teams, I would like to confirm that customers are asking for any sensitivity of DataMiner regarding the log4j vulnerability. Personally I don’t think there is any relation because …

Encoding of the log files

Hi Michiel, Most logfiles are written through the SLLog process. SLElementInProtocol.txt is one of the exceptions. I assume it’s currently being written using the default system ANSI code page. I …