Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010355Openbravo ERP00. Application dictionarypublic2009-08-20 13:082009-08-21 00:00
sathiyan 
sathiyan 
normalminoralways
closedfixed 
20Cent OS
2.50 
2.50MP4pi 
Core
No
0010355: Trigger exception messages on refrence data import need to be captured in Initial Client Setup process
Errors (that raised by trigger) needs to be displayed on top of the screen at message section while Initial Client Setup process. So We can avoid generic error messages like JDBC Batch updation or SQLGrammarException.
1) go to General Setup || Client || Initial Client Setup || Initial Client Setup
2) give information for following field:
   Client:ibm
   Client User Name:ibmadmin
   Currency:Euro
3)un select "Include Accounting" checkbox
4) select obx which is installed and it has reference data (one of the reference data's table has trigger (insert on before) will raise message if accounting is not included)
For instance: Booking Control 1.0.0
5) click on OK button
you see the blank red color message bar on top and below Errors section has JDBCBatch update error (which can not be understood by business user)
Message will be available inside JDBCBatchUpdate. We need to use NextException to access it.
No tags attached.
Issue History
2009-08-20 13:08sathiyanNew Issue
2009-08-20 13:08sathiyanAssigned To => sathiyan
2009-08-20 13:57hgbotCheckin
2009-08-20 13:57hgbotNote Added: 0019107
2009-08-20 13:57hgbotStatusnew => resolved
2009-08-20 13:57hgbotResolutionopen => fixed
2009-08-20 13:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8d81bf71afeed2de6f546ce7822c02b935696660 [^]
2009-08-20 15:11arunkumarStatusresolved => closed
2009-08-20 15:11arunkumarNote Added: 0019116
2009-08-20 15:11arunkumarFixed in Version => pi
2009-08-21 00:00anonymoussf_bug_id0 => 2841490

Notes
(0019107)
hgbot   
2009-08-20 13:57   
Repository: erp/devel/pi
Changeset: 8d81bf71afeed2de6f546ce7822c02b935696660
Author: Sathiyan Sivaprakasam <sathiyan.sivaprakasam <at> openbravo.com>
Date: Thu Aug 20 17:25:56 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/8d81bf71afeed2de6f546ce7822c02b935696660 [^]

Fixes Issue 10355: Trigger exception messages on reference data import need to be captured in Initial Client Setup process

---
M src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
M src/org/openbravo/service/db/DataImportService.java
---
(0019116)
arunkumar   
2009-08-20 15:11   
Now the trigger exception messages are displayed on the top of the screen.