21 Mar 2025 06:11 PM
Hi team,
I configured the database connection for MSSQL and activategate is also installed. But getting the following error "Failed to assign monitoring configuration to ActiveGate. Reason: Fastcheck no response - datasource exited without providing status"
Solved! Go to Solution.
21 Mar 2025 07:43 PM
Hi Seema,
You can start by checking if the firewall connectivity between the Active Gate and the MSSQL Server is established.
To verify connectivity, run the following command from the Active Gate server:
telnet MSSQL Server IP Port(1433)
Firewall connectivity must be established between the MSSQL Server and the ActiveGate Server for the extension to execute queries. Ensure that the database user created for the Dynatrace extension has the required permissions to query the database and fetch data.
21 Mar 2025 08:08 PM
Tested, it works fine.
24 Mar 2025 12:04 PM
Hi,
You can check ActiveGate logs extensions for more details, default is "/var/lib/dynatrace/remotepluginmodule"
Best regards