Trying to run a stored procedure from java and getting the following error
The dba tells the stored procedure is fine.
ERROR
[1/22/07 14:26:00:227 EST] 15fc6ed StaleConnecti A CONM7007I: Mapping the following SQLException, with ErrorCode -4,499 and SQLState <null>, to a StaleConnectionException: com.ibm.db2.jcc.b.DisconnectException: actual code point, 9235 does not match expected code point, 9224
/* * (non-Javadoc) * @see com.vfc.stride.service.dao.SkuSeasonHistoryDao#saveSkuSeasonHistory(java.lang.Integer, java.lang.String) * code created by aadhar for the method saveSkuSeasonHistory() * PARAM1 fggId * PARAM2 userId */ public Integer saveSkuSeasonHistory(Integer fggId , String userId){