The problem with option bidirectional on the graf between nodes
1st February 2024
Hi Jarek, There are a couple things I believe you would need to check, if I understand what you are saying. I believe you are trying to identify why there …
Answer
1st February 2024
Hi Jarek, There are a couple things I believe you would need to check, if I understand what you are saying. I believe you are trying to identify why there …
1st February 2024
Hi Alex, the device should indeed not send the same binding twice, and unfortunately this is causing problems the code that parses the trap. I’ve quickly fixed it in the …
1st February 2024
Hey Alex, We believe that this is not a device issue, it is not ideal that the vendor’s device is sending repeated OIDs on its bindings, but it is also …
1st February 2024
Hi Alex, Yes, that’s definitely a good approach which I would also highly recommend. It will indeed reduce the startup time like you mention, and separating it might also bring …
1st February 2024
Hi Benjamin, A possible option is to use a service property to show/hide the shape. In the service template, you can assign different values to the child services generated. Check …
1st February 2024
Hello Miguel, the idea would be to view the alarm and trend-data of DataMiner that is stored in an offload database with an external tool. My question is if there …
1st February 2024
Hi Robert, If I understood correctly, you would like to see data available in an external database through DataMiner. I believe this is a nice use case for ad-hoc data …
1st February 2024
Hi Ryan, Using protocol.ShowInformationMessage() you can display a message to the user, but it indeed only has an OK button. Unfortunate it’s currently not possible to build and show a …
1st February 2024
Hi Gabriel, Have you tried with option HideTableIndex?
1st February 2024
Hi Guy, Can you try using the method SetFlag to set the run time flag to NoCheckingSets? engine.SetFlag(RunTimeFlags.NoCheckingSets); Hope it helps!
1st February 2024
Hi Daniel, Hope all is well. In the stream viewer, we see the same message being repeated multiple times within the same second. This may indicate that the ‘trailer’ parameter …
1st February 2024
Hi Philip, There is no real maximum latency for Cube. We do also test against higher latency, and 500 to 700 ms should still work. I guess this range would …
1st February 2024
Hi Alex I assume that this is what you are looking for: Prerequisites | DataMiner Docs
1st February 2024
Hi Oliver, I don’t think it matters whether it concerns a real element or a “Resource” element. As long as you have the correct name of the (resource) element in …
1st February 2024
Hi Shawn, According to documentation (https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Basic_security_configuration/Managing_user_groups/Deleting_a_user_group.html) you should be able to do it. So it seems it’s a bug. You can may be check and update the configuration file (security.xml) …