User Defined API Errors
16th May 2025
Hi Wale, After taking a quick look on your system, I noticed that the ‘Compile as library’ option was checked. This causes the API requests to fail. The error isn’t …
Answer
16th May 2025
Hi Wale, After taking a quick look on your system, I noticed that the ‘Compile as library’ option was checked. This causes the API requests to fail. The error isn’t …
16th May 2025
With the “7-day trial deployment environment”, do you mean DataMiner as a Service (DaaS)? In that case, the problem could be that you are trying to connect to a private …
16th May 2025
Ah, the age-old question… “What is the use of DataMiner?”Let me put it differently: What’s the meaning of life? 🌌Some say it’s 42. We say it’s DataMiner. Because when your …
16th May 2025
Hi, You can find in DataMiner Docs the required steps to achieve what you are looking for: Executing a QAction after startup Hope it helps.
16th May 2025
Hi Thomas, Although it appears technically possible to update the content and change the ID, I strongly recommend against doing so manually. Given the number of files that would need …
16th May 2025
Hello Jose, In this case Group 30 will execute action 1 again, because of <Content> <Action>1</Action> </Content> You cannot trigger execution of QAction directly from a group. Example of triggering …
15th May 2025
Hi Carys, I believe the following is what you are looking for. You will need to use the IDX of the row to get to the specific parameter cell you …
15th May 2025
Hi Nick, Want to start off with nice write up, I was able to configure and test easily. In my testing the system worked as you expected both services showed …
15th May 2025
Hi Wale, The script looks fine. Could you check the settings of the user-defined API and ensure that the “run method (no output)” option is NOT selected? Hope this helps!
15th May 2025
Hi Zain, Whilst I have not encountered this before. The callstack does provide some useful info. The line “Skyline.DataMiner.Client.Framework.Components.SearchManager.IndexElement(LiteElementInfoEvent eim)” tells us that when cube tries to process an elementInfoEvent …
15th May 2025
Update: Tech Support was able to resolve this issue for Manas. The root cause was that DataMiner had been assigned an incorrect IP address as the change was not properly …
15th May 2025
Hi Cedric, That information should be transferred via so-called claims. DataMiner is indeed expecting an email address via one of the claims, so that the user in DataMiner has a …
15th May 2025
Hi Manas, It looks like your DataMiner system is probably not correctly started up as it should… It’s difficult to troubleshoot this via a Q&A. Therefore, it might be best …
15th May 2025
Hi Danijel, The OID is indeed the same for the same parameter across different elements using the same connector. The MIB is generated from the connector, and each element using …
15th May 2025
Hi Stefan, If you just want to display the values of the columns in a custom way, I would suggest to use the Web component. The component can use the …