When i am on the 4 step in Search Result Display options, i get errors after 2 radio buttons

I am using Oracle portal 9.0.2 version
When i am on the 4 step in Search Result Display options, i get errors after 2 radio buttons
Default Search Results Page
This Search Portlet
An unexpected error has occurred (WWS-32100)
User-Defined Exception (WWS-11230)
Unknown Exception (WWC-45131)
ORA-20101:
ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
ORA-06512: at "PORTAL.WWPOB_API_PAGE", line 3369
ORA-01403: no data found
ORA-01403: no data found (WWC-11230)
No data found (WWS-32101)
ORA-1403: ORA-01403: no data found
ORA-01403: no data found (WWC-36000)
Error: An unexpected error occurred: User-Defined Exception (WWC-43000)
Please help me with this one
P.S I tried to run inctxgrn.sql, but it did not solve the problem

i solved the problem by runing 2 scripts as a portal user
You can refer to bug - 2418089. This was fixed in 9.0.2.3
begin
wwpre_api_value.set_value_as_number
p_path => 'oracle.portal.search',
p_name => 'searchresultpageid',
p_level_type => wwpre_api_value.SYSTEM_LEVEL_TYPE,
p_level_name => null,
p_value => 6,
p_commit => true
commit;
end;
begin
wwpre_api_value.set_value_as_number
p_path => 'oracle.portal.search',
p_name => 'searchresultpagesiteid',
p_level_type => wwpre_api_value.SYSTEM_LEVEL_TYPE,
p_level_name => null,
p_value => 6,
p_commit => true
commit;
end;
NOTE - The difference is the value of 'p_name' attribute. If u see carefully it is 'searchresultpagesiteid'. The first time u run this the value is 'searchresultpageid'.

Similar Messages

  • We are using apple tv to try to access our itunes account on the computer.  We see our library of music but when we click on the song it searches for a long time and then says that it cannot access the itunes store.  Any ideas on what we are doing wrong?

    We are using apple tv to try to access our itunes account on the computer.  We see our library of music but when we click on the song it searches for a long time and then says that it cannot access the itunes store.  Any ideas on what we are doing wrong?

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router.
    Reset the Apple TV (Settings > General > Reset > Reset all settings)
    Restore the Apple TV (Settings > General > Reset > Restore)

  • When I complete all the steps to create Apple ID.In part that requires the credit card i dont have credit card and the option none does not appear.What can I do?

    When I complete all the steps to create Apple ID.In part that requires the credit card i dont have credit card and the option none does not appear.What can I do?

    Greetings anabeqiri, 
    Thank you for contributing to the Apple Support Communities. 
    The advice and steps in this article may help if you don't see "None" as a payment option when creating your Apple ID:
    Why can’t I select None when I edit my Apple ID payment information? - Apple Support
    All the best,
    Jeremy 

  • HT1420 I purchased a song from iTunes however it will not play.  I get a message telling me I need to authorize my PC, when I go through the steps as directed I get a message saying this PC is already authorized however the song still will not play.  Any

    I purchased a song from iTunes however it will not play.  I get a message telling me I need to authorize my PC, when I go through the steps as directed I get a message saying this PC is already authorized however the song still will not play.  Any help?

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the dodgy tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

  • I have an iphone 4 jammed in MDU mode, I conect to itunes and asked to restore, it went through all the steps and nearly completed it gives me an error message saying cannot be restored error -1.  Can anybody help me how to restore my iphone

    I have an iphone 4 started the problem saying no service, then when restarting asked to connect to itunes and became jammed in MDU mode, I connect to itunes and clicked on  restore, it went through all the steps and nearly completed it gives me an error message saying cannot be restored error -1.  Can anybody help me how to restore my iphone.  or what to do next, some reseller asked me to go the shop where I bought to replace it for me as this error cannot be restored by any shop.  It has to be returned to apple and get it replaced.  The warranty already expired and don't know what to do.
    Please help

    Error 1 or -1
    This may indicate a hardware issue with your device. Follow Troubleshooting security software issues, and restore your device on a different known-good computer. If the errors persist on another computer, the device may need service.
    http://support.apple.com/kb/TS3694#error1

  • How to limit the number of search results returned by oracle text

    Hello All,
    I am running an oracle text search which returned the following error to my java program.
    ORA-20000: Oracle Text error:
    DRG-51030: wildcard query expansion resulted in too many terms
    #### ORA-29902: Fehler bei der Ausführung von Routine ODCIIndexStart()
    ORA-20000: Oracle Text error:
    DRG-51030: wildcard query expansion resulted in too many terms
    java.sql.SQLException: ORA-29902: Fehler bei der Ausführung von Routine ODCIIndexStart()
    ORA-20000: Oracle Text error:
    DRG-51030: wildcard query expansion resulted in too many terms
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169)
    When i looked up the net, one suggestion that was given is to narrow the wildcard query, which i cannot in my search page. Hence I am left with the only alternative of limiting the number of results returned by oracle text search query.
    Please let me know how to limit the number of search results returned by oracle text so that this error can be avoided.
    Thanks in advance
    krk

    Hi,
    If not set explicitly, the default value for WILDCARD_MAXTERMS is 5000. This is set as a wordlist preference. This means that if your wildcard query matches more than 5000 terms the message is returned. Exceeding that would give the user a lot to sift through.
    My suggestion: trap the error and return a meaningful message to the user indicating that the search needs to be refined. Although it is possible to increase the number of terms before hitting maxterms (increase wildcard_maxterms preference value for your wordlist), 5000 records is generally too much for a user to deal with anyway. The search is not a good one since it is not restricting rows adequately. If it happens frequently, get the query log and see the terms that are being searched that generate this message. It may be necessary to add one or more words to a stoplist if they are too generic.
    Example: The word mortgage might be a great search term for a local business directory. It might be a terrible search term for a national directory of mortgage lenders though (since 99% of them have the term in their name). In the case of the national directory, that term would be a candidate for inclusion in the stoplist.
    Also remember that full terms do not need a wildcard. Search for "car %" is not necessary and will give you the error you mentioned. A search for "car" will yield the results you need even if it is only part of a bigger sentence because everything is based on the token. You may already know all of this, but without an example query I figured I'd mention it to be sure.
    As for limiting the results - the best way to do that is to allow the user to limit the results through their query. This will ensure accurate and more meaningful results for them.
    -Ron

  • Itunes was not installed correctly error 1114.  I have uninstalled and reinstalled using the steps several times., itunes was not installed correctly error 1114.  I have uninstalled and reinstalled using the steps several times.

    itunes was not installed correctly error 1114.  I have uninstalled and reinstalled using the steps several times., itunes was not installed correctly error 1114.  I have uninstalled and reinstalled using the steps several times.
    I have never been so close to packing the whole lot up and sending the ipad back!
    Please help!
    Kieran

    Issues installing iTunes or QuickTime for Windows
    iTunes 11.1.4 for Windows: Unable to install or open
    Troubleshooting issues with iTunes for Windows updates

  • Search results displays title from the document and not from its metadata

    Hi All,
    I have an issue with SharePoint 2010 Search results. While searching for any content in SharePoint, it displays the title value from the keyword in the document and not from the metedata.
    Scenario:- I have a document library and a document named "Bill Details C1234.doc" in it. The title for this item in document library is "Bill Details". However on searching with keyword "Bill" it displays the
    first word in the word document which is "I".It should display the title set in the document i.e. "Bill Details".
    Please suggest

    I think you're looking to do the reverse of this:
    https://social.technet.microsoft.com/Forums/office/en-US/c2ec4fc2-e04c-453c-8035-4f334f062d05/have-search-results-display-the-filename-of-a-word-doc-instead-of-the-title-metadata?forum=sharepointsearchlegacy
    check this out as well, again I think you want to reverse part of this where it references filename
    http://chris.gg/2011/06/display-filename-instead-of-document-title-in-sharepoint-search/
    So, where it references Filename, you would put title, but leave where it references title alone.  Or maybe I misunderstood and you are looking for exactly this, to make search display the filename and not the title, in which case I trust that you'll
    find this to be your answer.
    Stacy Simpkins | MCSE SharePoint | www.sharepointpapa.com

  • Ok apple I have one complaint and that is the fact that when I am on the Internet with my iPod I can't get onto the AppStore because it says cannot connect to iTunes store

    Ok apple I have one complaint and that is the fact that when I am on the Internet with my iPod I can't get onto the AppStore because it says cannot connect to iTunes store

    Can't connect to the iTunes Store
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors | iPad Insight

  • HT1926 When I click on the iTunes icon or iTunes from programs I get this: the item 'itunes.exe that this short cut refers to has been changed or moved.

    When I click on the iTunes icon or iTunes from programs I get this: the item 'itunes.exe that this short cut refers to has been changed or moved. So this short cut will no longer work.

    Let's try a repair install of iTunes first.
    Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", click "Change" and then click "Repair".
    Can you launch your iTunes now?

  • When I export from the timeline in Final Cut Pro HD, I get a general error message

    When I export from the timeline in Final Cut Pro HD, I get a general error message and the export quits. Any ideas on a fix?

    Also, if I remember correctly, Final Cut Pro HD was version 4.5. Is this what you are running?
    If so, what version of OSX and Quicktime are you running?
    x

  • When I updated to the ios7 all my text messages started to get sent to my iPad. How do I undo that?

    When I updated to the ios7 all my text messages started to get sent to my iPad. How do I undo that?

    Hi shawna,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iPad, iPad mini User Guide for iOS 7
    manuals.info.apple.com/MANUALS/1000/MA1595/en_US/ipad_user_guide.pdf
    See page 40 for iMessage Settings:
    Messages settings
    Go to Settings > Messages, where you can:
    Turn iMessage on or off
    Notify others when you’ve read their messages
    Specify a phone number, Apple ID, or email address to use with Messages
    Show the Subject field
    Block unwanted messages
    Manage notifications for messages. See Notification Center on page 28.
    Set the alert sound for incoming text messages. See Sounds and silence on page 29.
    Cheers,
    - Judy

  • HT4946 iTunes shows I have an encrypted backup under preferences.   It's got the pad lock. When I click restore the encrypted backup is not an option. I've been test MDM products and may have caused this. How do I restore the encrypted backup.

    iTunes shows I have an encrypted backup under preferences.   It's got the pad lock. When I click restore the encrypted backup is not an option. I've been test MDM products and may have caused this. How do I restore the encrypted backup.

    I just came here today to ask the same question.
    I have an iPod Gen2 with version 4.2.1 iOS, and iTunes 11.0.2.26
    My iPod Touch was running sluggish so I backed up and selected the "Encrypt local backup" to "back up account passwords used on my iPod".
    I selected a password for this backup and restored my iPod Touch.
    When I went to restore from backup, that encrypted backup is not available on the drop down list.
    However, if I go to the top of ITunes and click "Edit", "Preferences" "Device", it shows the back up with the pad lock on it.
    I thought I was being smart backing up with encryption to back up account passwords, but now I have lost everything.
    So many people have the issue where it asks for a password when they never told iTunes to do an encrypted backup and here we are with an encrypted backup, and we know the password, but we don't get the option to restore from it.

  • When i login to icloud form windows 7 Home premium PC, I get error - Cannot sign in due to server error

    When i login to icloud form windows 7 Home premium PC, I get error - Cannot sign in due to server error

    You may have to follow the slightly more detailed steps in whichever of these two applies to you.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    Rebooting into safe mode may be needed to delete any folder the instructions say you should remove. You may also find this Microsoft Fixit helps to remove stubborn components. It has taken some people several attempts to completely clean iTunes and supporting software before they have been able to successfully reinstall it.
    tt2
    Message was edited by: turingtest2

  • Search Results Display Preference as "Advanced" not working in R12

    Hi Everyone,
    I'm unable to do an Advanced search in R12(12.1.3) whereas "Standard" search is working fine at 'Search Results Display Preference' in Oracle Applications Home Page.
    Advanced search throws 'http 404' error in all upgraded instances.
    Is there any patch need to be applied or setups as part of R12 upgrade. Kindly help.
    APPS - R 12.1.3
    DB - 11.2.0.3
    OS - IBM AIX 6.1.0.0
    Thanks in advance,
    Lakshmanan

    Thanks for the reply.
    I got only below error in Apache log and no error message at application/server logs.
    10.15.29.7 - - [28/Jan/2013:10:39:41 +0000] "GET /OA_HTML/null/search/query/search?search_startnum=&search_endnum=&num=10&search_dupid=&exttimeout=false&group=null&q=&btnSearch=Search&search_p_main_operator=all&search_p_atname=Language&adn=Language&search_p_op=equals&search_p_val=en&search_p_atname=&adn=&search_p_op=equals&search_p_val= HTTP/1.1" 404 134 0 "http://myaixmachine.nonet:41400/OA_HTML/OA.jsp?OAFunc=APPSSEARCH_DEFAULT_RESULTS&SearchableGroup=All&SearchText=&searchGroupDisplayName=null&renderSESUI=Y&retainAM=Y&addBreadCrumb=RP&OAMC=K&_ti=1388080887&oapc=20&oas=JNSHKRyzArPiepE5EfDLFA.." "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0)"
    Thanks,
    Lakshmanan

Maybe you are looking for

  • Issue changing CutePDF default filename

    Hi, Does anyone know how we can change the naming convention for filename in CUTEPDF SAVE dialog box? Our basis has set up device type 'PDF1' in SPAD and tie this to output device 'XX_PDF'. When we go to VA02 to issue output, if we set the print para

  • Elitepad 1000 G2 external monitor resolution problem

    Hey guys,  Recently I got this elitepad 1000 g2 window 8.1 tablet,  I connected hp lv1911 monitor using docking station with it, however  the highest resolution is only 1366x768 for the external monitor. I have tried to update all windows updates, an

  • ATV - TC

    Hi! I have some questions related with the ATV. 1-Can I streaming movies,music,photos from my Time capsule to the apple tv wireless? (In case yes, how slow is?) 2-Can I transfer movies from the computer to the apple tv hard drive? 3-What type of hard

  • Could not install solaris 8 on my sparcstation-20

    Hi, I tried to install solaris 8 on my sun machine. It failed, with the error message, saying that it can't find the kernel file. Then I tried to install solaris 6. It succeeded. I could not figure out why, anyone can help me? Following is the output

  • Issues with scan import

    On an old PC I had CS4 installed and 2 scanners connected, when imported images via scaner i was able to keep the scan window open to easily scan more pictures after finishing working on the first image. When I installed CS5 on a new computer the sca