08-29-2014 07:18 AM
Hello,
When I did NXQL with Nuxeo Automation I got some documents with : path:null and uid:uid:null
This documents got an ID, a title, and some data files and a lifecycle state.
But why did I got that documents in my database, because this documents doesn't exist in the interface and doesn't have a path ?
To be sure, i cleaned all my binaries and doesn't got any binaries orphans.
Moreover, this is all versions documents, but in database, their versions.versionableid doesn't exist in hierarchy table... This is all documents like that :
select * from hierarchy where id in (select v.id from versions v left join hierarchy h on h.id=v.versionableid where h.id is null) order by name;
I don't understand anything about that.. if you know what are this zombies, please tell me.
thank you
09-01-2014 08:02 AM
These are likely leftovers versions of documents that were deleted. They should have been deleted as well, but there is an issue in some Nuxeo versions where this can happen (you didn't specify what version of the Nuxeo Platform you use). Note that the version documents don't have a path and therefore are not accessible by normal users, only Administrators.
You can delete them safely at the SQL level if they are a problem for you.
09-01-2014 08:02 AM
These are likely leftovers versions of documents that were deleted. They should have been deleted as well, but there is an issue in some Nuxeo versions where this can happen (you didn't specify what version of the Nuxeo Platform you use). Note that the version documents don't have a path and therefore are not accessible by normal users, only Administrators.
You can delete them safely at the SQL level if they are a problem for you.
09-01-2014 10:05 AM
Hello,
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.