Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004254
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformcriticalhave not tried2008-07-01 18:232008-07-02 11:25
ReporterplujanView Statuspublic 
Assigned Tocromero 
PriorityimmediateResolutionfixedFixed in Version2.40beta
StatusclosedFix in branch2.40betaFixed in SCM revision5533
ProjectionnoneETAnoneTarget Version
OSWindowsDatabaseOracleJava versiondon't know
OS VersionXPsp2Database versionXEAnt versiondon't know
Product Version2.40betaSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0004254: AT240beta - Using Oracle, AD_TABLE_POST_V view is in an invalid state

DescriptionI try to launch the Reset Accounting process, but when opening the window I had a java exception page. The error pointed to an invalid query.
Following the logs, I found that the problem is that AD_TABLE_POST_V view is in an invalid state.
Steps To ReproduceBrowse database schema and view status of AD_TABLE_POST_V
Proposed SolutionAt line 5, change:
  SELECT ad_table.ad_table_id, (COALESCE(w2.name, '') ||
by:
  SELECT ad_table.ad_table_id, (COALESCE(to_char(w2.name), '') ||

and at line 17, change:
  SELECT ad_table.ad_table_id, (COALESCE(to_char(w2.name), '') ||
by:
  SELECT ad_table.ad_table_id, (COALESCE(to_char(w2.name), '') ||
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0004253 closedcromero AT240beta - Using Oracle, AD_TABLE_POST_V view is in an invalid state 

-  Notes
(0008112)
svnbot (viewer)
2008-07-01 18:25

Repository: openbravo
Revision: 5533
Author: cromeroherrero
Date: 2008-07-01 18:25:56 +0200 (Tue, 01 Jul 2008)

Fixed bug 4254: AT240beta - Using Oracle, AD_TABLE_POST_V view is in an invalid state

---
U branches/r2.40beta/src-db/database/model/views/AD_TABLE_POST_V.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=5533&sc=1 [^]

- Issue History
Date Modified Username Field Change
2008-07-01 18:23 cromero New Issue
2008-07-01 18:23 cromero Assigned To => cromero
2008-07-01 18:23 cromero Status new => scheduled
2008-07-01 18:25 svnbot Checkin
2008-07-01 18:25 svnbot Note Added: 0008112
2008-07-01 18:25 svnbot Status scheduled => resolved
2008-07-01 18:25 svnbot Resolution open => fixed
2008-07-01 18:25 svnbot svn_revision => 5533
2008-07-02 11:25 plujan Status resolved => closed
2008-07-02 11:25 plujan Fixed in Version => 2.40beta


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker