Hi All,
We are using xCP 2.2. We have documents with renditions {PDF & JPEG Formats} on them. Viewer Services DAR is installed too.
DfException:: THREAD: http-bio-8560-exec-24; MSG: [DM_CONTENT_E_GDCM_NO_CONTENT_EXISTS]error: "There is no content for sysobject 090233e98002d143, page number 0, page modifier search_xml_info, and format xml"; ERRORCODE: 100; NEXT: DfException:: THREAD: http-bio-8560-exec-24; MSG: [DM_XFRM_E_NO_FMT_AVAIL]error: "Unable to find a rendition for Base Type - Word Document.docx with format xml on page 0"; ERRORCODE: 100; NEXT: null
DfServiceException:: THREAD: http-bio-8560-exec-15; MSG: [DFC_BOF_CANNOT_FIND_OBJECT] Business object com.documentum.services.cts.df.profile.ICTSProfileService does not exist in docbase global_registry; ERRORCODE: ff; NEXT: null
However, there is no CTS.
Of course, providing the rendition object id and type to the content viewer does not work as Document Viewer expects dm_document type and not dmr_content.
/contents/dm_document/060233e9800176ff?recursive=true&id=060233e9800176ff] [] [com.emc.xcp.rest.core.commons.exception.DefaultExceptionHandler:99] Global exception handler caught exception:
errorCode=E_ECM_OPERATION_ERROR errorMessage=Error in operation Object find failure id=060233e9800176ff errorDetails=[DM_API_E_NOTYPE]error: "Type name 'dmr_content' is not a valid type."
at com.emc.xcp.rest.core.commons.dao.impl.PersistenceFacadeImpl.findContentById(PersistenceFacadeImpl.java:1404)
at com.emc.xcp.rest.core.content.service.impl.ContentServiceImpl.findById(ContentServiceImpl.java:52)
In this case, is there a way to show the document in the document viewer without having to go through CTS calls/layer?
Thanks.