활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I am attempting to delete all versions(except the root version) of an asset using a task.
I am using VersionHistory API to remove the version. It works for all of the versions except for the last one.
I keep getting this error:
OakIntegrity0001: Unable to delete referenced node
Is there a way to remove final version of the asset?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
I think it is not possible to delete the base version node that is there in the jcr:baseVersion property of the asset. Removing version via VersionHistory can throw an exception [1]
Cause:
Inconsistencies in oak:index/references. This can be caused by using external methods to modify content in the JCR
I think it is not possible to delete the base version node that is there in the jcr:baseVersion property of the asset. Removing version via VersionHistory can throw an exception [1]
조회 수
Likes
답글