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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004253
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformcriticalhave not tried2008-07-01 18:202008-09-03 22:01
ReporterplujanView Statuspublic 
Assigned Tocromero 
PriorityimmediateResolutionfixedFixed in Version2.40
StatusclosedFix in branchpiFixed in SCM revision5532
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

0004253: 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 ]
depends on backport 0004254 closedcromero AT240beta - Using Oracle, AD_TABLE_POST_V view is in an invalid state 

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

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

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

---
U trunk/src-db/database/model/views/AD_TABLE_POST_V.xml
---

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

- Issue History
Date Modified Username Field Change
2008-07-01 18:20 plujan New Issue
2008-07-01 18:20 plujan Assigned To => cromero
2008-07-01 18:20 plujan sf_bug_id 0 => 2007998
2008-07-01 18:20 plujan OBNetwork customer => No
2008-07-01 18:23 cromero Status new => scheduled
2008-07-01 18:23 cromero fix_in_branch => trunk
2008-07-01 18:25 svnbot Checkin
2008-07-01 18:25 svnbot Note Added: 0008111
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 => 5532
2008-09-03 22:01 psarobe Regression testing => No
2008-09-03 22:01 psarobe Status resolved => closed
2008-09-03 22:01 psarobe Fixed in Version => 2.40


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker