Hi LaCrews,
Digging into the logs...not fun....I see 2 main issues. Both centering around data. Make sure you are passing the right data for the field types, e.g. boolean fields should be true or false, ints should be numeric, etc. Also Dates should be legitimate daye values, since we are using sql server they need to be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM
Dave