Skip to main content

Posts

Showing posts with the label WebCenter Content

The move off UCM and Webcenter portal

So a while back we moved off WebCenter Content and WebCenter Portal because we where not using an features of the product and we had no need to use them. We removed WebCenter Portal that we where using for two Dashboards and our menu. We wrote a custom menu using ADF and the database, this took us about a month of work and testing but has saved us many man months of development time. We also have custom built dashboards in the same vain which was about two month work of effort. We removed WebCenter Content that we where using as a pure data store. We built a microservices based implementation for our document repository and store which is working very well and take little to no maintenance and is very easy to scale. I do believe these are very viable products now that they have sorted the versioning out (we where trapped on 11.1.1.7 for a while because of this) but we where really not using enough of the features to make them viable for us.

Web Center Content : quick status update

This is not recommended: I really needed a document to go from status Done to status Released for a presentation on our training environment and did not have time to restore. (Our indexer was broken because we had files missing due to a db restore but no file system restore) (In the ???_OCS schema) Step 1) Find the revision   SELECT * FROM REVISIONS where ddocname = '1390427192270' Step 2) Update the revision based on did UPDATE REVISIONS SET DSTATUS = 'RELEASED', DRELEASESTATE = 'Y', DRELEASEDATE = SYSDATE where did = 109336; Now I could search for the document yay! Errors found in the logs: Universal Content Management - Content Server Indexing aborted. An error occurred during indexing. [APP: Oracle Universal Content Management - Content Server] general exception[[ intradoc.common.ServiceException: !csIndexerRenameFailedAbort         at intradoc.indexer.CommonIndexerBulkLoader.handleLoadError(CommonIndexerBulkLoader.java:614)  ...