Unable to connect to IRIS container through DBeaver via JDBC driver
So I am running IRIS 2023.3 via a Docker container on Windows 11 and when I go to System Administration > Connectivity > SQL Gateway Connections, I am able to connect to the iris container via jdbc. However, when I go to JBeaver and try connecting to IRIS via JDBC I am unable to do so. I know that this is a local laptop issue because when someone else runs it on t heir mac it works fine.
Comments
If you are running Windows maybe it’s the Windows Defender Firewall on your local machine?
Hey Scott, thanks for the suggestion. I turned it off however it is still not working.
it turned out to be a port issue as the port was in use by another application!
Hi,
I encountered the same error in v2025.3
Found out that %Service_Bindings was disabled. This service must be enabled to establish the connection.
under System Administrator -> Security -> Services.
Hope this helps.