Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. export.database:
  2.  
  3. export.database.structure:
  4. [exportdatabase] Initializing in-memory model...
  5. [exportdatabase] Building runtime model
  6. [exportdatabase] Model read in-memory, generating mapping...
  7. [exportdatabase] Dal layer initialized
  8. [exportdatabase] Database connection: jdbc:postgresql://localhost:5432/openbravo. User: tad
  9. [exportdatabase] Reading tables...
  10. [exportdatabase] Reading views...
  11. [exportdatabase] Reading sequences...
  12. [exportdatabase] Reading triggers...
  13. [exportdatabase] Reading functions...
  14. [exportdatabase] Sorting foreign keys, indexes and checks...
  15. [exportdatabase] Starting function and trigger standardization.
  16.  
  17. BUILD FAILED
  18. D:\OpenbravoERP\build.xml:706: The following error occurred while executing this line:
  19. D:\OpenbravoERP\src-db\database\build.xml:155: java.sql.SQLException: Unsupported column data type for column ERRORMSG in tab
  20. le AD_PINSTANCE. You need to change the type of the column to a supported one to continue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement