Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. 2019/10/18 16:41:02 - Table output.0 - ERROR (version 7.1.0.0-12, build 1 from 2017-05-16 17.18.02 by buildguy) : Unexpected error
  2. 2019/10/18 16:41:02 - Table output.0 - ERROR (version 7.1.0.0-12, build 1 from 2017-05-16 17.18.02 by buildguy) : org.pentaho.di.core.exception.KettleDatabaseException:
  3. 2019/10/18 16:41:02 - Table output.0 - Couldn't execute SQL: DELETE FROM null
  4. 2019/10/18 16:41:02 - Table output.0 -
  5. 2019/10/18 16:41:02 - Table output.0 - [SQLITE_ERROR] SQL error or missing database (near "null": syntax error)
  6. 2019/10/18 16:41:02 - Table output.0 -
  7. 2019/10/18 16:41:02 - Table output.0 - at org.pentaho.di.core.database.Database.execStatement(Database.java:1561)
  8. 2019/10/18 16:41:02 - Table output.0 - at org.pentaho.di.core.database.Database.execStatement(Database.java:1509)
  9. 2019/10/18 16:41:02 - Table output.0 - at org.pentaho.di.core.database.Database.truncateTable(Database.java:3106)
  10. 2019/10/18 16:41:02 - Table output.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.truncateTable(TableOutput.java:563)
  11. 2019/10/18 16:41:02 - Table output.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.processRow(TableOutput.java:86)
  12. 2019/10/18 16:41:02 - Table output.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
  13. 2019/10/18 16:41:02 - Table output.0 - at java.lang.Thread.run(Thread.java:748)
  14. 2019/10/18 16:41:02 - Table output.0 - Caused by: java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (near "null": syntax error)
  15. 2019/10/18 16:41:02 - Table output.0 - at org.sqlite.DB.newSQLException(DB.java:383)
  16. 2019/10/18 16:41:02 - Table output.0 - at org.sqlite.DB.newSQLException(DB.java:387)
  17. 2019/10/18 16:41:02 - Table output.0 - at org.sqlite.DB.throwex(DB.java:374)
  18. 2019/10/18 16:41:02 - Table output.0 - at org.sqlite.NativeDB.prepare(Native Method)
  19. 2019/10/18 16:41:02 - Table output.0 - at org.sqlite.DB.prepare(DB.java:123)
  20. 2019/10/18 16:41:02 - Table output.0 - at org.sqlite.Stmt.execute(Stmt.java:113)
  21. 2019/10/18 16:41:02 - Table output.0 - at org.pentaho.di.core.database.Database.execStatement(Database.java:1535)
  22. 2019/10/18 16:41:02 - Table output.0 - ... 6 more
  23. 2019/10/18 16:41:02 - Table output.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1)
  24. 2019/10/18 16:41:02 - CSVoutput - ERROR (version 7.1.0.0-12, build 1 from 2017-05-16 17.18.02 by buildguy) : Errors detected!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement