MediaOps – Error J103/R001 Resource ‘xxx’ has active errors
8th October 2025
Hi Kevin, The error is there because the DOM resource instance in MediaOps has a link to a DataMiner resource for which no resource is available with that particular ID. …
Answer
8th October 2025
Hi Kevin, The error is there because the DOM resource instance in MediaOps has a link to a DataMiner resource for which no resource is available with that particular ID. …
8th October 2025
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 …
7th October 2025
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 …
7th October 2025
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 …
7th October 2025
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 …
7th October 2025
Hi, I actually came across this information in the meantime myself: Configuring the default upgrade options So the feature we are looking for already exists! will share it forward to …
7th October 2025
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 …
7th October 2025
Hi Emma, Thanks for the detailed answer. Unfortunately there is no complete button shown even taking the quiz multiple times. Regards
7th October 2025
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 …
7th October 2025
Hi Harald, When using a status system in DOM, your DOM instance will have a ‘State’ property containing the state it is currently in, you will find it among the …
6th October 2025
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 …
6th October 2025
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; …
6th October 2025
Hi Alberto, What type of DELT export are you performing? Does it include alarm data and/or trend data? If you increase the log level of the SLDELT log file to …
6th October 2025
Hi Henri, I would say that to override a parameter name, the best would be to use an information template as described in Creating an information template | DataMiner Docs: …
6th October 2025
Hi Bautista Thanks for asking this! The path in the compiled script is indeed pointing to the DllImport directory which is wrong for the ProcessAutomation.dll. We’re in the process of …