Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0035094 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | major | always | 2017-01-31 08:50 | 2017-03-15 20:18 | |||
Reporter | vmromanos | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR17Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 2e2a9ff7c644 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Oracle | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | caristu | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0035094: DBConsistency issues in OBUIAPP_Report table (Oracle only) | |||||||
Description | Records in OBUIAPP_Report table are exported including the audit info. When exporting the table in Oracle, a db consistency issue is raised in datetime related columns (CREATED and UPDATED): diff -r 53692de33d76 src-db/database/sourcedata/OBUIAPP_REPORT.xml --- a/src-db/database/sourcedata/OBUIAPP_REPORT.xml Mon Jan 30 17:42:05 2017 +0100 +++ b/src-db/database/sourcedata/OBUIAPP_REPORT.xml Mon Jan 30 19:30:22 2017 +0000 @@ -5,9 +5,9 @@ <!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <CREATED><![CDATA[2016-07-28 16:54:13.15]]></CREATED> +<!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <CREATED><![CDATA[2016-07-28 16:54:13.0]]></CREATED> <!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <CREATEDBY><![CDATA[100]]></CREATEDBY> -<!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <UPDATED><![CDATA[2017-01-30 15:12:50.765]]></UPDATED> +<!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <UPDATED><![CDATA[2017-01-30 15:12:50.0]]></UPDATED> <!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <UPDATEDBY><![CDATA[100]]></UPDATEDBY> <!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <OBUIAPP_PROCESS_ID><![CDATA[0D37A9F6109549DEB058373EF2DAEB6A]]></OBUIAPP_PROCESS_ID> <!--68A8BDCCDCC54B4E8D2D780334B6FF1D--> <PDF_TEMPLATE><![CDATA[src-loc/design/org/openbravo/erpCommon/ad_reports/AgingSchedulePDF.jrxml]]></PDF_TEMPLATE> @@ -22,9 +22,9 @@ <!--A05C13349F194901A01A6D0D63B0113B--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--A05C13349F194901A01A6D0D63B0113B--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--A05C13349F194901A01A6D0D63B0113B--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--A05C13349F194901A01A6D0D63B0113B--> <CREATED><![CDATA[2016-07-19 14:24:01.749]]></CREATED> +<!--A05C13349F194901A01A6D0D63B0113B--> <CREATED><![CDATA[2016-07-19 14:24:01.0]]></CREATED> <!--A05C13349F194901A01A6D0D63B0113B--> <CREATEDBY><![CDATA[100]]></CREATEDBY> -<!--A05C13349F194901A01A6D0D63B0113B--> <UPDATED><![CDATA[2017-01-30 15:13:12.202]]></UPDATED> +<!--A05C13349F194901A01A6D0D63B0113B--> <UPDATED><![CDATA[2017-01-30 15:13:12.0]]></UPDATED> <!--A05C13349F194901A01A6D0D63B0113B--> <UPDATEDBY><![CDATA[100]]></UPDATEDBY> <!--A05C13349F194901A01A6D0D63B0113B--> <OBUIAPP_PROCESS_ID><![CDATA[EB4C4053F3B94A17A08D1DD7E89CEB7E]]></OBUIAPP_PROCESS_ID> <!--A05C13349F194901A01A6D0D63B0113B--> <PDF_TEMPLATE><![CDATA[src-loc/design/org/openbravo/erpCommon/ad_reports/AgingSchedulePDF.jrxml]]></PDF_TEMPLATE> | |||||||
Steps To Reproduce | See https://ci.openbravo.com/job/try-dbcons-oracle/4966/console [^] IN POSTGRESQL: As system admin Go to Process Definition and create a new record. UI Pattern = Report In Report Definition tab create and save any record Export Database and save the diff IN ORACLE: Apply the diff previously created and run smartbuild -Dlocal=no Now export database and realized there is a db consistency issue | |||||||
Proposed Solution | Set Exclude Audit Info = Y in "AD" Dataset, "OBUIAPP_Report" Table | |||||||
Tags | No tags attached. | |||||||
Attached Files | dbconsistency.diff [^] (1,251 bytes) 2017-01-31 08:50 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0093954) hgbot (developer) 2017-01-31 08:59 |
Repository: erp/devel/pi Changeset: 2e2a9ff7c64467c3dd5959dd45cefdbff944cfc1 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Jan 31 08:59:00 2017 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/2e2a9ff7c64467c3dd5959dd45cefdbff944cfc1 [^] fixed bug 35094: DBConsistency issues in OBUIAPP_Report table Records in OBUIAPP_Report table where exported including audit information. --- M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_DATASET_TABLE.xml --- |
(0093967) caristu (developer) 2017-01-31 18:15 |
Code reviewed + tested OK: audit columns of OBUIAPP_Report table are not exported into the AD dataset. Tested in pi@a71a3822d5e5 |
(0095146) hudsonbot (developer) 2017-03-15 20:18 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/54e102bef53e [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2017-01-31 08:50 | vmromanos | New Issue | |
2017-01-31 08:50 | vmromanos | Assigned To | => platform |
2017-01-31 08:50 | vmromanos | File Added: dbconsistency.diff | |
2017-01-31 08:50 | vmromanos | Modules | => Core |
2017-01-31 08:50 | vmromanos | Triggers an Emergency Pack | => No |
2017-01-31 08:54 | vmromanos | Relationship added | blocks 0035089 |
2017-01-31 08:59 | alostale | Assigned To | platform => alostale |
2017-01-31 08:59 | hgbot | Checkin | |
2017-01-31 08:59 | hgbot | Note Added: 0093954 | |
2017-01-31 08:59 | hgbot | Status | new => resolved |
2017-01-31 08:59 | hgbot | Resolution | open => fixed |
2017-01-31 08:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2e2a9ff7c64467c3dd5959dd45cefdbff944cfc1 [^] |
2017-01-31 09:00 | alostale | Review Assigned To | => caristu |
2017-01-31 18:15 | caristu | Note Added: 0093967 | |
2017-01-31 18:15 | caristu | Status | resolved => closed |
2017-01-31 18:15 | caristu | Fixed in Version | => 3.0PR17Q2 |
2017-03-15 20:18 | hudsonbot | Checkin | |
2017-03-15 20:18 | hudsonbot | Note Added: 0095146 |
Copyright © 2000 - 2009 MantisBT Group |