DB2 JDBC 连接到 IASP 中的模式

发布于 2024-10-02 22:36:57 字数 186 浏览 3 评论 0原文

我有一个在 i5/OS 上运行的 PI 7.1 中的 JDBC 接收器适配器。

我使用 JSPM 部署了 DB2 驱动程序,它在不在独立辅助存储池 (IASP) 中的模式上运行良好。

当我尝试访问 IASP 中的模式时,适配器无法建立连接。知道我是否需要修改我的连接 URL、驱动程序、安全性吗?

谢谢, 马丁

I have a JDBC receiver adapter in PI 7.1 running on i5/OS.

I deployed the DB2 driver with JSPM and it's working fine on a schema who is NOT in the independent auxiliary storage pool (IASP)

When I try to access my schema in the IASP the Adapter cannot establish a connection. Any idea if I need to modify my connection url, the driver, security, ?

thanks,
Martin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

待天淡蓝洁白时 2024-10-09 22:36:57

数据库的 URL 需要根据 IASP 进行相应更改。

• 工具箱驱动程序:jdbc:as400://;rdbname=;;
• 本机驱动程序:jdbc:db2iSeries:;;

URL to the Database need to be changed accordingly to the IASP.

• Toolbox driver: jdbc:as400://;rdbname=;;
• Native driver: jdbc:db2iSeries:;;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文