Unable to access cube (sometimes)

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 …

Unable to access cube (sometimes)

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 …

Improve the execution time of a correlation

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 …

Filtering names

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: …

Filtering names

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 …

Dashboards Parameter Feed – Group by Option

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” …

gRPC connnection option not shown

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 …

gRPC connnection option not shown

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 …

How to recover a deleted element?

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 ?

gRPC connnection option not shown

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 …