Data Sources element not showing any data
8th January 2025
Hi Apurva, I’m not sure if this will help with your debugging, but the error "Sequence contains no element" typically occurs when LINQ methods like .First(), .Single(), etc., are used …
Answer
8th January 2025
Hi Apurva, I’m not sure if this will help with your debugging, but the error "Sequence contains no element" typically occurs when LINQ methods like .First(), .Single(), etc., are used …
8th January 2025
Update on this question. Using UtcNow instead of Now datetime, with some culture info tweak solved this issue.
8th January 2025
Hi José, Hi Miguel, thanks for your help, I think to be on the rigth path for a solution. But now I have the problem to update the variable in …
8th January 2025
Hi Ana, To investigate this further you could log the value of “descriptor.GetType().FullName”. This will give you the actual runtime type of descriptor.
7th January 2025
Hi Nick, Another option for your use case is to use the column destView as indicated in DataMiner Docs: Tips for applying service templates Regards,
7th January 2025
Hi Gerrit, If you just open a View card on your root view, on the side bar of the view card you can select the second option (a icon with …
7th January 2025
Unfortunately, I cannot make a diagnosis based on the provided information, but I hope the following information will be helpful. A timeout or loss of communication alarm typically occurs when …
7th January 2025
Hi Jeroen, Not sure if it is the best way but we developed a small script that can be scheduled with the standard DataMiner Scheduler. That script initiates the IDP …
6th January 2025
Hi Koen, We can confirm that the service elements are not included. This decision was originally made because users cannot see that these enhanced services are hosting elements under the …
6th January 2025
Hi Koen, Two possible solutions are: 1. Add PID 1 to your enhanced service protocol, as this will get filled in with the service name. (details) 2. Use a custom …
6th January 2025
Hi all, Starting from DM Feature release 10.4.6 or DM Main release 10.5.0, DM now exposes the underlying GQI SLNET connection to extensions like Ad Hoc data sources and custom …
6th January 2025
Hi Nils, This behavior is not expected. When the masking period has ended, the parameter should be fully monitored again regardless its passed alarm states. I just did a quick …
6th January 2025
Hi Joao, kindly refer to the pictures below. TQ
6th January 2025
Hi, Creating a fourth automation script that calls all of yours should work for your purpose. You could then call this fourth script from your Visual Overview. To achieve this, …
6th January 2025
Hi Richard Are you referring to the DateTime Picker of a ‘write’ parameter like below screenshot: I believe it now initializes with the something around the time of Cube startup. …