Today I was working with on integration of UCM and Webcenter .
I was encountering "The Document Service is unavailable. Error Contacting the Content repository"
Whenever i was trying to use any out of box taskf lows for intergrating with UCM, i was encountering this error in my logs.
SEVERE: Unable to retrieve trash status for repository WebCenterSpaces-ucm.
When calling service COLLECTION_GET_ADMIN_MARKED_CONFIG, as user
After quite a bit of research we figured out the setting from the UCM side was off.
The folder_g folder was not enabled.
Steps to enable it:-
- Login to UCM Administration
- Select Admin Server in left navigation
- Select Component Manager
- Click on the Advance component manager
- In the enable component list, enable folder_g .
- If there is Framework folder enabled then disable it.
Then restart the UCM managed server. Thus issue got resolved.