Wednesday, February 25, 2009

Oracle ucm content management installation

Use the link http://www.oracle.com/technology/products/content-management/ucm/index.html to get the installation and the documentations.


First install the Apache web server. http://httpd.apache.org/

Create a user in the database with username and password ucm/ucm.

CREATE USER ucm IDENTIFIED BY ucm;
GRANT CONNECT, RESOURCE TO ucm;

Go to the directory which contains the setup executable.
Linux - /home/ucm/V13684-01/UCM/ContentServer/linux
Windows - G:\ContentServer_Windows_10gR3_20080807\UCM\ContentServer\win32

Run ./setup.sh in linux or Installer.exe in windows.

Summery of values selected.

Review install settings. . .
Content Server Core Folder: /oracle/ucm/server
Java virtual machine: Sun Java 1.5.0_11 JDK
Content Server Native Vault Folder: /oracle/ucm/server/vault/
Content Server Weblayout Folder: /oracle/ucm/server/weblayout/
Proxy authentication through another server: no
Install admin server: yes
Web Browser Path: /usr/bin/firefox
Content Server System locale: English-US
Content Server Port: 4444
Admin Server Port: 4440
Incoming connection address filter: 127.0.0.1
Web Server Relative Root: /idc/
Company Mail Server: mailserver.somedomain
Administrator E-Mail Address: user@server.somedomain
Web Server HTTP Address: localhost.localdomain
Server Instance Name: idc
Server Instance Label: idc
Server Description: Content Server idc
Web Server: Apache
Content Server Database: Oracle
Manually configure JDBC settings for this database: false
Oracle Server Hostname: localhost
Oracle Listener Port Number: 1521
Oracle User: ucm
Oracle Password: hOYGE/WjtaG1G/Fgm3xJXa2194WX5GMrSeGcNyfW4OM=
Oracle Instance Name: orcl
Configure the JVM to find the JDBC driver in a specific jar file: false
Attempt to create database tables: yes

Select Proceed to continue

Add the configuration parameters from the installed directory server\data\users\apache22\apache.conf to the apache configuration file httpd.conf.

Change the Allow from any to
Allow from all

Also add the following parameter if it is not already there.
DirectoryIndex portal.htm

The parameters should look something like below.

<ifmodule>
LoadModule IdcApacheAuth "G:/product/10.1.3.1/ucm/server/shared/os/win32/lib/IdcApache22Auth.dll"
</ifmodule>
IdcUserDB "idc" "G:/product/10.1.3.1/ucm/server/data/users/userdb.txt"
Alias "/idc" "G:/product/10.1.3.1/ucm/server/weblayout/"
<location>
IdcSecurity "idc"
Allow from all
DirectoryIndex portal.htm
</location>


Start the content server by executing server\bin\IdcServer.exe
Start the admin server by executing server\admin\bin\IdcAdmin.exe

Restart the Apache server .

Point the browser to http://localhost/idc/

The following message will come if the web server is not configured properly.

Network message format error. Unable to parse browser environment or content item. Unable to parse properties. Name-value pairs are missing an '='.

Check the parameters and try again.

Once successful log in as sysadmin/idc

2 comments:

gibsonherry said...

I am thankful to this blog giving unique and helpful knowledge about this topic, I read your blog now share great information here. This blog increse my knowledge source .
Acer AT350 F3

Aashu said...

intradoc.common.ServiceException: Unable to determine your platform
any idea how can we solve this

Post a Comment

Subscribe