Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002591Openbravo ERPB. User interfacepublic2008-02-04 12:272008-06-12 09:43
cheli 
user71 
normalminoralways
closedfixed 
5
 
 
Core
No
0002591: Error when trying to filter interface_text->translation
When I try to filter the interface_text->translation tab it shows me this error:

:
ORA-00600: código de error interno, argumentos: [evapls1], [], [], [], [], [], [], []

No tags attached.
Issue History
2009-09-17 13:37rafarodaNote Edited: 0003148

Notes
(0006180)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1886253 [^]
(0003146)
psarobe   
2008-02-11 13:17   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1500703
Originator: NO

The description of this bug is not specific enough . The information required for reproducing this bug is not in its description.
Please make sure to specify:
1) Complete problem description
2) Environment details (Openbravo version, database type and OS)
3) Specific steps on how to reproduce the problem.

For more information, pleas refer to: http://wiki.openbravo.com/wiki/index.php/Bug_Reporting_Guidelines [^]

Please, reopen this bug adding the required details.

Thank you.

The Openbravo Team
(0003147)
cheli   
2008-02-11 13:31   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1910814
Originator: YES

Mi instalación es un ob 2.35mp1 sobre una debian gnu linux etch 4.0 con oracle 10g XE.

La reproducción es muy sencilla, entras con rol system administrator para para tener acceso al diccionario de datos, luego entras en diccionario de aplicación->texto de la interfaz, ahora seleccionas cualquier registro y luego pinchas en su pestaña traducción. En este punto si intentas hacer un filtro con la lupa sobre el grid te da ese error.

Total que no puedes hacer filtros, tampoco es que hagan mucha falta porque suelo tener solo traducción en es-es pero como me cascó al querer hacer un filtro sobre la pestaña superior y equivocarme pues lo informé.

(0003148)
user71   
2008-05-13 12:07   
(edited on: 2009-09-17 13:37)
Logged In: YES
user_id=1964080
Originator: NO

Is not an Openbravo bug, is an internal oracle error in the optimizer, that is fixed in versions 10.2.0.2 and 11.1.0.6.

You can see it in the list of resolved bug for the version 10.2.0.2 ( http://database.in2p3.fr/10203_buglist.htm [^] ) and search for bug number 4626732.

Althougth exists a workaround that disable this part of the optimizer:
alter session set "_optimizer_filter_pred_pullup"=false;