DMA Hard Disk Requirements

Hi Dave, BPA stands for Best Practice Analyzer, not Required Practice Analyzer, meaning that even if all of the results were a failure you would still be able to make …

Latest version of the Dell iDrac Protocol

Hi Ken, You can find all the versions of this connector here: Dell iDRAC | Catalog | dataminer.services In the range you are using, 1.0.0.9 is the latest version. But …

BrokerGateway TLS issue

Hi, This step is not necessary as NATS reads the certificate file directly instead of going through the Certificate Store. This should be configured here: C:\Program Files\Skyline Communications\DataMiner BrokerGateway\nats-server\nats-server.config Check …

DataMiner trend prediction over the API?

Hi Sri, thanks for your question and for the additional info you provided me through teams! For this case, it might be interesting for the user to leverage the user-defined …

E Learning

Final update: A workaround has been implemented so that trainees can complete the course without having to submit the assignments. To upload an assignment related to the Foundational Course, use …

E Learning

Hi Emma, Thanks for the detailed answer. Unfortunately there is no complete button shown even taking the quiz multiple times. Regards

E Learning

Hi Mohamad, According to our records you completed 5 steps out of the 10 for the Fundamentals course. Could you please check whether a ‘Completed’ button is available at the …

DMS: how to synchronize files across all DMAs?

Hi daniel, If you’ve already tried Ive’s suggestion and you are still experiencing issues with some files (DataMiner.xml is not a good example as Bert said), you can try the …

service from element

Hi Juan, Here’s one way you could do it in a code: private GQIDMS _dms; public GQIPage GetNextPage(GetNextPageInputArgs args) {   GetServicesForElementMessage message = new GetServicesForElementMessage();   message.ElementID = 123; …