Sunday, 23 October 2011

Repost - How do you Configure the TDI Assembly Line for Profiles to Populate DB2 using a Secure JDBC Connection?

I subscribe to an RSS feed for IBM Connections here, which included this useful little Technote 

Problem

Can you populate Profiles in DB2 with TDI over an SSL JDBC connection?

Symptom

Errors in the ProfileConnector.log:

CTGDIS810E handleException - cannot handle exception , initialize

java.lang.ExceptionInInitializerError

at java.lang.J9VMInternals.initialize

Caused by: com.ibm.db2.jcc.b.gm: [jcc][t4][2030][11211][3.50.152] A communication error occurred during operations on the connection's underlying socket, socket input stream,

or socket output stream. Error location: Reply.fill(). Message: Insufficient data. ERRORCODE=-4499, SQLSTATE=08001

Want to know more ? Check this out ...

No comments:

Reminder - installing podman and skopeo on Ubuntu 22.04

This follows on from: - Lest I forget - how to install pip on Ubuntu I had reason to install podman  and skopeo  on an Ubuntu box: - lsb_rel...