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:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...