Project:
View Revisions: Issue #32244 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0032244: oracle shows error in log when setting an AD column to not null | ||
Revision | 2016-02-17 12:12 by alostale | ||
Steps To Reproduce | There are different ways to reproduce, all of them in an Oracle instance. 1.1. Update an Oracle instance from a previous version to https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ab2b38250f44 [^] -> Check in log WARN message 2.1 Emulate this situation in by executing in DB: ALTER TABLE AD_WINDOW MODIFY (ISACTIVE NULL); --next update will reset not null contraint update ad_module set status='I' where ad_module_id = 'A918E3331C404B889D69AA9BFAFB23AC'; --pick a module and set it as rebuild required select ad_db_modified('Y') from dual; --forget local db changes 2.2 Login as System Admin 2.3 Open Module Management window and rebuild -> ERROR: Build is marked as having warnings |
||
Revision | 2016-02-16 14:46 by alostale | ||
Steps To Reproduce | Update an Oracle instance from a previous version to https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ab2b38250f44 [^] Check in log WARN message |
||
Revision | 2016-02-16 10:34 by alostale | ||
Steps To Reproduce | Update an Oracle instance from a previous version to https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ab2b38250f44 [^] |
Copyright © 2000 - 2009 MantisBT Group |