Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Jasper iReport。当我尝试连接到 IBM DB2 时,出现错误:“Permission denied: ERRORCODE=-4499, SQLSTATE=08001”
我正在使用与我也使用的 Razor 相同的驱动程序进行连接,并且它工作正常(相同的设置、用户名、密码等)。
最近开始出现这个问题。
有什么建议么?
谢谢
请确保中间的任何防火墙和/或代理服务器都已配置为允许您的请求通过。我们遇到了类似的错误,结果是我们的 appserver 和 db2 之间的防火墙没有打开所需的端口。