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:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...