Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. Targets/TargetAddress9A1CA4EC6E374E8F81BF754B7CDE0AB9_Edition.html Old value expected /org.openbravo.salesdemoTargets/TargetAddress_Edition.html
  2. [java] Warning: old value in row not equal to expected one. Table:[AD_MODEL_OBJECT_MAPPING] PK[: F35F1BDC87E811DEB4A2001FD03080D7] Old Value found: /org.openbravo.salesdemo.Targets/TargetAddress9A1CA4EC6E374E8F81BF754B7CDE0AB9_Excel.xls Old value expected /org.openbravo.salesdemoTargets/TargetAddress_Excel.xls
  3. [java] Warning: old value in row not equal to expected one. Table:[AD_MODEL_OBJECT_MAPPING] PK[: F4F506F2D46B40B19E12BCC2A30C7662] Old Value found: /org.openbravo.salesdemo.Edition/Edition83894A10ACB64316A4213E74508BAC03_Edition.html Old value expected /org.openbravo.salesdemoEdition/Edition_Edition.html
  4. [java] Warning: old value in row not equal to expected one. Table:[AD_MODEL_OBJECT_MAPPING] PK[: F5FA5D4DCB364DC59A4F3342921ACA8B] Old Value found: /org.openbravo.salesdemo.ContractStatus/ContractStatus2019C5ACE1EA4B918806B3A430DC7714_Edition.html Old value expected /org.openbravo.salesdemoContractStatus/ContractStatus_Edition.html
  5. [java] Warning: old value in row not equal to expected one. Table:[AD_MODEL_OBJECT_MAPPING] PK[: FD23CFB6705B4EACBE7B0097A9AE0981] Old Value found: /org.openbravo.salesdemo.PartnershipLevel/PartnershipLevelB893951A3CCA439A81D822E5BB7D0436_Edition.html Old value expected /org.openbravo.salesdemoPartnershipLevel/PartnershipLevel_Edition.html
  6. [java] Checking if database structure was modified locally.
  7. [java] 50969 INFO - Database was modified locally, but as update.database command is forced, the database will be updated anyway.
  8. [java] 50981 INFO - Executing default prescript
  9. [java] 51833 INFO - Executed 10 SQL command(s) successfully
  10. [java] 51950 INFO - Updating database model...
  11. [java] 62453 WARN - SQL Command failed with: ORA-20000: @JavaClassNotInModulePackage@
  12. [java] ORA-06512: at "TAD.AD_FORM_TRG", line 92
  13. [java] ORA-04088: error during execution of trigger 'TAD.AD_FORM_TRG'
  14. [java]
  15. [java] 62470 WARN - -- END
  16. [java] ALTER TABLE AD_FORM
  17. [java] ADD EM_OBGM_ISAUTOLOGIN CHAR(1) DEFAULT 'N'
  18. [java] 77911 INFO - Executed 1222 SQL command(s) with 1 error(s)
  19. [java] 77914 INFO - Model update complete.
  20. [java] 77924 INFO - Disabling foreign keys
  21. [java] 119552 INFO - Disabling triggers
  22. [java] 207714 INFO - Executed 5367 SQL command(s) successfully
  23. [java] 207734 INFO - Executing moduleScript: org.openbravo.modulescript.CreateDoctypeTemplate
  24. [java] 207839 INFO - Comparing databases to find differences
  25. [java] 211841 INFO - Updating database data...
  26. [java] 215026 ERROR - Error while updating in the database : ORA-00904: "EM_OBGM_ISAUTOLOGIN": invalid identifier
  27. [java]
  28. [java] java.sql.SQLSyntaxErrorException: ORA-00904: "EM_OBGM_ISAUTOLOGIN": invalid identifier
  29. [java]
  30. [java] at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
  31. [java] at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
  32. [java] at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement