I am getting this Sync Resolver Exception What could be the reason?

Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 2 [sunm][Oracle JDBC Driver]Unable to determine the type of the specified object.

I am inserting date fields as sql dates, numeric values as BigDecimal and there is a floting value upto 2 decimal palces which i am again passing as BigDecimal value also there is a single Varchar2(1) flag value which iam triming an passing what could be the possible reason for the exception.

I am getting this exception in the System messages.

[526 byte] By [savs] at [2007-11-26 10:21:02]
# 1
Hi,You can set printStatement property of the rowset to see trace out of sql statements. In the debug output of SJSC, It will write every sql statement related to rowset. One of the many causes of this problem might be a foreign key duplication or auto-increment column.
kashmir_gs at 2007-7-7 2:20:06 > top of Java-index,Development Tools,Java Tools...
# 2
hi, thanks for the reply i solved the problem it was a very silly mistake i had by mistake converted the string values to string again.Thankssavs
savs at 2007-7-7 2:20:06 > top of Java-index,Development Tools,Java Tools...
# 3
hi, thanks for the reply i solved the problem it was a very silly mistake i had by mistake converted the string values to string again.All i did was just remove that extra toString();Thankssavs
savs at 2007-7-7 2:20:07 > top of Java-index,Development Tools,Java Tools...