Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002971 | Openbravo ERP | 00. Application dictionary | public | 2008-05-17 07:23 | 2008-06-12 09:43 |
|
Reporter | user71 | |
Assigned To | cromero | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 2.40alpha-r2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0002971: Missing function call in ad_tab_import |
Description | When creating window fields for a new tab (Application Directory->Tables,Tabs and Fields->Table->Tab) this operation failed with an error "AD_PInstance_Log.Log_ID can not be NULL". The reason is a missing call to AD_SEQUENCE_NEXT() in the database function AD_TAB_IMPORT. I have attached a patch to solve this problem.
Best regards,
Holger |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
Notes |
|
(0006560)
|
user71
|
2005-06-01 00:00
(edited on: 2008-06-12 09:43) |
|
|
|
(0003687)
|
cromero
|
2008-05-19 12:18
(edited on: 2008-06-12 09:26) |
|
Logged In: YES
user_id=1500614
Originator: NO
This doesn't report a bug but a problem with the installation/application. Please, use the forums to try to solve this problem.
Thank you very much.
Openbravo team |
|
|
(0003688)
|
cromero
|
2008-05-19 12:18
(edited on: 2008-06-12 09:26) |
|
Logged In: YES
user_id=1500614
Originator: NO
The problem is not in the AD_TAB_IMPORT function: the problem was originated before and for an unknown reason, the sequences was not properly set. So running the AD_UPDATE_SEQUENCE correct your problem with the AD_TAB_IMPORT but that no means that the problem was caused by that function.
|
|
|
(0003689)
|
psarobe
|
2008-06-04 20:23
(edited on: 2008-06-12 09:26) |
|
Logged In: YES
user_id=1500703
Originator: NO
The bug was well reported and it is a bug. The problem is exactly where Holger Ebert says. This bug has been fixed removing that code from the procedure AD_TAB_IMPORT. There are another bug reporting in mantis for this |
|