この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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]