Posts

Showing posts from 2010

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!!!