Sitemap

Showing posts with label Oracle SES. Show all posts
Showing posts with label Oracle SES. Show all posts

Saturday, April 11, 2015

UCM: Integration with Oracle SES

Follow the steps mentioned in the link below:
http://www.ateam-oracle.com/cookbook-ses-and-ucm-setup/

These are the screenshots that I have taken when I integrated SES in my local system

1. Configure SESCrawlerExport screen

2. To check if the correct configuration was done, please access the following URL:
http://localhost:16200/cs/idcplg?IdcService=SES_CRAWLER_DOWNLOAD_CONFIG&source=default

3. Identity Management Setup Page

4. Create User-Defined Source : Step 1 : Parameters

5. Create User-Defined Source : Step 2 : Authorization

There is a tutorial for Oracle SES:
http://download.oracle.com/oll/tutorials/SESAdminTutorial/index.htm

and a video on Defining a Stellent Source:
http://download.oracle.com/oll/tutorials/SESAdminTutorial/html/stellentshowme.htm

Documentation:
http://docs.oracle.com/cd/E29542_01/doc.1111/e26692/searchtools.htm#CIHCHJEI

Sunday, April 5, 2015

Oracle SES not certified on Windows 7

While installing Oracle SES on my Windows 7, I got the following error on Prerequisites Check page.

Checking operating system requirements ...
Expected result: One of 5.0,5.1,5.2,6.0
Actual Result: 6.1
Check complete. The overall result of this check is: Failed <<<<
Problem: Oracle Database 11g is not certified on the current operating system.
Recommendation: Make sure you are installing the software on the correct platform.

To solve this problem I modified the definition for Windows 7 in the refhost.xml file, setting the version value as 6.1 instead of 6.0.

This file’s location on my system is:
C:\Users\sonal\AppData\Local\Temp\OraInstall2014-04-01_10-09-26PM\db

    <!--Microsoft Windows Vista-->
    <OPERATING_SYSTEM>
      <VERSION VALUE="6.1"/>
    </OPERATING_SYSTEM>
  </CERTIFIED_SYSTEMS>

After modifying the line in the xml file, I clicked the Retry button on installation window. It worked!