"ultrasearch.properties"

Does anyone know where ultrasearch.properties can appear and how it is used by the server? Ultra Search Sample Query Application uses a QueryTool class that needs a properties file. The one that uses is "ultrasearch".
Any info about that?
Thanx
Lambros

The ultrasearch.properties file is located under ORACLE_HOME/ultrasearch/webapp/config directory (DB Release 9.2). You must to write the real connection database parameters, such as SID, listener port, etc. These parameters set up the database connection in which Ultra Search will be running.

Similar Messages

  • Portal ultrasearch login

    I am trying to configure ultra search. Every time tha i try to login, i get this message after try to login:
    Invalid Oracle URL specified
    I have created a user and granted them connect, resource, and wkuser.
    I can't even login with the wksys user that i unlocked and gave a password to.
    Has anyone had this issue before??

    ok, i solved it. Apparently there was an error in the configuration of the ultrasearch.properties files it needs to read :
    #connection.url=%JDBC_CONN_STR%
    connection.url=jdbc:oracle:thin:@<infrastructure server>:1521:<SID>
    connection.driver=oracle.jdbc.driver.OracleDriver
    domain=yourdomain.com
    The #connection.url=%JDBC_CONN_STR% being uncommented was messing it up..

  • Ultrasearch Connection string format issue

    Hi,
    I have been wrestling with Ultrasearch installation and keep encountering this error when I attempt to load the Ultrasearch Portlet in the 10G MT.
    oracle.ultrasearch.query.SearchException: WKG17005: connection failure: Io exception: Invalid connection string format, a valid format is: "//host:port/service_name"
    My data_sources.xml file is configured as follows:
         <data-source
         class="oracle.jdbc.pool.OracleConnectionCacheImpl"
         name="UltraSearchDS"
         location="jdbc/UltraSearchPooledDS"
         username="Ultrasearch"
         password="*******"
         url="jdbc:oracle:thin:@//hostname:1521:sid"
         inactivity-timeout="30"/>
    I have verified the setup of the Ultrasearch user in the database, and have verified the Ultrasearch.properties file setup.
    I'm not sure if TNS is setup correctly or if the DAD settings for the portal have something to do with this - I was not able to find any referecne to configuration of those files in the Oracle Documenation.
    Any help would be greatly appreciated.
    Regards,
    Roy

    Roy
    "jdbc:oracle:thin:@//hostname:1521:sid" isn't a valid url. You have to remove the "//", i.e. "jdbc:oracle:thin:@hostname:1521:sid".
    The syntax "//host:port/service_name" is used when to want to use a service name instead of SID.
    HTH
    Chris

  • Ultrasearch error : WKG17005: connection failure: User credentials doesn't

    Hi,
    I wonder if anyone can help with the following issue, i'd be eternally grateful if they could.
    I'm the DBA on a site where our java developers have suddenly noticed that the ultrasearch element of a client web site no longer works.
    The length of time that the ultrasearch functionality has been broken is unknown so i can't be certain when it occurred.
    However the database was patched from 10.1.0.4.0 to 10.1.0.5.0 in sep 2007 so i'm wondering if its possible that the patching broke the ultrasearch functionality somehow.
    Could anyone advise if they have ever encountered anything similiar after an upgrade from 10.1.0.4.0 to 10.1.0.5.0.
    Also could the patching upgrade break or overwrite any ultrasearch configuration that i now need to recheck?
    The specific error being returned when the developers try to use ultrasearch is the following one
    WKG17005: connection failure: User credentials doesn't match the existing ones
    Now i'm new to the ultrasearch technology area but i've looked at the ultrasearch.properties file in the directory $ORACLE_HOME/ultrasearch/webapp/config/
    and another copy of the file deployed in a directory c:\webapps\app\WEB-INF\classes and the connection entries are as expected and as follows
    ultrasearch.connection.driver=oracle.jdbc.driver.OracleDriver
    ultrasearch.connection.url=jdbc:oracle:thin:@dev2:1521:mstest
    ultrasearch.instance=msus
    ultrasearch.user=wksys
    ultrasearch.password=wksys
    i have a couple of queries that i hope someone can answer
    1) can you see any obvious issues or mistakes in the ultrasearch.properties file listed above?
    2) the error message states "User credentials doesn't match the existing ones". This would imply that the user credentials supplied (wksys/wksys) don't match
    a set of expected credentials held or cached somewhere? Any idea where this would be or how i could clear any cached credentials?
    The code which tries to establish the connection with ultrasearch is as follows
    Configuration props = new PropertiesConfiguration (PROPERTIES_FILE);
    QueryInstance qi = new QueryInstance();
    qi.setConnectionString("jdbc:oracle:thin:@server:1521:instance");
    qi.setUser("user");
    qi.setPassword("password ");
    qi.setInstanceName("instance");
    where PROPERTIES_FILE is the ultrasearch.properties file referenced above.
    If i need to supply any other information around this query please advise.
    Regards,
    George Johnston

    Thanks for your response but command line authentication is the 1st thing i tried.
    also the account is not locked or expired.
    Regards,
    George Johnston

  • Admin tool: login.jsp  (blank page)

    I have a problem similar to a recent posting.
    I have a 9i Release 2 database installation, server works, sample jsps work, database is up.
    Updated the file $ORACLE_HOME/ultrasearch/webapp/config/ultrasearch.properties with our info.
    When I try to access the admin page (http://rockfish:7778/ultrasearch/admin/index.jsp) I get to the login page, but it is blank (html body tags, but nothing to display).
    The .class and .java file are created in ultrasearch/webapp/isearch_admin/_pages
    Is that right? should they be under htdocs/_pages?
    Is single sign-on possibly a source of my problem?
    Any help would be greatly appreciated,
    John

    Hi, John:
    Does anybody know how to correctly set "AdminConstants.JSP_SRC_HOME" ? Yes.
    in ultrasearch.properties file, you need to set the correct admin.srchome variable ->
    "Do not use $ORACLE_HOME for admin.srchome , please enter the real file path"
    So your ultrasearch.properties file should look like:
    =====================================================
    connection.driver=oracle.jdbc.driver.OracleDriver
    connection.url=jdbc:oracle:thin:@localhost:1521:swims9i
    admin.srchome=C:\\oracle\\ora9i\\ultrasearch\\webapp\\isearch_admin
    =====================================================
    Here is a webIV note explain this problem in details: (you can also find this note in metalink)
    http://webiv/cgi-bin/webiv/do.pl/GET?WwwID=Note.202949.1&List=ARTICLES&ARTICLES.Idx=4
    Hope this is a clear,
    Cindy

  • Admin tool: login.jsp

    When we access the admin tool login page login.jsp
    we only get an empty page (with just the body html tags)
    Nothing else.
    The jsp examples in our 9.2 database installation
    (not iAS) seem to work OK.
    We have made the post-installation tasks as described
    in "Installing the Ultra search Middle Tier ... "
    Thanks for any hints.
    Per Thernquist

    I have now found the cause of the problem.
    During the installation [in Linux Redhat 7.3]
    the file login.uix ends up the the folder
    $ORACLE_HOME/ultrasearch/webapp/isearch_admin/control
    where the login scripts doesn't find it.
    Moving login.uix to the folder
    $ORACLE_HOME/ultrasearch/webapp/isearch_admin/include
    makes things work OK.
    /Per
    Thanks for a prompt reply
    I have followed the configuration instructions in
    the Ultra Search Online Documentation/Part 1/
    Installing the U S Middle Tier Component .../
    Editing the ultrasearch.properties file
    The jserv.log says
    java.io.FileNotFoundException: Could not find login.uix
    login.uix does exist, in the folder
    <oracle home>/ultrasearch/webapp/isearch_admin/control alongside with i.a. login.jsp.

  • Exception after login

    Cant login to admin tool
    Hi all
    I am using Oracle ultra searc on oracle 9.2.0 database
    for Win2000Server. I use Oracle Universal Installer.
    After install all component i edit ultrasearch.proprties.
    But when i login http://gauss:7778/ultrasearch/admin/control/login.jsp
    i find exception in jserv log:
    [25/12/2003 16:40:59:224 MSK] Could not find renderer for Page[name=login]
    [25/12/2003 17:11:00:862 MSK] java.io.FileNotFoundException: Could not find login.uix
         at oracle.cabo.share.io.DefaultNameResolver.getProvider(Unknown Source)
         at oracle.cabo.share.io.CachingNameResolver.getProvider(Unknown Source)
         at oracle.cabo.servlet.xml.DefaultPageDescriptionCache.getPageDescription(Unknown Source)
         at oracle.cabo.servlet.xml.UIXPageBroker.getPageDescription(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.getEventHandler(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at ultrasearch.admin._control._login._jspService(_login.java:327)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
         at oracle.jsp.JspServlet.internalService(JspServlet.java)
         at oracle.jsp.JspServlet.service(JspServlet.java)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:484)
    [25/12/2003 17:11:00:862 MSK] java.io.FileNotFoundException: Could not find login.uix
         at oracle.cabo.share.io.DefaultNameResolver.getProvider(Unknown Source)
         at oracle.cabo.share.io.CachingNameResolver.getProvider(Unknown Source)
         at oracle.cabo.servlet.xml.DefaultPageDescriptionCache.getPageDescription(Unknown Source)
         at oracle.cabo.servlet.xml.UIXPageBroker.getPageDescription(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.getPageRenderer(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at ultrasearch.admin._control._login._jspService(_login.java:327)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
         at oracle.jsp.JspServlet.internalService(JspServlet.java)
         at oracle.jsp.JspServlet.service(JspServlet.java)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:484)
    [25/12/2003 17:11:00:862 MSK] Could not find renderer for Page[name=login]
    Why? Pleas help.

    Hi
    Did you edit in ultrasearch.properties the variable admin.srchome?
    For more info see http://download-west.oracle.com/docs/cd/B10501_01/ultra.920/a97204/install_midtier.htm.
    Chris

  • Cant login to admin tool

    Hi all
    I am using Oracle ultra searc on oracle 9i database
    I followed all the intallation and post installations Instrustions and I made the user with the specified role
    but always displaying wrong password/username
    please somebody help me its very ergent
    Mostafa Hashem

    Hi
    To login in the admin tool you have to enter a valid user/password of the database.
    Try with WKSYS, if the database was correctly installed you should be able to login.
    Did you check the DB-URL, e.g. in ultrasearch.properties.
    Chris

  • UltraSearch Results and normal Search Results

    Hello,
    i have the following problem:
    We crawl documents with the UltraSearch Crawler. For every document exist's a data-set (product name, firm etc.) this data-set is stored in an other table.
    If i search for the text in documents i need the data-set for every referenced document to show the complete data (doc url, product name, firm etc.) in a table.
    Currently i take the results from UltraSearch, insert them in a temporary table. Then i JOIN the two tables and get the final result. This solution has a performance problem ;-) It need the db operations: select, insert and select.
    Did anybody here know a better (faster) solution?
    Thanks i advance
    Klaus

    You need to be a bit more specific about your requirement and your environment. What kind of functionality does your  search need? Are you using enterprise search or FAST?
    1) Your sites should already include default search boxes at the top right corner.  If you need a search web part, you will need to create a web part page and add the search box or advanced search box (need a search center for advanced) onto the web
    part page. If you need to change the default search box layout on all pages, you can do that by editing the master pages.
    2) Are you asking for a specific query to be included in every search? You can can add a default appendded query using the search box web part properties. If you want to just have certain keywords show up at the top, you
    can set up Keyword Best Bets. For the filtering, you will need to use scopes. You can set the scope rules to include/exclude specific sites, folders, content sources or property queries. If you're using FAST, you will need to set the scopes
    up in the FAST Query app, not the FAST content app.
    You can create keyword best bets, scopes and change the search settings for the site collection by going to Root Site Settings > Site Collection Administration > Search Settings. Hope this helps. Again, we need more info to provide a more specific
    solution.

  • How do I add multiple scripts from search engines to my meta tag properties?

    I currently have copied the goolge script for website varification and analytics, etc and pasted it into my meta tag properties dialog box. There is no problem as far as Google varifying the page. However, I would like to copy Bing's search engine script into my meta tag in addition to Googles script. How do I go about doing this? Do I hit the return on my keyboard under the ending of Googles script, then paste in the Bing script?
    The the last part of the Google script ending in this:
    </script>
    (paste new script from Bing here?)
    Will this cancel out each other and cause problems?
    Can someone walk me through this process, because Bing's search engine will not varify my site through two of the three other methods.
    Ben

    Adding a script after the closure of previous script is the way to go i.e. right after the </script> tag.
    So it should look something like below:
    <script>
    Google's script
    </script>
    <script>
    Bing's script
    </script>
    Cannot comment on one interfering with the other since it really depends on what exact code is there in the scripts. Google and Bing help resources will be able to help more with this.
    Thanks,
    Vikas

  • Error while accessing secure store: File "SecStore.properties" does not exi

    Hi ,
    I have a java desktop application, and i am trying to get a connection from a datasource deployed on one SAP AS Java, I can get the datasource succsfullly but when i try to get a connection from the DS, it throughs this exception, I put the secstore..properties file in the classpath even after that it is not happy,
    any solution/hint/light please!!!!
    com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "SecStore.properties" does not exist although it should..
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
         at com.sap.customcode.ConflictingActionFixture.(ConflictingActionFixture.java:53)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at fit.FixtureClass.newInstance(Unknown Source)
         at fit.FixtureLoader.instantiateFixture(Unknown Source)
         at fit.FixtureLoader.instantiateFirstValidFixtureClass(Unknown Source)
         at fit.FixtureLoader.disgraceThenLoad(Unknown Source)
         at fit.Fixture.loadFixture(Unknown Source)
         at fit.Fixture.getLinkedFixtureWithArgs(Unknown Source)
         at fit.Fixture.doTables(Unknown Source)
         at fit.FitServer.process(Unknown Source)
         at fit.FitServer.run(Unknown Source)
         at fit.FitServer.main(Unknown Source)
    Caused by: com.sap.security.core.server.secstorefs.FileMissingException: File "SecStore.properties" does not exist although it should.
         at com.sap.security.core.server.secstorefs.StorageHandler.openExistingStore(StorageHandler.java:372)
         at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1946)
         at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
         at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
         ... 18 more
    caused by

    the SecStore.key file was not there, I changed the passwd and checked the 'Encryption' on, after that my sever instance is not starting.
    Any idea?
    -Puneet

  • In Photoshop CC (2014), Hue/Saturation adjustment layer properties disappear

    I am running Photoshop CC (2014) under Windows 7 Professional.  The program is up to date.
    Today, while editing an 8-bit image, I added a Hue/Saturation adjustment layer.  Then, in the properties panel for this layer, with the on-image adjustment tool selected, I clicked a color in the image to get a range of colors whose saturation I wanted to adjust.  Next, using the saturation slider in the properties panel, I increased the saturation of this range of colors. Finally, I closed the properties panel by clicking on the double arrow in the upper right corner.
    Later, I wanted to modify this adjustment layer.  I double-clicked on the layer thumbnail to reopen the properties panel, and found that, although the previous increase in saturation was still operating, the saturation slider was back at its default position, and the range of colors that I had previously established was gone.  Thus, I could not make further adjustments to this range of colors.
    I then did some further experimentation:  I deleted the first Hue/Saturation adjustment layer, and created a new Hue/Saturation adjustment layer. I then again established a range of colors as above, again increased the saturation of these colors, and then again closed the properties panel by clicking on the double arrow in the upper right corner.  This time, however, when I wanted to try to modify this adjustment layer, instead of double-clicking on the layer thumbnail to reopen the properties panel, I right-clicked on the layer and then clicked on "Edit adjustment..."  This opened the properties panel, which, this time, correctly showed my original adjustments -- the saturation slider showed the positive adjustment that I had previously made, and the range of colors established earlier was still shown. But then, on a hunch, I added a Curves adjustment layer above the Hue/Saturation adjustment layer.  Now, when I again opened the properties panel of the Hue/Saturation adjustment layer (by right-clicking on the layer and then clicking on "Edit adjustment..."), my previous settings were gone -- the saturation slider was at its default position and the range of colors was gone!  (But the increase in saturation was still operating.)
    Thus, it appears that there is a bug in the functioning of the properties panel of the Hue/Saturation layer: In short, once you have added a further adjustment layer, you can't then go back and make changes to the properties of the Hue/Saturation layer.  I would be interested to hear if others have noticed this.  Also, is Adobe planning to address this?

    OK, I am not entirely sure I have understood your post completely, but when you edit a colour range with a Hue/Sat layer, and click off and back on again, it will default to showing the RGB values, which you may not have made any adjustment to.  If you pick the previous colour from the image, or a similar colour, it _will_ show you the adjustments.  So long as your picked colour is contained within the range of the previous adjustment.
    Ypu could also use the RGB drop down (actually they call it Master nowadays), and chose the colour that is closest to your previously picked colour.  I expect you are away that you can edit the colour range being operated on by dragging the four sliders on the two colour bars at the bottom of the Properties panel.
    Does that make sense, or am I going in the wrong direction?

  • Program error when opening layer properties

    Hi! I have a really difficult problem in Photoshop. Whenever I try to open the layer properties I get the error message "Could not complete your request because of a program error." I tried to fix it but I really don't know what to do. I am working on a huge project and I need this fixed as soon as possible. Thanks!

    Please read this and proceed accordingly:
    http://forums.adobe.com/thread/419981?tstart=0
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html

  • ADF Custom properties overlay

    Hi all
    I want to put another one data in the same row in view mode in priview link http://tinypic.com/r/10e22wn/6 can see that in Edit form are showing both (Code & Date fields), but on View Form are only date in Custom properties i tried to RoDisplay: IllnessDate ,Code but then in view form showed only Code
    Maybe someone can give some tips about overlay or how i can put the Code into view form in the same row
    Jdeveloper-11.1.1.6.0
    ADF Business Components     11.1.1.61.92
    Thanks ! !
    ID
    Edited by: 1D10T on Nov 7, 2012 4:47 AM

    Sucess
    <CustomProperties>
    <Property
    Name="ShowCodeInRO"
    Value="true"/>
    </CustomProperties>
    Maybe somewhere are some list with all custom Properties ?

  • File Properties: Document Kind... Where Does it Come From?

    In Bridge's metadata subsection "File Properties", what exactly
    is "Document Kind"? Is it synonymous with the file's mime type?
    I've read through Adobe's XMP specification document (http://partners.adobe.com/public/developer/xmp/sdk/index.html) and I've seen many of Adobe's XMP schemas and data elements defined there, but I can't find where "Document Kind" is defined.
    The closest I come is page 39 where the XMP specification notes that the dublin core schema has a property called "format" with a value of "MIMEType". Is "dc:format" synonymous with "file properties: document kind"?
    Thanks for any help.

    dont mind but please tell me how do u communicate with computer ports...
    u can mail any material at [email protected]
    thanks

Maybe you are looking for

  • Can't Drag & Drop Songs into Playlists

    I am astounded that this appears to be such a wide spread issue and there do not seem to be any useful responses to the issue. I have always been able to drag music from my iTunes library into playlists I have already created. Now the playlists I pre

  • Imovie event library

    Hey Apple users out there. Years ago I started out with a Steve Wozniac signed Apple IIGS. Switched to PCs due to software and finally am back in the Apple fold. I am learning with the imovie after using Ulead for a while. When I do a project, then c

  • Help me ! can't install oracle 11g on ubuntu

    Hello i'm student,i'm studing oracle database 11g but i met some bug such as http://nguy-hiem.co.cc/12.png i try to fix it and i was run fixup.sh but root@hieukenpro-virtual-machine:/tmp/CVU_11.2.0.1.0_oracle# ./runfixup.sh Response file being used i

  • Moving date is before activation date

    I am moving on the 26th of the month but my new activation date is not till the 30th due to the house we are moving to, not being disconnected from their provider till that day.  A Pain but not a problem.  The question I have is, where we are moving

  • Write in the access manager cache

    Hi, I use AM 2004Q2 with the portal server. I also use IDM to manage portal identites. From IDM, I want to change portal LDAP attributes. Precisely, I want to change the value of the attribute of sunPortalDesktopDpDocumentUser. So from IDM, I make a