Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004253Openbravo ERPA. Platformpublic2008-07-01 18:202008-09-03 22:01
plujan 
cromero 
immediatecriticalhave not tried
closedfixed 
10XPsp2
2.40beta 
2.40 
No
Core
No
0004253: AT240beta - Using Oracle, AD_TABLE_POST_V view is in an invalid state
I 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.
Browse database schema and view status of AD_TABLE_POST_V
At 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), '') ||
No tags attached.
depends on backport 0004254 closed cromero AT240beta - Using Oracle, AD_TABLE_POST_V view is in an invalid state 
Issue History
2008-07-01 18:20plujanNew Issue
2008-07-01 18:20plujanAssigned To => cromero
2008-07-01 18:20plujansf_bug_id0 => 2007998
2008-07-01 18:20plujanOBNetwork customer => No
2008-07-01 18:23cromeroStatusnew => scheduled
2008-07-01 18:23cromerofix_in_branch => trunk
2008-07-01 18:25svnbotCheckin
2008-07-01 18:25svnbotNote Added: 0008111
2008-07-01 18:25svnbotStatusscheduled => resolved
2008-07-01 18:25svnbotResolutionopen => fixed
2008-07-01 18:25svnbotsvn_revision => 5532
2008-09-03 22:01psarobeRegression testing => No
2008-09-03 22:01psarobeStatusresolved => closed
2008-09-03 22:01psarobeFixed in Version => 2.40

Notes
(0008111)
svnbot   
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 [^]