DCP Username and DCP Password fields in System Center

Hi Marieke, to my knowledge these are indeed still used to access DataMiner updates and connector updates. I believe that the DCP credentials and the dataminer.services credentials are not the …

Cassandra – TLS – NoHostAvailableException

Hi, I would recommend doing a WireShark capture between the DMA and the Cassandra nodes. From there you will see the certificate that the Cassandra node(s) are sending to DataMiner. …

How to generate a report for Utilization

Hi Christine, Below a quickly fetched example where I use a table in combination with a GQI query to show my top 10. The selection from that table is used …

How to generate a report for Utilization

Christine – this would be based on some GQI queries.  A lot of the items that you mention are used probably in the Microsoft Servers App on ziinedev.  So that …

Error with QAction 900012 and 900011

Hi, According to the Windows Task Manager, memory usage on the server is hovering around 75% (out of 32GB), the SLScripting process is using about 1GB only.

How to create self-signed SSL/TLS certificate?

Generating self-signed certificates can be done for development/testing purposes, but please don’t use self-signed certificates on production systems. Either use an external Certificate Authority (in case your systems are externally …

How to create self-signed SSL/TLS certificate?

Hi Thomas, in the IIS manager application, you can select your server, and open the “Server Certificates”. In the actions pane on the right-hand side, you will see several options …

Error with QAction 900012 and 900011

Hi, QActions 900011 and 900012 are QActions that are automatically added by DataMiner to enable the correct functionality of some extra added items (e.g. like can be found under the …

Error with QAction 900012 and 900011

Hi Trong, As this is an out of memory exception, and as nothing changed in the protocol, it will probably indeed not be related to the protocol. Is the total …

How to create self-signed SSL/TLS certificate?

Hi Thomas I usually use the OpenSSL tool. There are various guides online that can help you to get a self-signed certificate. I found this website listing several options (including …

Low code app filter table based on time range

Hi Mieke, In the GQI query which fetches the DOM instances, you can add a filter on the ‘Created’ column, and select the ‘Use Feed’ option. This will allow you …

Low code app filter table based on time range

Hi Mieke, This is possible with 2 Filter operations, 1 that uses the ‘From’ property of the Time range component, and 1 that uses the ‘To’ property of the Time …