Hello Everyone!
I am Junny, I am looking for some help to solve an issue with SAS ESP (5.2 on linux Redhat) & DB2 Connector.
We are trying to publish data from DB2 Database into SAS ESP. The DB2 Client was installed and tested succesfully in the server.
The problem is when I try to start my test. I have this settings in my connection string in Source Window:
When I test my continuous query, I got this message:
Connectors could not be started for project XXXXXXXXX
In the xml_server log, we can see more details
2019-11-02T16:43:48,621; INFO ; 00000099; DF.ESP; (Http.cpp:1409); [XMLServer0001] websocket start: /subscribers/JS_Test_odbc_db2_v2/cq1/scr_e013?counts=true&format=json&info=5&mode=streaming&pagesize=10000&schema=true&snapshot=true
2019-11-02T16:43:48,622; INFO ; 00000093; DF.ESP; (dfESPpubsubServer.cpp:2063); [PubSub0011] Subscriber: Client negotiation successful, client version: 5.2, server version: 5.2, project: JS_Test_odbc_db2_v2, continuous query: cq1, window: scr_e013, total active clients = 2
2019-11-02T16:43:50,694; ERROR; 00000107; DF.ESP; (dfESPdbConnector.cpp:1812); [Connectors0022] dfESPdbConnector::connectToDB(): Database driver error: HY000 (-2143305326) : (34) Could not find extension: (tkedb2)
2019-11-02T16:43:50,694; ERROR; 00000107; DF.ESP; (dfESPdbConnector.cpp:1812); [Connectors0022] dfESPdbConnector::connectToDB(): Database driver error: IM003 (-2130708301) : (32) Could not load tkedb2 Extension.
2019-11-02T16:43:50,694; INFO ; 00000107; DF.ESP; (dfESPconnector.cpp:1378); [Connectors0087] dfESPconnector::setState(): Connector Connector_db2_eventost in group default has new state: finished
Any idea what is this error -- Database driver error: IM003 (-2130708301) : (32) Could not load tkedb2 Extension --?
Thanks and Best Regards,
JZ
Yes, that would be another explanation for your errors.
It looks like your SAS software is not configured correctly to use DB2. Have you completed the post-installation tasks for DB2 as documented here?
Yes, that would be another explanation for your errors.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.