Openbravo Issue Tracking System - Modules
View Issue Details
0020259ModulesAccounting tab for transactionspublic2012-04-12 18:502012-06-25 09:54
jonalegriaesarte 
ioritzCia 
normalminorhave not tried
closedduplicate 
5
 
 
0020259: Warnings in module installation
Warnings in module installation. In postgre does not affect, but in oracle it could fail
- Install the module
- Warnings:
     [java] 80744 WARN - Warning: Name of object OBACCT_BANKSTATEMENT_ACCT_V_INS is too long (31 characters; maximum length: 30 characters)
     [java] 80747 WARN - Warning: Name of object OBACCT_BANKSTATEMENT_ACCT_V_UPD is too long (31 characters; maximum length: 30 characters)
     [java] 80750 WARN - Warning: Name of object OBACCT_BANKSTATEMENT_ACCT_V_DEL is too long (31 characters; maximum length: 30 characters)
     [java] 80754 WARN - Warning: Name of object OBACCT_DP_MANAGEMENT_ACCT_V_INS is too long (31 characters; maximum length: 30 characters)
     [java] 80763 WARN - Warning: Name of object OBACCT_DP_MANAGEMENT_ACCT_V_UPD is too long (31 characters; maximum length: 30 characters)
     [java] 80770 WARN - Warning: Name of object OBACCT_DP_MANAGEMENT_ACCT_V_DEL is too long (31 characters; maximum length: 30 characters)
Note that will be solved in 2.50 and 3.0 version
No tags attached.
related to design defect 0014729pi scheduled marvintm Openbravo ERP Warning message thrown: Name of object OBACCT_BANKSTATEMENT_ACCT_V_INS is too long (31 characters; maximum length: 30 characters 
Issue History
2012-04-12 18:50jonalegriaesarteNew Issue
2012-04-12 18:50jonalegriaesarteAssigned To => jonalegriaesarte
2012-06-05 18:47ioritzCiaAssigned Tojonalegriaesarte => ioritzCia
2012-06-20 10:11ioritzCiaNote Added: 0049940
2012-06-20 10:12ioritzCiaRelationship addedrelated to 0014721
2012-06-20 10:12ioritzCiaRelationship deletedrelated to 0014721
2012-06-20 10:12ioritzCiaRelationship addedrelated to 0014729
2012-06-25 09:54ioritzCiaNote Added: 0050054
2012-06-25 09:54ioritzCiaStatusnew => closed
2012-06-25 09:54ioritzCiaResolutionopen => duplicate

Notes
(0049940)
ioritzCia   
2012-06-20 10:11   
This is going to change to design defect, related to https://issues.openbravo.com/view.php?id=14729. [^] There is no problem, the issue is the message appearing. This is due to the restriction in dbsource manager for database objects not having names longer than 30 characters, as Oracle does not allow it. But in this case those objects are view rule names and view rules are not created in Oracle so, there is no problem appart from the message not having to appear.
(0050054)
ioritzCia   
2012-06-25 09:54   
This issue is a duplicate of the related one 14729.