How to generate a report for Utilization
1st February 2023
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 …
Answer
1st February 2023
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 …
1st February 2023
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 …
1st February 2023
Hey Joachim, TTL for loggertables in elastic does not operate on the SL_Internal_Timefield. Elastic does not have a way to define TTL on the record level. So to facilitate this …
1st February 2023
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.
1st February 2023
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 …
1st February 2023
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 …
1st February 2023
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 …
1st February 2023
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 …
1st February 2023
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 …
1st February 2023
Hi Mieke, To filter the data in your table, you can link the time range component as a feed to the query. To do this, you will need to add …
1st February 2023
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 …
1st February 2023
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 …
31st January 2023
Your idea is correct. You should be able to filter out the right parameters by performing an inner join on “Get (recursive) view relations”, where you want to link the …
31st January 2023
Hi Robin, currently, there is no option to set the text color of a visual overview shape in DataMiner. However below alternatives can possibly provide a solution: Using the ThemeForeground, …