Question Kshitij Tandon · Jun 10, 2022

Not able to connect to IRIS data platform in AWS using JDBC

I am trying to connect to IRIS deployed on AWS EC2 instance using JDBC connection string but I am getting connection refused. Username :_SYSTEM.

Even the management portal URL is not opening for me

Comments

Dmitry Maslennikov · Jun 10, 2022

Did not you forget to open ports in AWS Firewall?

52773 for SMP
1972 for JDBC

0
Kshitij Tandon · Jun 14, 2022

I am able to connect to 52773 now but not 1972. I have opened both the ports

0