Connecting iReport to DB2 ERRORCODE = -4499, SQLSTATE = 08001

I am using Jasper iReport. When I try to connect to IBM DB2, I get the error message: "Permission denied: ERRORCODE = -4499, SQLSTATE = 08001"

I use the same driver to connect as Razor, which I also use, and there it works fine (same settings, username, password, etc.).

This problem has occurred recently.

Any suggestions?

thank

+5
source share
1 answer

Make sure all firewalls and / or proxies between them are configured to bypass your requests. We had a similar error, and it turned out that the firewall between our application server and db2 does not have an open port.

+2

All Articles