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.

