Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004591Openbravo ERP00. Application dictionarypublic2008-08-07 13:182024-03-14 16:49
jpastor 
iciordia 
normalminoralways
closedout of date 
30Debian Etch
2.40beta 
 
Core
No
0004591: Launch Task Error
Sorry my english.

I have rewrite comand os to task Database export. Now is:
 
pg_dump -U admob -d openbravo -F c -b -v -f /openbravo/backups/openbravo_pgsql.dmp
 
When I launch it directly in terminal window all is ok, but when launch it by clicking in Menu in task Database Export, error window is showed

ERROR: No existe la relación <<ad_taskinstance>>
Same result for all tasks.
Error showed in log file is:
 
18:42:39 [http-80-1] ERROR org.openbravo.erpCommon.utility.ExecuteTaskData - SQL error in query: INSERT INTO AD_TASKINSTANCE (AD_TASKINSTANCE_ID, AD_CLIENT_ID, AD_ORG_ID, ISACTIVE, CREATED, CREATEDBY, UPDATED, UPDATEDBY, AD_TASK_ID) VALUES(TO_NUMBER(?), TO_NUMBER(?), TO_NUMBER(?), 'Y', now(), TO_NUMBER(?), now(), TO_NUMBER(?), TO_NUMBER(?))Exception:org.postgresql.util.PSQLException: ERROR: no existe la relación «ad_taskinstance»
18:42:39 [http-80-1] ERROR org.openbravo.base.secureApp.HttpSecureAppServlet - Error captured: javax.servlet.ServletException: @CODE=0@ERROR: no existe la relación «ad_taskinstance»
 
I check AD_TASKINSTANCE isn't in my database.

I think responsable class is ExecuteTaskData.java, method "public static int insert(".
Clean-up
depends on backport 0004933 closed marvintm Launch Task Error 
Issue History
2008-08-07 13:18jpastorNew Issue
2008-08-07 13:18jpastorAssigned To => cromero
2008-08-07 13:18jpastorsf_bug_id0 => 2041536
2008-08-14 10:11psarobeStatusnew => scheduled
2008-08-14 10:11psarobefix_in_branch => trunk
2008-11-05 13:25cromeroAssigned Tocromero => pheenan
2008-11-05 13:26cromeroTag Attached: Clean-up
2008-11-05 13:27cromeroNote Added: 0010001
2008-11-13 22:16rafarodaAssigned Topheenan => marvintm
2009-01-05 18:44iciordiaAssigned Tomarvintm => iciordia
2009-01-05 18:44iciordiaNote Added: 0011924
2009-01-05 18:44iciordiaTypedefect => feature request
2009-01-05 18:44iciordiafix_in_branchtrunk =>
2024-03-14 16:49shuehnerStatusscheduled => closed
2024-03-14 16:49shuehnerResolutionopen => out of date

Notes
(0010001)
cromero   
2008-11-05 13:27   
This functionality is not working, so it should be deactivated and then deprecated.
(0011924)
iciordia   
2009-01-05 18:44   
AD tasks are not implemented. To be defined if tasks will be implemented as they are currenly defined or using ad_process.

Ismael