Failing to cast FielDescriptor to GenericEnumFieldDescriptor
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.
Answer
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. …
4th January 2025
Hi Dave, In your case simply downloading the latest version 10.5.1.0 and running the installation should be fine. If you were on version 10.2.X.X it would be important to upgrade …
3rd January 2025
Hi Daniel, If I understood correctly, you have a memory file defined in the Automation module, and you are using this memory file for your script parameter: If this is …
3rd January 2025
Hi Daniel, You might consider designing the script to dynamically retrieve the necessary information (e.g., from a file or memory location) rather than relying on input parameters. This approach can …