Hi ,
Our database is on Oracle 10g and we are using wm 7.1.2 and JDBC Adapter.
We are getting the following error “ORA-01461: can bind a LONG value only for insert into a LONG column”.
The data is good and when we have resubmitted the same data with out any changes we are able to insert it successfully.
We are inserting the following 4 (sequence,PropertyName,PropertyValue,LargeString Value )fields.
2009-10-05 14:15:55 EDT [ISP.0090.0004C] Sequence(Varchar2): – 1824228
2009-10-05 14:15:55 EDT [ISP.0090.0004C] PropertName(Varchar2): : – CommonServices…Documents.InboundService.docType:GetJobSoapIn
2009-10-05 14:15:55 EDT [ISP.0090.0004C] PropertyValue(Varchar2): : – REQUEST
2009-10-05 14:15:55 EDT [ISP.0090.0004C] LargeStringValue(CLOB): – “In this field(Larger String value) we are inserting soap message.”
Pasted below are the error details:
Error while trying to insert data in the INTERFACE__MSGS table
[SIZE=2]2009-10-05 14:15:54 EDT [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ADA.1.316] Cannot execute the SQL statement “INSERT INTO INTERFACE_MSGS(PARENT_SEQUENCE_NO, NAME, SMALL_STRING_VALUE, LARGE_STRING_VALUE, SOURCE, TARGET) VALUES (?, ?, ?, ?, ?, ?)”. "
[SIZE=2]FONT=Arial ORA-01461: can bind a LONG value only for insert into a LONG column[/size]
"
ORA-01461: can bind a LONG value only for insert into a LONG column
2009-10-05 14:15:55 EDT [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service Utilities.LogUtilities.Services.Adapter:insertWMLogMsgData.
[ADA.1.316] Cannot execute the SQL statement “INSERT INTO INTERFACE_MSGS(PARENT_SEQUENCE_NO, NAME, SMALL_STRING_VALUE, LARGE_STRING_VALUE, SOURCE, TARGET) VALUES (?, ?, ?, ?, ?, ?)”. "
FONT=Arial ORA-01461: can bind a LONG value only for insert into a LONG column[/font]
"
ORA-01461: can bind a LONG value only for insert into a LONG column
Thanks for your help,
~Ganesh
[/SIZE][/FONT]
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB