DataMiner Teams bot: Run custom commands request confirmation
14th July 2023
Hi Miguel there is no way to remove this confirmation. This was added as security step to ensure the correct commands are being ran by the correct persons. Note that …
Answer
14th July 2023
Hi Miguel there is no way to remove this confirmation. This was added as security step to ensure the correct commands are being ran by the correct persons. Note that …
14th July 2023
Hi Leander, Have you tried adding inline CSS, if you cannot use a reference to a file? Kind Regards, Jarno
14th July 2023
Hi Leander, The content of web components is sanitized to prevent the injection of dangerous javascript (cross site scripting). Inline CSS will be sanitized as well because this can potentially …
14th July 2023
At the moment, customizing zoom intervals is not yet possible. Note that is always possible to make a feature suggestion.
14th July 2023
Hi Ive, Could you check the anti-virus on those client systems? Documentation: Regarding antivirus software Related sources: DCP 203270 – DataMiner Connection issue DCP 201812 – Cube Clients unable to …
14th July 2023
Hi Ive, This specific error (Cannot accept SOAP messages (text/xml)) occurs when using Remoting when no channel has been registered, typically when using polling mode. The issue should have been fixed …
14th July 2023
The first goal here should be identifying where the delay originates from. The SLCorrelation.txt logfile provides information on when incoming alarm events get analyzed by the correlation engine and when …
14th July 2023
Hi Ashwini, I believe in this case you could use the regex expression. When using regular expressions you can define an OR condition. I remember there was a similar question: …
14th July 2023
Hi Ashwini, Or filtering is not possible using the ‘Contains’ filter method. You can achieve your desired result using the ‘Regex’ method. For example: ‘^(WoutMH|Test Element 1)$’ will show all …
14th July 2023
Next to the trend charts, the state visualizations also support this grouping feature. Note: Be aware that the Group by setting on those components should be set to “No grouping” …
14th July 2023
Hi Ive, gRPC has not been made available publically (*) as an explicit selectable connection method, for 2 reasons: Changing the default connection setting to ‘gRPC’ in a 10.3+ Cube …
14th July 2023
Hi Ive, As per General Feature Release 10.3.2 | DataMiner Docs, you still need to explicitly enable gRPC in the ConnectionSettings.txt file. Can you check if gRPC is enabled there …
14th July 2023
Hi Mieke, There was a similar question asked sometime back : How to recover a deleted element – DataMiner Dojo. Perhaps the answer by Brent will be useful ?
13th July 2023
I believe this will not be possible. Filtering on alarms is based on the properties of those alarms, and those are not affected / changed by the fact that they …
13th July 2023
Hi Ive, gRPC uses the standard port 443, whereas .NET Remoting uses the non-standard port 8004. Do you have HTTPS enabled on the system? If this is the case, maybe …