We are doing batch insert ie., we will be having data in excel sheet and through application we are uploading to the db table.
Through code,each time we are inserting 500 rows by looping.Excel sheet has more than 50 columns and 2000 rows.If we try to insert less columns ie., may be 20-25,its working fine.When we try to insert all columns we are getting the error
No sqlstate message. Getting error as follows:
ERROR (ToolsDataUploadBean.java:1404) - ToolsDataUploadBean--------->
Error while Batch updatecom.ibm.db2.jcc.am.DisconnectRecoverableExce ption: Error for batch element #1: [jcc][t4][20107][11277][4.9.78]
The DDM parameter value is not supported. DDM parameter code point having unsupported value : 0x2414.