Posts

UCM/OTS Stop word management for Italian Language code

I recently faced one issue with the multi locale portal and while the content checked in for Italian language as lang code it-IT and this content item was not showing up the Search results.  While debugging this I found that Oracle Text Search has STOP WORD as "it" and that is the reason it's not showing up in the search results. Solution: Remove the "it" from the STOPWORD from the Database.

Content Tracker Reports Customization in UCM

I recently come across with the requirement to do the customization for UCM reports using content tracker. Below are the steps that will define on how to install and configure the Content Tracker component. In the next part I will discuss about the customization. 1) Get the Content tracker and content tracker reports components from Oracle site. 2) Navigate to Admin server in UCM and install the below 2 components. a) Content Tracker Reports b) Content Tracker 3) Enable the components and restart the content server. Content Tracker Reports component is responsible for display of the Reports in UCM via Administration Links. We can create/view and download the reports using this component. Content Tracker is the actual component that will track and store the actual usage of the assets/contents in the Database.

Admin password reset in Jive forums

I have come across through a situation where I lost the admin password for Jive forums after the successful Installation. Found the below fix to get the admin password. 1) Stop Weblogic server where Jive Forums is installed. 2) Login to the Jive Database 3) Run the below script to set the default password to admin user. UPDATE jiveUser SET passwordHash='21232f297a57a5a743894a0e4a801fc3' WHERE userID=1; With the above sql password will be set to admin. 5) start the Weblogic server.

AD Integration with Oracle UCM

Below are the step by step procedure to Integrate AD with Oracle UCM 1. ActiveDirectoryLdapComponent component needs to be installed on Oracle UCM. 2. Creating an AD Provider Below mention the steps to add AD Provider to Oracle UCM 1. Log in to Content Server as sysadmin. 2. Click the Administration link in the left navigation bar. 3. Click the Providers link. 4. The Providers page is displayed. 5. In the Create a New Provider table, click Add in the Action column for the ldapuser provider type. 6. The LDAP Provider Page is displayed. 7. Complete the following fields: Required fields · Provider Name – Name of the Provider · Provider Description - Description · Provider Class - ldap.ActiveDirectoryLdapProvider · Source Path – Source Path of AD · LDAP Server – AD Server · LDAP Suffi...

Welcome

Welcome to My Oracle UCM Blog!!!