18 Messages
•
805 Points
Troubleshoot DB2 Z/OS connectivity from Edge
Hi Community,
Wondering if anyone else has encountered the below error when trying to connect to mainframe DB2 z/OS from Edge (installed on-prem on a standalone RHEL8 linux server):
com.ibm.db2.jcc.am.DisconnectNonTransientConnectionException: [jcc][t4][2043][11550][4.26.14] Exception java.io.FileNotFoundException: Error opening socket to server server_name/ip_address on port 1,234 with message: /etc/pki/ca-trust/extracted/java/cacerts (No such file or directory).
I can connect locally to that DB from DBeaver and the ID with which Edge is installed does have access to the cacerts file plus the complete path. With Edge's complex architecture I might be missing something - any suggestions?
Thank you!
Accepted Solution
laurenzhiller1
16 Messages
•
1.4K Points
5 months ago
Hi @riteshmody ,
I have not tested this with Db2 z/OS, but to my knowledge Edge does not read certificates located in /etc/pki/ca-trust/extracted/java/cacerts. You can instead try uploading the required certificate via the corresponding property of the Db2 driver. You must set the type of the property to "File Upload".
Good luck,
Laurenz
2
0