Archive for the ‘UCM’ Category

Fishbowl Helps Restart Chicago Area ECM Users Group

August 6, 2010

August 2, 2010, Chicago

Earlier this week Fishbowl teamed up with Oracle to hold the first meeting of the Chicago Area ECM Users Group in more than two years.  The meeting was held at Oracle in Chicago’s Willis Tower. Customers and partners joined together to discuss tips and questions surrounding Oracle’s UCM, URM, and IPM products. Topics centered around Oracle’s release of Universal Content Management 11g explaining the reasoning and advantages of upgrading as well as discussing migration issues and options.

Presentations for the meeting are now available:

Effective Strategies for Searching Oracle UCM

July 13, 2010

Check out this presentation from Collaborate 2010 on improving search in Oracle UCM.

Oracle UCM 11g Performance Video

July 1, 2010

Check out this video by Brian Dirking of Oracle on some of the performance features in UCM 11g.

Pretty impressive stuff.

You can get there quickly with Fishbowl Solutions.  Check out our upgrade/migration offering.

Hat Tip to Andre Almar for the video link.

How To… Import RIDC Extensions and Site Studio into JDeveloper

June 23, 2010

For the second post in our 11g “How To” series, we’ll be sharing some installation tips for Oracle’s Site Studio.

Site Studio for External Applications allows for a Site Studio site to be delivered through an application server.  It also allows for design time activities to be done in Oracle jDeveloper.

Installing Site Studio:

There are some gaps in the documentation, so here is the process to follow:

  1. Follow the instructions in this section for getting the components enabled on the content server.
  2. Set IntradocServerPort=4444 (or the applicable port) through the Enterprise Manager

Importing RIDC extension into jDeveloper:

(Help -> Check For Updates -> Source -> Install From file)
%MIDDLEWARE_HOME%/Oracle_ECM1/ucm/Distribution
/RIDC/jdev

Importing Site Studio extension into jDeveloper:

(Help -> Check For Updates -> Source -> Install From file)
%MIDDLEWARE_HOME%/Oracle_ECM1/ucm/Distribution/
SiteStudioExternalApplications/jdev

Good luck and look for more “How To” posts coming soon!

How To… Install and Configure Oracle ECM Suite

June 23, 2010

Here’s the first of our ECM 11g “How To” series where we’ll share tips and tricks for the technically-oriented folks.

For the most part, you can follow the installation guide found here.

However, there are a couple of things that are not quite right in the guide.

  1. You must create the domain after you have run the UCM installer.  When creating the domain, you must launch the configuration from the start menu (or  navigate to it directly in {Middleware_Home}\Oracle_ECM11g\common\bin\config.cmd)
  2. If you have spaces in your PATH environment variable, you may need to edit the {base_domain}\bin\startWebLogic.cmd to explicitly set the path.  On my machine I added the following on line 73:
    set PATH=C:\apps\Oracle\product\11.2.0\dbhome_1\bin;C:
    \Java\jdk1.6.0_16_32bit\bin;%SystemRoot%\
    system32;%SystemRoot%;%SystemRoot%\System32\Wbem;

In addition, there are a couple things you must do when installing in Windows 7:

  1. When running the Fusion Middleware Configuration Wizard,  you will get dependency errors when trying to generate an automatically configured domain. Before running this tool, you must browse to the {Middleware_Home}/oracle_common. You will be prompted by UAC. After browsing to that directory the wizard should work.

Check back soon for more tips on 11g!