-
Bug
-
Resolution: Fixed
-
Low
-
6.8.1, 7.4.4
-
None
-
-
22
-
Severity 2 - Major
-
8
-
Background
A page has a set of previous versions. Sometimes previous versions could have different parents or different spaces. Parents could be either from current space or from other spaces.
It could happen if the page is moved to another page or space.
As a result, the import process of such spaces could fail with "could not execute statement".
Expected behaviour
Previous versions must not have different parents or spaces.
Workaround
Additional information
To test if database is affected by bug, this script could be run:
SELECT COUNT(*) FROM CONTENT JOIN CONTENT xpage ON CONTENT.PREVVER = xpage.CONTENTID WHERE CONTENT.SPACEID != xpage.SPACEID;
If it returns non-zero value, database is affected by this bug.
- relates to
-
CONFSERVER-45278 Space import failing with the error message "could not execute statement"
- Closed
-
PSR-223 Loading...
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...