14 Feb 2025 06:52 PM
Hello,
We have opened a ticket with Dynatrace support due to issues with an extension for database queries created using the Extension Creator application.
The issue we're facing is connection intermittencies in the data displayed in the Data Explorer. Upon analyzing the extension and ActiveGate logs, we found the following error:
To mitigate this, we increased the execution time in the timeframe, which removed the error from the logs. However, the intermittencies persist in the Data Explorer data.
Support's response was that, since this is a "custom extension", it is outside of Dynatrace's support scope. However, we believe this response may not be entirely accurate, as the extension was created with Extension Creator, an official Dynatrace tool, and utilizes the SQL framework provided by the platform.
Thank you in advance for your feedback and suggestions!
17 Feb 2025 12:04 PM
Hi,
This specific warning "The polling ended with issues for the endpoints: 10.187.5.26:50000:ESBDB." warrants a closer look into the support archive.
I assume the extension you've created is for DB2 based on the port. The support archive will have the logs approximately here:
All relevant logs are located here (example):
SupportArchiveBFXXX/COLLECTOR/0x0000000012345/remotepluginmodule/log/extensions/
There are to places inside that directory that interest us:
There you should be able to find specific error message or problem raised by the DB2 JDBC driver which will indicate exactly, why the query has timed out or failed, resulting in data gaps.