Hi.
I recently ran into an issue, where I used an SQL Provider as the source and a Ecom Provider as the destination. The issue was, that the source had a numeric(28, 12) and the destination seems to be a float. I think that Dynamicweb doesn't understand the datatype that the source have (numeric).
I got following error: Job Failed with the following message: cannot parse '102.1' to a double. Table: EcomPrices. Column: PriceAmount
A temporary fix is manually change the xml file regarding the integration job (where the field is located):
Type: System.Double
sqlDbType: Float
I just have to manually change it everytime I make changes, which is far from ideal.