Low code app – Clock doesn’t load server time.
6th June 2023
That’s odd. Not that it helps you, but just to confirm that I just quickly tested it and it seems to work for me (running 10.3.6.0). Server and client time …
Answer
6th June 2023
That’s odd. Not that it helps you, but just to confirm that I just quickly tested it and it seems to work for me (running 10.3.6.0). Server and client time …
6th June 2023
This is indeed a known issue, the server time does not work as expected. There’s a task (DCP138417) on our backlog to fix this.
6th June 2023
Hi Alberto, You can in general check if the DMA has any connectivity issues to its database, or if the database process has high memory usage or struggles with weekly …
6th June 2023
Hi Greisen, Visual Overview is using Microsoft Visio files, and those are typically used to make graphical UIs for schematical overviews such as top level or site overviews, detailed service …
6th June 2023
Hi Philip, A lot of issues with respect to Cassandra cluster migration were fixed in DataMiner 10.2, that is why as per Migrating the general database to a DMS Cassandra …
6th June 2023
Hi Greisen, Can you perhaps check if this answers your question – Dashboards and Low-Code Apps | DataMiner Docs ? There are some differences between dashboards and low-code apps, such …
6th June 2023
I am having the same issue with the two files after I ran the Uninstall. I tried the process tool but I can not find any DataMiner processes running. How …
5th June 2023
Hi Alberto, This is not a complete answer, but just some extra info… All error codes starting with 0x8004… are DataMiner specific error codes. The ‘filter is not running’ error …
5th June 2023
Do you want to make an Resource optional or an profile instance? In case of an Resource in an service defintion you need to add under properties: Options: optional Then …
5th June 2023
I did a small example with less content to show it: CSV file: Generated services: The first 3 channels are fine, rest of it has no child element.
5th June 2023
Hey Mark, If the PSU reports an issue, it will be shown into the Alarm Table, available on the page ‘Alarms’ of the element. An example: The ‘Cause’ column into …
5th June 2023
Hi Sebastiaan, Thank you for your reply. The problem is that on our side, the elements are hidden because they are attached to services , and we don’t want to …
5th June 2023
The rule condition apply to the buckets you’ve created with the ‘group by’. However, using the ‘trigger on single events only’, I believe there are no buckets being kept in …
5th June 2023
Hi Ken, Likely you will need to add spaces near the operator. Instead of “count(*)>=4”, it should be “count(*) >= 4”. Could you give a try and verify if this …
5th June 2023
Hi Joey Currently we don’t have a way to force lower versions of Newtonsoft. Keep in mind that lower versions also have security vulnerabilities. That is why it’s advised to …