Any recommended way to launch a webGUI from a CUBE element card, but in a browser window?
10th December 2020
Maybe you can use a hyperlink to your webpage in a parameter value:
Answer
10th December 2020
Maybe you can use a hyperlink to your webpage in a parameter value:
10th December 2020
Hi Bruno, can you elaborate on the need for that? Because that would mean that you would track the performance data while it is up, and then stop it once …
10th December 2020
Hi Mieke, Process Automation behaves slightly different from “regular” SRM and I do believe you need to always use the “By Reference” option. Which means you must have a different …
10th December 2020
Hi Mieke, To get the data written by user in wizard in profile load script or any other custom script it is recommended that you would: Create an SrmBookingConfiguration instance; …
10th December 2020
Hi Jan-Klaas, For the Visual Overview, you can use a so-called ParameterControlOptions DisableWritePids. It however needs the write parameters IDs (and afaik they are not exposed in Cube). For finding …
10th December 2020
There is indeed no recommendation on the Single Thread Rating because DataMiner typically works multithreaded and therefore the overall CPU benchmark is more important as requirement. Single Thread Ratings also …
10th December 2020
Hi, As the input is coming from the Booking wizard rather then the passed volatile profile instances, there is another way to read the actual values from the booking wizard: …
10th December 2020
I might be wrong, but I think Process Automation uses the references of the profile instance and not the value (if it is not a volatile process profile instance). I …
10th December 2020
I believe your best bet is to employ the reporting module and embed a web page that contains the generated report component. Visual Overview doesn’t have a dedicated alarm distribution …
10th December 2020
The answer can indeed be found in this question: Timeout: Switching to polling. Possibly due to some firewall setting – DataMiner Dojo
9th December 2020
With forecasting, the main goal is to provide users with a quick overview on future behavior and predict alarms based on that with our proactive alarm detection engine. Forecasting does …
9th December 2020
Hi Alberto, This can be done by creating a Visual Overview for it, using the “Link” shape data. You can find further information in our DataMiner help – Linking a …
9th December 2020
Hi Jeff, It depends on the Database. For MySQL we will indeed periodically check the table and delete all records that are older than the specified time using a DELETE …
9th December 2020
The easiest way of doing this is to take advantage of the “Production” version feature of DataMiner. (DataMiner Help). This way you can keep all your elements in the same …
9th December 2020
Hi Rene, What do we have: Since DataMiner 10.0.13 we distribute a tool that allows for backup/restore of your ElasticSearch cluster. All details can be found here. There is another …