Closed lruffing closed 10 months ago
@lruffing Yes, you can connect Db2 on Cloud using db2connect extension. You need to use correct database connection info. The TCPIP Error Code 10054 means Connection Refused by Server. So, either you are using wrong port number or wrong communication protocol. How are you trying to create to Db2? Using direct connection string or by creating connection profile? If SSL is enabled on server, then check SSL Connection box while creating profile. You can share more info with screenshot here about how are you trying connection. If using connection string, then share the connection string here by changing the sensitive info. Thanks.
@lruffing Yes, you can connect Db2 on Cloud using db2connect extension. You need to use correct database connection info. The TCPIP Error Code 10054 means Connection Refused by Server. So, either you are using wrong port number or wrong communication protocol. How are you trying to create to Db2? Using direct connection string or by creating connection profile? If SSL is enabled on server, then check SSL Connection box while creating profile. You can share more info with screenshot here about how are you trying connection. If using connection string, then share the connection string here by changing the sensitive info. Thanks.
Thank you! I needed to check the SSL box and now I can connect.
Issue resolved by selecting the SSL checkbox for the connection.
Steps to Reproduce: