How to check loglevel and/or logtype in QActions ?
8th April 2024
Hi Cristel, The length limit of a single log statement can be a hindrance in test scenarios, and perhaps a different storage location may be needed if investigation this amount …
Answer
8th April 2024
Hi Cristel, The length limit of a single log statement can be a hindrance in test scenarios, and perhaps a different storage location may be needed if investigation this amount …
8th April 2024
The first uploaded version of a protocol will be set as production by default in one of the upcoming DataMiner versions. Data-Acquisition is still validating this feature, but you can …
8th April 2024
Hi Rodrigo, DVEs should always be running as the version of the parent element, as these do not entirely exist as separate elements server-side. However, displaying the data still requires …
8th April 2024
Thank you both, Michiel and Jarno, The tip from Michiel, it is an easy way to check if the placeholders are correct and that helped my to the right direction. …
8th April 2024
For additional information, this can occur if the element information is probably stuck in one of the DMAs cache in the cluster after it is being deleted. It will be …
8th April 2024
Hi Rodrigo, according to documentation: DVE child protocols cannot be set as production protocol. Would it be possible to recreate DVEs after changing the version of parent protocol?
6th April 2024
HI Jeroen Maybe you can try setting another IP address of one of your nodes on the connection setting page to see if that refreshes the connection and shows the …
6th April 2024
Hi Steve I think this documentation. may help you: https://docs.dataminer.services/develop/CICD/Skyline%20Communications/Publish%20to%20Catalog/Publish_To_Catalog.html?q=catalog#publishing-automation-scripts Regards
5th April 2024
Hi Henri – have you considered for your use case to leverage the user-defined APIs? This is the recommended way to share data with other parties, and to carefully control …
5th April 2024
Hi Anna With view tables, you can indeed display information from another protocol, but they are not intended for alarming/trending. The alarming/trending should occur on the parameter that holds the …
5th April 2024
Hi Dieter, I assume there are better/cleaner ways when on a production cluster. But if it’s just on your local DataMiner testing out operators or ad hoc data sources, I …
5th April 2024
Hi Anna, Does that new table need to be available in an element? In this is not the case, you could use GQI queries to query data from both tables …
5th April 2024
Hi Reinout, at this moment this is indeed a limitation. As a workaround… you can manipulate your column so you end up with ‘something’ to filter on. This can be …
5th April 2024
Hello Filip, On both the IDP and in the SPMetadata file those urls have to be replaced by the /API/ one, all the different ones like /jobs or /dashboard, etc. …
5th April 2024
It is indeed possible with the ‘noElementPrefix’ that Ive mentions, but do note that this is not recommended practice. The biggest drawback here is that an element name needs to …