Hi All,
I am facing an issue while trying to insert data in a table with 65
columns.
I use a prepared statement for this insert.
Postgres driver 7.3.4
Stack Trace:
java.sql.SQLException: ERROR: Attribute "null100" not found
at
org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131)
at
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connec
tion.java:505)
at
org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Stateme
nt.java:320)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stateme
nt.java:48)
at
org.postgresql.jdbc1.AbstractJdbc1Statement.executeUpdate(AbstractJdbc1S
tatement.java:197)
at
com.cisco.ccm.car.beans.EBCallDetailRecord.save(EBCallDetailRecord.java:
674)
at
com.cisco.ccm.car.controller.CtrLoaderUtil.insertBillingRecord(CtrLoader
Util.java:1221)
at
com.cisco.ccm.car.controller.CtrLoadDumpRecords.processDumpRecords(CtrLo
adDumpRecords.java:683)
at
com.cisco.ccm.car.controller.CtrLoadDumpRecords.processDump(CtrLoadDumpR
ecords.java:1900)
at
com.cisco.ccm.car.controller.CtrLoader.run(CtrLoader.java:1121)
at com.cisco.ccm.car.general.Test.main(Test.java:87)
Please let me know if there are solutions other than upgrading Postgres.
Regards,
Sumita