hi,
when am trying to push data from MS SQL to PDAdmin am getting the following error.
able output.0 - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Because of an error, this step can't continue:
2016/05/04 15:22:28 - Table output.0 - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : org.pentaho.di.core.exception.KettleDatabaseException:
2016/05/04 15:22:28 - Table output.0 - Error performing rollback on connection
2016/05/04 15:22:28 - Table output.0 - ERROR: prepared statement "S_2" already exists
2016/05/04 15:22:28 - Table output.0 -
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.core.database.Database.rollback(Database.java:854)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.core.database.Database.rollback(Database.java:832)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:332)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.processRow(TableOutput.java:118)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2016/05/04 15:22:28 - Table output.0 - at java.lang.Thread.run(Unknown Source)
2016/05/04 15:22:28 - Table output.0 - Caused by: org.postgresql.util.PSQLException: ERROR: prepared statement "S_2" already exists
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2198)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1927)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.jdbc2.AbstractJdbc2Connection.executeTransactionCommand(AbstractJdbc2Connection.java:814)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.jdbc2.AbstractJdbc2Connection.rollback(AbstractJdbc2Connection.java:867)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.core.database.Database.rollback(Database.java:845)
2016/05/04 15:22:28 - Table output.0 - ... 5 more
2016/05/04 15:22:28 - Table input.0 - Finished reading query, closing connection.
2016/05/04 15:22:28 - Table output.0 - Finished processing (I=0, O=999, R=1000, W=0, U=0, E=1)
2016/05/04 15:22:28 - test - Transformation detected one or more steps with errors.
2016/05/04 15:22:28 - test - Transformation is killing the other steps!
2016/05/04 15:22:28 - Table input.0 - Finished processing (I=10939, O=0, R=0, W=10938, U=0, E=0)
2016/05/04 15:22:28 - test - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Errors detected!
2016/05/04 15:22:28 - Spoon - The transformation has finished!!
2016/05/04 15:22:28 - test - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Errors detected!
2016/05/04 15:22:28 - test - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Errors detected!
when am trying to push data from MS SQL to PDAdmin am getting the following error.
able output.0 - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Because of an error, this step can't continue:
2016/05/04 15:22:28 - Table output.0 - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : org.pentaho.di.core.exception.KettleDatabaseException:
2016/05/04 15:22:28 - Table output.0 - Error performing rollback on connection
2016/05/04 15:22:28 - Table output.0 - ERROR: prepared statement "S_2" already exists
2016/05/04 15:22:28 - Table output.0 -
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.core.database.Database.rollback(Database.java:854)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.core.database.Database.rollback(Database.java:832)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:332)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.processRow(TableOutput.java:118)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2016/05/04 15:22:28 - Table output.0 - at java.lang.Thread.run(Unknown Source)
2016/05/04 15:22:28 - Table output.0 - Caused by: org.postgresql.util.PSQLException: ERROR: prepared statement "S_2" already exists
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2198)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1927)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.jdbc2.AbstractJdbc2Connection.executeTransactionCommand(AbstractJdbc2Connection.java:814)
2016/05/04 15:22:28 - Table output.0 - at org.postgresql.jdbc2.AbstractJdbc2Connection.rollback(AbstractJdbc2Connection.java:867)
2016/05/04 15:22:28 - Table output.0 - at org.pentaho.di.core.database.Database.rollback(Database.java:845)
2016/05/04 15:22:28 - Table output.0 - ... 5 more
2016/05/04 15:22:28 - Table input.0 - Finished reading query, closing connection.
2016/05/04 15:22:28 - Table output.0 - Finished processing (I=0, O=999, R=1000, W=0, U=0, E=1)
2016/05/04 15:22:28 - test - Transformation detected one or more steps with errors.
2016/05/04 15:22:28 - test - Transformation is killing the other steps!
2016/05/04 15:22:28 - Table input.0 - Finished processing (I=10939, O=0, R=0, W=10938, U=0, E=0)
2016/05/04 15:22:28 - test - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Errors detected!
2016/05/04 15:22:28 - Spoon - The transformation has finished!!
2016/05/04 15:22:28 - test - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Errors detected!
2016/05/04 15:22:28 - test - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Errors detected!