Naming Option for Datetime parameter
21st October 2024
Hi, The datetime columns are formatted using the regional settings that are configured on the client. The date and time format can be different for every user on the system. …
Answer
21st October 2024
Hi, The datetime columns are formatted using the regional settings that are configured on the client. The date and time format can be different for every user on the system. …
21st October 2024
Hi Fenta, This is how the GetMonitor() method is implemented: https://gist.github.com/TomW-Skyline/68afbd0be050e442cd62129a33490565. The code contains a comment which describes what’s being returned in the object. SA for the monitor: 0 = …
21st October 2024
Hi Chirangee For a comprehensive understanding of configuring alarm templates, I would propose to look into the following: About alarm templates | DataMiner Docs DM Docs on Alarm templates in …
21st October 2024
Hi, The webpage is defined in the pageOrder attribute of the protocol > display tag. In case you want to add a web interface link to the page overview, add …
21st October 2024
Hi Mohammad, There is a similar question: Maintaining Cube session open 24/7 You could disable the option to avoid the disconnection. Hope it helps.
21st October 2024
Double-click the parameter. Go to the ‘Templates’ tab, enable monitoring, and enter your value in the alarm template. Then, update the template. Now, whenever the parameter reaches the specified value, …
21st October 2024
Hi Oscar This error typically identifies 1 of 2 things, a memory or a disk issue. Memory You already checked if the processes are close to 4GB (ie. for 32 …
18th October 2024
Hi, we are now facing the same requirement. We have a service with alarm state and data of assigned elements being used on shapes in a visual, that is linked …
18th October 2024
Hi Miguel, It’s always unfortunate when a deployment fails, and as you mentioned, the reasons can vary widely. Fortunately, there’s a solution for most of these issues. Take IDs, for …
18th October 2024
Commercial & deploy models summary | DataMiner Docs Here it says that all charges are being calculated on the monthly usage of services, so I would assume it is a …
18th October 2024
Hi Davor I see that you are using a GQI query for your use case. You can configure this in a few steps: Add a line & area chart component …
18th October 2024
There appears to have been a packaging issue with the 10.4.0 CU0 version, it comes with the 10.3.12 Cube MSI installer while it should have come with the 10.4.3 Cube. …
18th October 2024
With the UIVariables.VisualOverview you can assign values to variables from an automation script. With this you can read out your CSV and set your variable to the ‘:’ separated list …