Error while connecting to Ingres dataBase

Hello ,
I found problem when trying to connect to Ingres database from my c#.net asp project .
The connection string that i use used to work fine : Server=Ingres;host=172.19.X.X;user ID=myName;password=Password ; but now i have the error : ![enter image description here][1]

but now i have this error while running :

Communications error while establishing connection.
Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu 172.19.210.5:21071
SocketException thrown by System.Net.Sockets.TcpClient( ) while connecting to host "172.19.210.5".

Any idea please ?

0 answers