DB2 JDBC 连接到 IASP 中的模式
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
数据库的 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:;;