Introduction One of the most helpful tracing sections in WebCenter Content (and one that is on by default) is the requestaudit tracing. This tracing section...
Introduction One of the most helpful tracing sections in WebCenter Content (and one that is on by default) is the requestaudit tracing. This tracing section summarizes the top service requests happening in the server along with how they are performing. By default, it has 2 different rotations. One happens every 2 minutes (listing up to 5 services) and another happens every 60 minutes (listing up to 20 services). Main Article These traces provide the total time for all the...
Introduction One of the most helpful tracing sections in WebCenter Content (and one that is on by default) is the requestaudit tracing. This tracing section summarizes the top service requests...
Introduction Back in an earlier post, I wrote about how to enable entity security (access control lists, aka ACLs) for UCM 11g PS3. Well, there was actually an...
Introduction Back in an earlier post, I wrote about how to enable entity security (access control lists, aka ACLs) for UCM 11g PS3. Well, there was actually an additional security option that was included in that release but not fully supported yet (only for Fusion Applications). It's the ability to define Roles as ACLs to entities (documents and folders). But now in PS5, this security option is now fully supported. Main Article The benefit of defining Roles for ACLs is...
Introduction Back in an earlier post, I wrote about how to enable entity security (access control lists, aka ACLs) for UCM 11g PS3. Well, there was actually an additional security option that was...
Introduction I recently worked on a project to create a custom content folio renderer in WebCenter Content. It needed to output the native files in the folio...
Introduction I recently worked on a project to create a custom content folio renderer in WebCenter Content. It needed to output the native files in the folio along with a manifest file in HTML format which would list the contents of the folio along with any designated metadata and a relative link to the file within the download. This way a person could hand someone the folio download and it would be a self-contained package with all of the content and a single file to...
Introduction I recently worked on a project to create a custom content folio renderer in WebCenter Content. It needed to output the native files in the folio along with a manifest file in HTML format...
Introduction Lately I've been doing a lot of debugging using the System Output tracing in WebCenter Content 11g. This is built-in tracing in the content server...
Introduction Lately I've been doing a lot of debugging using the System Output tracing in WebCenter Content 11g. This is built-in tracing in the content server which provides a great level of detail on what's happening under the hood. Main Article You can access the settings as well as a view of the tracing by going to Administration -> System Audit Information. From here, you can select the tracing sections to include. Some of my personal favorites are searchquery, ...
Introduction Lately I've been doing a lot of debugging using the System Output tracing in WebCenter Content 11g. This is built-in tracing in the content server which provides a great level of detail...
Introduction With the release of WebCenter Content PS5, a new folder architecture called 'Framework Folders' was introduced. This is meant to replace the...
Introduction With the release of WebCenter Content PS5, a new folder architecture called 'Framework Folders' was introduced. This is meant to replace the folder architecture of 'Folders_g'. While the concepts of a folder structure and access to those folders through Desktop Integration Suite remain the same, the underlying architecture of the component has been completely rewritten. One of the main goals of the new folders is to scale better at large volumes and remove...
Introduction With the release of WebCenter Content PS5, a new folder architecture called 'Framework Folders' was introduced. This is meant to replace the folder architecture of 'Folders_g'. While...
Introduction If you follow the Enterprise Deployment Guide, Fusion Middleware High Availability guide, or the support technote on example steps for installing a...
Introduction If you follow the Enterprise Deployment Guide, Fusion Middleware High Availability guide, or the support technote on example steps for installing a multi node cluster of WebCenter Content 11g, they all cover establishing a multi node cluster using the WebLogic Server domain configuration wizard. But if you find yourself needing to add or remove nodes after the cluster has been established, there isn't much documentation covering that. So the following are some...
Introduction If you follow the Enterprise Deployment Guide, Fusion Middleware High Availability guide, or the support technote on example steps for installing a multi node cluster of WebCenter Content...
Introduction When you sort the results of a search by Score using OracleTextSearch as the search engine in WebCenter Content, the results coming back are based...
Introduction When you sort the results of a search by Score using OracleTextSearch as the search engine in WebCenter Content, the results coming back are based on the relevancy on the document. In theory, the more relevant the search term is to the document, the higher ranked Score it should receive. But in practice, the relevancy score can seem somewhat of a mystery. It's not entirely clear how it ranks the importance of some documents over others based on the search...
Introduction When you sort the results of a search by Score using OracleTextSearch as the search engine in WebCenter Content, the results coming back are based on the relevancy on the document. In...
Introduction For those of you that caught it in an earlier post, Arnoud Koot wrote a great Idoc Script plug-in for Notepad++. Well, he's back at it and has...
Introduction For those of you that caught it in an earlier post, Arnoud Koot wrote a great Idoc Script plug-in for Notepad++. Well, he's back at it and has written an update for 11g! Main Article Arnoud made his announcement a few days ago on the WebCenter Content forum. And it looks like Jonathan Hult caught it as well and posted to his blog. A great addition to his plug-in is context sensitive help. Now you can look up the variables and functions without having to switch...
Introduction For those of you that caught it in an earlier post, Arnoud Koot wrote a great Idoc Script plug-in for Notepad++. Well, he's back at it and has written an update for 11g! Main Article...
Introduction I recently had a question come up on one of my previous blog articles about downloading a specific video rendition. When accessing image...
Introduction I recently had a question come up on one of my previous blog articles about downloading a specific video rendition. When accessing image renditions, you simply need to pass in the 'Rendition=<rendition name>' parameter on the GET_FILE service and it will be returned. But when you try that with videos, you get the error message, "Unable to download '<Content ID>'. The rendition or attachment '<Rendition Name>' could not be found in the list manifest of the...
Introduction I recently had a question come up on one of my previous blog articles about downloading a specific video rendition. When accessing image renditions, you simply need to pass in the...