If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > The DDM parameter value is not supported during batch insert

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-13-11, 07:49
Divya_kamath Divya_kamath is offline
Registered User
 
Join Date: Jan 2011
Posts: 13
The DDM parameter value is not supported during batch insert

Hi

Can anyone suggest what would be the cause of the below error:

The DDM parameter value is not supported. DDM parameter code point having unsupported value : 0x2414.

This error is coming during batch insert.We are using db2 9.7

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 12-13-11, 08:07
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
when do you get this error - what kind of operation ? application or command line
some details of code and message returned : sqlstate - sqlmsg
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 12-13-11, 08:29
Divya_kamath Divya_kamath is offline
Registered User
 
Join Date: Jan 2011
Posts: 13
The DDM parameter value is not supported

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.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On