Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Can't Create Revisions and Releases on Compound Documents
Kimberly_Brennan_(lockmaruser2_-_(deleted))
If I create a compound document and immediately create a revision or release, it works. If I try to do it after I have added items in the compound document, I get the following error message:Livelink Error: Error accessing Revision creation page. [Release procedure detects a recursion. Operation is aborted.] What is going on?
Find more posts tagged with
Comments
Kee_Ng_(kee_(Delete)_2348775)
The release procedure resolves aliases and generations, ie, when it counters an alias, it gets the original of that alias. Therefore, it checks for possible infinite recursiven situation for a path when releasing.Please check and make sure that there is no alias of a compound document in that specific compound document.After checking the code, I have to admit that the error message needs to include the name of the compound document in question.Thanks.