Oracle AS 10.2.0 to Front Secure Enterprise Search

I've got SES using SSL to the client but I'm having problems getting the http server to front for SES using SSL to encrypt and secure the ajp13 communications.
Software / OS Versions:
Oracle AS 10.2.0
SES 10.1.6
Windows Server 2003 SP1
mod_oc4j.conf :
# Oracle iAS mod_oc4j configuration file: mod_oc4j.conf #
LoadModule oc4j_module modules/ApacheModuleOc4j.dll
<IfModule mod_oc4j.c>
<LocationMatch "/j2ee/.*/Spy">
Order deny,allow
Deny from all
</LocationMatch>
<LocationMatch "/j2ee/.*/AggreSpy">
Order deny,allow
Deny from all
</LocationMatch>
<Location /oc4j-service>
SetHandler oc4j-service-handler
Order deny,allow
Deny from all
Allow from localhost someserver.somewhere.com someserver
</Location>
Oc4jEnableSSL On
Oc4jSSLWalletFile C:\oracle\product\10.2.0AS\Apache\Apache\conf
Oc4jMount /j2ee/*
Oc4jMount /wirelesssso/* OC4J_SECURITY
Oc4jMount /oiddas OC4J_SECURITY
Oc4jMount /oiddas/* OC4J_SECURITY
Oc4jMount /sso OC4J_SECURITY
Oc4jMount /sso/* OC4J_SECURITY
Oc4jMount /ssohelp OC4J_SECURITY
Oc4jMount /ssohelp/* OC4J_SECURITY
Oc4jMount /search/* ajp13://someserver.somewhere.com:someport
</IfModule>
Results in the following errors in the http_server error log on restart -
[Fri Jun 09 12:10:40 2006] [error] (126)The specified module could not be found: MOD_OC4J_0367: Failed to load iaspt library file "iaspt.dll".
Syntax error on line 25 of c:/oracle/product/10.2.0as/apache/apache/conf/mod_oc4j.conf:
Oc4jEnableSSL: failed to load iaspt library file or functions
Suggestions or anyone seen this kind of thing before ?
Thanks in advance for any help anyone can provide,
Graeme

Since it was released under 10.2..0.1, you are expected to install that and download the patch to upgrade to 10.2.0.4
Of course, the patch is available only on the Oracle Support site, and access is by paid support subscription.

Similar Messages

  • Oracle Secure enterprise Search versus Oracle Text

    I'm involeved in a project where we're using Oracle text for its text search capability. Yesterday during a meeting Oracles Secure Enterprise search engine came up. I see similar functionality offered in both products - Oracle text comes with 10g - not sure if SES comes with additional cost. Has anyone done analysis on why one would implement one over the other - I understand that SES gives the customer a federated option and some internet search capabilities but since I'm not concerned with that for this project does it make a difference?

    SES is a complete seaerch application with connectors to many different data sources, such as email systems and document management systems.
    Oracle Text, on the other hand, is a toolkit for building applications (and is used as such by SES).
    Oracle Text comes free with the database. SES is chargable, but comes with a free database (though it's restricted to use by SES only!)
    Generally speaking, if your data is in the database and you want fine control over how to search it, Oracle Text is a better option.
    If your data is scattered around diverse enterprise sources, and you want a ready-built application to collect, index and search that data, SES is the proper choice.
    Here's a slide from my OpenWorld presentation, which I guess says much the same thing:
    Oracle Text is the toolkit and platform for building sophisticated Information Retrieval applications and services
    - Fine control over indexes, partitioning, etc
    Oracle Secure Enterprise Search is a stand-alone application built on the foundation of Oracle Text
    - Includes its own database
    - No programming needed
    - Includes crawlers and an end-user UI

  • Searching PageService pages using Secure Enterprise Search

    Hi,
    In our application we allow the users to create pages at runtime using PageService as outlines in the oracle manual http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10148/jpsdg_page_service.htm . I would like to have Secure Enterprise Search crawl these pages and have them show up in the search results. How can I do this? It will help to know where the content for these pages are stored (I can figure out the rest).
    This is roughly the code used to create the pages:
    public void createMyPage {
    try {
    MDSSession mdsSess = (MDSSession)ADFContext.getCurrent().getMDSSessionAsObject();
    PageServiceConfig config = new PageServiceConfig(mdsSess, DEFAULT_SCOPE);
    mPageService = PageServiceFactory.createInstance(config);
    String pageNameFormat ="Page{0}.jspx";
    String pageTitle ="New Page";
    // The template used to create the new page is /mytemplates/MyPageTemplate1.jspx
    // path "/mytemplates" should be defined as a MDS namespace.
    // Also MyPageTemplate1.jspx should have a pageDef called "MyPageTemplate1PageDef.xml and
    // it has the same path as the jspx file.
    PageDef newPage = mPageService.createPage(
    PERSONAL_USER_PAGE, pageNameFormat, pageTitle,
    "MyPageTemplate1.jspx",
    "/mytemplates/",
    null, null, null);
    } catch(Exception e) {
    // Handle exception
    Thank you.

    Hello,
    Can you please confirm what type of application you are running and attempting to index with SES.
    + You have mentioned Oracle WebCenter Sites- there is an example here of creating navigation menus in WebCenter Sites:
    http://docs.oracle.com/cd/E29542_01/doc.1111/e29605/user_sitenavigation.htm#WBCSU519
    + But you have logged this question in the Oracle WebCenter Portal community - there is an example here creating navigation menus in WebCenter Portal:
    http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27739/jpsdg_navigation.htm#JPSDG6723
    Can you please clarify which product you are using (WebCenter Sites or WebCenter Portal) so that we can direct this to the right person to advise you further.
    Thank you,
    Martina
    Oracle WebCenter Portal Support

  • Siebel Secure Enterprise Search

    Hey all,
    We are trying to install Siebel Search on both the call center and eService. Anyway We followed the steps as in the Siebel Search Administration Guide I accessed the Oracle Secure Enterprise Search Administration application and when entering the username and password and pressing the Finish button I received an error. The following is the log file (OC4J) I don't know the solution. Could anyone help please? The bookshelf also said that The Siebel EAI SearchObject Component should be running but I didnt find it in the Siebel Application..Can anyone tell me how to locate this component?!
    10/09/05 11:40:27 setting url=http://100.12.0.107/eai_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute, uid=SIEBADMIN and password=*****
    10/09/05 11:40:28 EQP-80349: Exception while trying to access Siebel Authorization Web service: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28 java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:107)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.SiebelQueryFilter.<init>(SiebelQueryFilter.java:47)
    10/09/05 11:40:28      at oracle.search.plugin.security.identity.siebel.SiebelIdentityPluginMgr.validateParams(SiebelIdentityPluginMgr.java:182)
    10/09/05 11:40:28      at oracle.search.admin.system.ctrl.SystemCtrl.identityMgmtActivate(SystemCtrl.java:1099)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    10/09/05 11:40:28      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    10/09/05 11:40:28      at java.lang.reflect.Method.invoke(Method.java:324)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    10/09/05 11:40:28      at control.idmgmt__activate._jspService(_idmgmt__activate.java:1610)
    10/09/05 11:40:28      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    10/09/05 11:40:28      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    10/09/05 11:40:28      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    10/09/05 11:40:28      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    10/09/05 11:40:28      at java.lang.Thread.run(Thread.java:534)
    10/09/05 11:40:28 Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:90)
    10/09/05 11:40:28      ... 30 more
    10/09/05 11:40:28 EQP-80372: Exception while validating ID plug-in parameters: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28 java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:107)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.SiebelQueryFilter.<init>(SiebelQueryFilter.java:47)
    10/09/05 11:40:28      at oracle.search.plugin.security.identity.siebel.SiebelIdentityPluginMgr.validateParams(SiebelIdentityPluginMgr.java:182)
    10/09/05 11:40:28      at oracle.search.admin.system.ctrl.SystemCtrl.identityMgmtActivate(SystemCtrl.java:1099)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    10/09/05 11:40:28      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    10/09/05 11:40:28      at java.lang.reflect.Method.invoke(Method.java:324)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    10/09/05 11:40:28      at control.idmgmt__activate._jspService(_idmgmt__activate.java:1610)
    10/09/05 11:40:28      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    10/09/05 11:40:28      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    10/09/05 11:40:28      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    10/09/05 11:40:28      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    10/09/05 11:40:28      at java.lang.Thread.run(Thread.java:534)
    10/09/05 11:40:28 Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:90)
    10/09/05 11:40:28      ... 30 more
    Thank you for your time,

    Hi,
    After activating the Siebel 8 Plugin and creating the datasource for the buscomp connector, when we try to run the Crawler Schedule for buscomp Source, it fails with the following errors in the log file. Any reason why this is failing? Appreciate your help.
    14:59:49:454 INFO     main          =================== Crawling status ===================
    14:59:49:454 INFO     main          Crawling started at 8/19/09 2:59 PM
    14:59:50:407 INFO     main          URL manager connecting to Oracle...
    14:59:50:704 INFO     main          connected
    14:59:50:767 INFO     main          Time of last crawl is Wed Aug 19 14:33:40 EDT 2009
    14:59:50:782 ERROR     main          EQG-31209: No security attribute defined for source (id=4)
         at oracle.search.crawler.WebCrawler.init(WebCrawler.java:631)
         at ImtCrawler.run(ImtCrawler.java:1954)
         at ImtCrawler.main(ImtCrawler.java:534)
    14:59:50:782 ERROR     main          EQG-30249: Crawler process aborted
    Regards,

  • Can Secure Enterprise Search index Open Office documents?

    Hi, I'm wondering if Secure Enterprise Search can index Open Office documents, and if not, is there a planned release where this will be supported?
    Thanks!
    Dan

    The current release - SES 11g (not yet on Windows) - can work with Open Office files.

  • Secure Enterprise Search Quality Support  - job requirement

    Greetings!!!
    We currently have the following requirement for the experience Consultants with one of our fortune clients. Please respond if you have any consultants available with the skill sets mentioned below.
    Quality Analyst REQ:
    Location : Indianapolis,IN
    I also would like for the resource to be knowledgeable in Global Privacy, CFR Part 11, GMP, GPP, GCP, and familiar with the Corporate Computer Systems policies and procedures. At a glance, below are some of the things I would need for the resource to do.
    Secure Enterprise Search Quality Support
    Local SOPs and Guidelines (Most of these are being neglected and we have an audit coming soon)
    · Validation Strategy
    · Testing Strategy
    · Personnel Training Qualifications
    · Data and Integration Architecture
    · Document Management Guidelines
    · Reports Management Plan
    Templates (Create and upload into GEL)
    · Create Peer Review Template
    · Create Data Conversion Template
    · Create Data Verification Template
    · Update RVD (Deborah has already created an initial RVD template. It is in GEL)
    · Update - - Release Plan and Release Notes Report Template (already in GEL)
    · Any additonal templates that may need to be created to improve future processes.

    Hi Joaquin,
    According to your description, the error occurred when you re-created the Search Service Application.
    Based on the error message, I recommend to verify the things below:
       1. Check if the association between the Search Service Application proxy and the web application is configured.
    Please go to Central Administration > Application Management > Configured service application associations > Click Default to see if the Search Service application is checked.
       2. Change the app pool for the Search Service Application to SharePoint Web Services Default in the properties of the Search Service Application.
    Please go to Central Administration > Application Management > Manage service applications > Highlight the Search Service Application > Click Properties in the ribbon > Change
    the two app pool to SharePoint Web Services Default: App Pool For Search Admin Web Service and Application Pool for Search Query and Site Settings Web Service.
        3. Run PS command to check if the search admin timer job is enabled: Get-SPTimerJob
    job-application-server-admin-service | fl. If it is not enabled, use PS command to enabled it and then reset Internet Information Services: Enable-SPTimerJob job-application-server-admin-service.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Oracle Secure Enterprise Search integration with Hadoop

    Hello Guys,
    I am currently exploring Oracle SES for performing search across all enterprise information assets. One of my asset is a Hadoop system holding a huge dump of data.
    Does SES have out of box integration with Hadoop (hdfs) or is there any specific connector available that can be used to make the connection and search data.
    I am new to Oracle SES, appreciate if someone could answer this question.
    Thanks,
    Sooraj

    It can be done but it's not easy.
    Federation is done through the Web Services API. To create a custom federation to a non-SES endpoint, you have to replicate most of the Web Services API. You can choose to do it selectively, for example you can choose to implement doOracleSearch but not doOracleAdvancedSearch or doOracleBrowseSearch (names from memory - could be wrong) which would give you the basic search capability but no advanced search or browse against the federated source.
    Then you've got the problem of merging results. When all federated sources are SES based, it's easy to merge them. You know that a document which scores 63 fron one source is more accurate than one that scores 62 from another, and so should appear higher in the hitlist. But if one of those sources is - say - Bling, then how do you that 63 as a score from Bling is comparable to 63 as a score from SES? They're probably not comparable.
    These are the reasons that mention of federation to external sources was removed from the 10.1.8.4 documentation, it was felt that it just wasn't practical for most users.
    A rather better alternative is to use the Suggested Content feature. This is MUCH easier to configure, and doesn't attempt to merge the results. From a user's point of view this may be less desirable than a merged result set, but given that any such merge probably won't work well, it's really better all round.

  • ORACLE Secure Enterprise Search and Content DB / Content Services

    OSES provides a connector to index and search ContentDB / Content Services.
    I could not find any information which content will be indexed and searchable.
    a) Fulltext (e.g. PDF / Doc)
    b) Standard Attributes (e.g. description)
    c) Custom Attributes
    Can indexing (a+b+c) be configured,
    or do I need to customize the connector to let the description field be indexed
    or do I need to re-implement the connector?
    kind regards, tom.

    It can be done but it's not easy.
    Federation is done through the Web Services API. To create a custom federation to a non-SES endpoint, you have to replicate most of the Web Services API. You can choose to do it selectively, for example you can choose to implement doOracleSearch but not doOracleAdvancedSearch or doOracleBrowseSearch (names from memory - could be wrong) which would give you the basic search capability but no advanced search or browse against the federated source.
    Then you've got the problem of merging results. When all federated sources are SES based, it's easy to merge them. You know that a document which scores 63 fron one source is more accurate than one that scores 62 from another, and so should appear higher in the hitlist. But if one of those sources is - say - Bling, then how do you that 63 as a score from Bling is comparable to 63 as a score from SES? They're probably not comparable.
    These are the reasons that mention of federation to external sources was removed from the 10.1.8.4 documentation, it was felt that it just wasn't practical for most users.
    A rather better alternative is to use the Suggested Content feature. This is MUCH easier to configure, and doesn't attempt to merge the results. From a user's point of view this may be less desirable than a merged result set, but given that any such merge probably won't work well, it's really better all round.

  • Installation Issue with Secure Enterprise Search 11.2.2.2

    Hi,
    I'm facing an issue with Oracle SES 11.2.2.2.
    I have installed this on 11.1.1.6 middleware softwares and weblogic 10.3.6 and the installation is successful. The admin UI opens up in the browser. (http://localhost:13102/search/admin/index.jsp)
    However, when I install it in another environment where 11.1.1.8 versions of middleware softwares are present with weblogic 10.3.6 (performing exactly same steps as above). The admin UI does not open up. When I click on the login button nothing happens.
    Has anybody faced this problem before?
    Thanks,
    Rohan

    I would suggest that you open an SR with Support on this issue
    HTH
    Srini

  • Ranking in Secure Enterprise Search

    Hi.
    I have installed SES and indexed a simple table with 2 rows :
    create table test (
    id number(10) primary key,
    subject varchar2(1000),
    Title varchar2(1000),
    Content varchar2(1000)
    insert into test values (1,'books','New articale about astronomy','hi. my name is galileo');
    insert into test values (2,'astronomy','the moon','the moon is white');
    The word "Astronomy" apears bith in row #1 in the subject and in row #2 in the title.
    I have created a column mapping as needed.
    when I look for the word "astronomy" I would like to have the rows with the subject to be higher on the result page. I tried to write inside the ranking.xml file the following :
    <default-factor>
    <name>title</name>
    <weight>LOW</weight>
    </default-factor>
    </global-settings>
    <default-factor>
    <name>Subject</name>
    <weight>HIGH</weight>
    </default-factor>
    <default-factor>
    But still - when I look for the word "astronomy" I get row #2 at the top (while I expect row #1 to be the first since it appears in the subject).
    Please help me.
    Thanks,
    Irad

    Try using the column mapping feature within the datasource to map the subject column to the title attribute. That way the subject column should receive the automatic boosting that a hit in the title attribute normally gets.

  • SearchIndex Engine to be set for Secure Enterprise Search

    Hi All,
    I have installed SES on my server. Now i want to integrate the same with my UCM. I have also enabled the inbuilt SESCrawler component.
    I want to know that which SearchEngine will work for the SES to integrate. As with DATABASE FULLTEXT search engine, my website is breaking, and also all the links for any items in content server are not accessible. Let me know any possible solution for this.

    Hi All,
    I have installed SES on my server. Now i want to integrate the same with my UCM. I have also enabled the inbuilt SESCrawler component.
    I want to know that which SearchEngine will work for the SES to integrate. As with DATABASE FULLTEXT search engine, my website is breaking, and also all the links for any items in content server are not accessible. Let me know any possible solution for this.

  • Hide "ORACLE FUSION MIDDLEWARE"  message in the front-end

    Hi ,
    I want to hide the "ORACLE FUSION MIDDLEWARE" message in the front-end forms layout.
    Please let me know which file I need to make change in the back-end and do I need to do any-thing from oracle admin also (any deployment or any check).
    Thanks & Regards,
    Harish

    After making some changes in my HTML page the layout is coming properly

  • Oracle BI Standard Edition, Standard Edition One and Enterprise Edition

    Hello,
    I need to find out what are difference between Oracle BI Standard Edition, Standard Edition One and Enterprise Edition?
    Do all edition include Dashboard?
    Thank you,
    Sonya

    Hi,
    Check this,
    http://blogs.oracle.com/bi/entry/surprise_package
    Do all edition include Dashboard?Yes
    Rgds,
    Dpka

  • What is going to happen to Ultra Search when Oracle Enterprise Search comes

    I am currently working with a customer who is implementaing an UltraSearch solution for a corporate intranet search. The problem is UltraSearch does not completly solve the problem the customer is having with revelance of the results. Oracle Enterprise Search seems to be the answer so... With Enterprise Search on the horzion what does that mean for UltraSearch? and is there going to be a migration path for users already on UltraSearch who need to go to Enterprise Search?

    All of what you are saying is certainly possible. The next version of iWeb could potentially make all the workarounds that we do to edit HTML obsolete. To be sure, this is a net positive. But for those of us with more complex and more "post-processing" heavy sites, it will probably mean that we need to make some changes.
    From a purely speculative viewpoint, I'm going to guess that the next version of iWeb will make adding external HTML snippets via post-publishing unnecessary. This would probably mean that we will be able to put whatever code we want to add right into the iWeb workspace....maybe somewhat akin to how iWebEnhancer works....but all built into iWeb. So as far as retooling our websites, this would simply require a one-time "put all your external code into iWeb and make sure it works" overhaul.
    And I'm going to further speculate that the next version of iWeb may present us with many more desireable features....some that may make us want to abandon the way we do things now and possibly also abandon the very things that we strive to add to our sites today.... I'm thinking about more dynamic content with more user-interactivity. My point here is only that we might not mind the chance to overhaul our sites too much once we see the new features available to us.
    Maybe I'm hoping for too much, though. I don't know. Your guess is as good as mine.

  • Integration of Oracle RDF and Enterprise Search

    Hi,
    Has anyone tried integrating Enterprise Search with the new RDF feature to enable true semantic search?

    It would be interesting to hear from people who have tried this in an application.
    As an FYI, using RDF query capabilities in Oracle, simple PL/SQL code can be written to do this. Consider search based on a query term X. SDO_RDF_MATCH can be used to find all terms related to X in a given ontology/RDF data set. All these terms can then be used in the 'Contains' operator that is part of Oracle Text, to find all documents in a table that contain any of those terms. We have some sample code to do this, if you are interested write to me at melliyal <dot> annamalai <at> oracle <dot> com. Tighter integration is being planned in a future release as well.
    RDF queries can be also combined with other relational queries. An example in Oracle of simple SQL to combine querying RDF with a relational query is as follows:
    SELECT emp1.name, emp1.salary
    FROM emp1, TABLE(SDO_RDF_MATCH(
    '(?name :fatherOf :Matt)',
    SDO_RDF_Models('family'),
    null,
    SDO_RDF_Aliases(SDO_RDF_Alias('','http://www.example.org/family/')),
    null)) t where emp1.name=t.name;
    The father of Matt is found by querying the family model (represented using RDF) using SDO_RDF_MATCH, and his salary is found out by doing a join with the table emp. Since the output of SDO_RDF_MATCH is a table, it can be easily joined with other relational data.

Maybe you are looking for