User Defined API Errors

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 …

what is the use of Datatminer

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 …

API Driver

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.

API Driver

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 …

User Defined API Errors

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!

Cube Client error: Value cannot be null

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 …

Dataminer agent is not starting

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 …

Saml attributs in Dataminer

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 …

Dataminer agent is not starting

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 …

LCA popup with table row details

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 …