Hello there!
I use Keetle - Spoon version 3.2.0-RC1. I have a job with a several jobs and transformations, and one of them makes an update on a MS SQL 2005 table.
I got the error:
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : Unexpected error :
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : org.pentaho.di.core.exception.KettleStepException:
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : Error in step, asking everyone to stop because of:
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) :
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : offending row : [IdDailyNews Integer(9)]
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) :
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : Error setting value #1 [IdDailyNews Integer(9)] on prepared statement (Integer)
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : org.pentaho.di.core.exception.KettleValueException:
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : Unexpected conversion error while converting value [IdDailyNews Integer(9)] to an Integer
2009/05/05 12:28:18 - Insert / Update.0 - ERROR (version 3.2.0-RC1, build 10482 from 2009-03-30 11.47.00 by tomcat) : java.lang.Double cannot be cast to java.lang.Long
Could you please help me on this?.
Regards,
Luis


Reply With Quote