Protocol issue connecting Derby by db2 ODBC

被刻印的时光 ゝ 提交于 2019-12-11 03:51:01

问题


This is a problem when I tried to connect Derby Database by DB2 ODBC

I started the Derby Network Server and created a database named "mydb" but,after I did as the steps described in an article on IBM's site,I countered a problem on the server side.

Step 1->db2 catalog tcpip node MYDERBY remote localhost server 1527

Step 2->db2 catalog db mydb at node MYDERBY authentication server

Step 3->db2 connect to mydb user abc using abc

Problem: Execution failed because of a Distributed Protocol error:DRDA_Proto_SYNTAXRM; CODPNT arg=112e;error code value=14;Plaintext connection attempt from an SSL enabled client?

What can I do to accomplish or it is unworkable??

db2_v10.12_winx64_expc

db-derby-10.11.1.1-bin


回答1:


Current versions of the Derby Network Server do not communicate with the DB2 ODBC client, as far as I know. You might look here: http://apache-database.10148.n7.nabble.com/ODBC-Driver-for-Derby-td102587.html or here: http://www.easysoft.com/products/data_access/odbc-derby-driver/index.html#section=tab-1 or here: Derby Database ODBC Connection for some more ideas.

Note: I gave a relatively similar answer to a relatively similar question here: Derby Database ODBC Connection and it was deleted, so for all I know this answer may be deleted as well.



来源:https://stackoverflow.com/questions/31331415/protocol-issue-connecting-derby-by-db2-odbc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!