NO AUDIO ON ALARMS
14th December 2021
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 …
Answer
14th December 2021
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 …
14th December 2021
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.
14th December 2021
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 …
13th December 2021
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 …
13th December 2021
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 …
13th December 2021
Have you tried with the https port 443? Last time I used it was with “localhost” and port “443” and this works.
13th December 2021
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 …
13th December 2021
An official Skyline blog post has been published: responding to log4shell vulnerability
13th December 2021
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 …
13th December 2021
Hello, As mentioned on the official Elastic blog website, this indeed is a way to prevent the exploit. Kind regards,
13th December 2021
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 …
13th December 2021
Note the light blue line is not a “prediction” but represents the actual value changes that happened since the graph was opened. From the moment the graph is opened, we …
13th December 2021
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 …
11th December 2021
Hi Penf, I could not find a method in the Engine class to retrieve the list of elements from a service. However, I found a possible way to do this …
11th December 2021
Hi Jim, You could use the DataMiner class library to retrieve the full table for a specific element. Please see below example: // Create a DMS object IDms dms = …