Details
-
Type:
Bug
-
Status: RESOLVED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.0, 2.4.1, 2.5.0, 2.5.2, 2.5.3, 10.3
-
Fix Version/s: 20.0
-
Component/s: Email Archive
-
Labels:None
Description
The Email Archive tool/service can sometimes create records with null XML in the MAILARCHIVE_MESSAGE table.
This both currently causes problems in the tool (c/f SAK-13480) and points to some other underlying problem (lost data?).
Our production db shows 76 records with null XML, as in:
select * from MAILARCHIVE_MESSAGE WHERE XML IS NULL order by MESSAGE_DATE;
dating back to 2007-05-24 and still being created in 2-5-x.
Gliffy Diagrams
Zeplin
Attachments
Issue Links
- is related to
-
SAK-13480 IndexOutOfBoundsException (regression introduced by performance improvements)
-
- CLOSED
-