How to make Cube Maximized when it is started up?

Hi Lucas, There is currently no argument / option that will maximize (fullscreen) the DataMinerCube.exe But since this sounds like an interesting use case, I would suggest to request this …

Exception: BPA doesn’t have a valid signature

I’ve got the same error on some of SLC own BPA’s (for instance https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Systems/BPA_tests/BPA_Check_Agent_Presence.html) (version 10.4.10)

use like in gqi join condition

Thanks to both of you. This solution suits me very well for this specific case. I think it will be part of many future usage. 🙂

use like in gqi join condition

I do not think a join with a like clause is possible in GQI. However, depending on the exact format of the column in A, you might be able to …

use like in gqi join condition

Hi Joel, You could achieve this by first using a Regex column manipulation and than join on the newly created column: Hope this helps! Best regards, Ward

Check if element is active using GQI

Hi, if the method proposed by Miguel doesn’t work in your case, you could use GetElementByIDMessage or GetElementByNameMessage in your ad-hoc data source to retrieve the information. var elementInfo = …

SNMP timeout message

Hi João, I tested my cube directly connected to the unit. All ireasoning parsing was ok. Cube always time-out. Now, the unit for this test is plugged directly into internet …

Check if element is active using GQI

Hi Hari, Is it not an option to use the default data source Get Elements to retrieve the state of an element? You can perform an inner join between the …

Dataminer Backu-up Enquiry

Hi Samson, From what I can see in your screenshot, what you are doing is correct. Every 14 days you’ll take a backup of the selected agent(s) on a specified …

DOM Instances Read filters

Hi Daniel, As mentioned in Tom’s comment, could you share the exception you are getting? This will help us to understand what could be going wrong. When I check the …