Hi all,
I was creating a Dynatrace Python 2.0 extension for a database (using pymssql lib). When I tried creating a new extension from scratch, I got the following error:
|DB Error encountered >>>>> (20009, b'DB-Lib error message 20009, severity 9:
Unable to connect: Adaptive Server is unavailable or does not exist (*******)
Net-Lib error during Connection timed out (110)')
However, when I converted a working Extension 1.0 instead of creating a new one from scratch, it worked. Why is that? is converting will carry out some settings to the new 2.0 if so, where I would be able to find it?