Back to Geneos FAQ

Cannot connect to database when creating history chart / graphs

History Chart, Historical graphs, Active Console, Database, graphs not working

Problem Copied

Failed database connection

Possible causes Copied

Possible solutions Copied

Active Console Database Support

Most databases are set up to be secured and only accessible from certain hosts like the Gateway host or server. Check with your network and database team if connections can be permitted from your workstation to the database.

Below sample commands show successful connection from a workstation to the database’s host and port.

C:\WINDOWS\system32>**echo quit | telnet 192.168.101.43 3306**
Welcome to Microsoft Telnet Client
Escape Character is 'CTRL+]'
C:\WINDOWS\system32>
C:\WINDOWS\system32>**curl -v 192.168.101.43:3306**
- Rebuilt URL to: 192.168.101.43:3306/
- Trying 192.168.101.43...
- TCP_NODELAY set
- Connected to 192.168.101.43 (192.168.101.43) port 3306 (#0)
PS C:\WINDOWS\system32> **Test-NetConnection -ComputerName 192.168.101.43 -Port 3306**
ComputerName : 192.168.101.43
RemoteAddress : 192.168.101.43
RemotePort : 3306
InterfaceAlias : Ethernet 4
SourceAddress : 192.168.200.1
TcpTestSucceeded : True
["Geneos"] ["Geneos > Active Console"] ["FAQ"]

Was this topic helpful?