Search administer tab problem

I currently have a problem with the Search Settings on the Administer Tab of the Portal Design-time Pages part of my application. It has worked previously but at present when the Search settings link is hit (if I need to change the page in which the Basic search is shown) then it wil no longer give me access and says that it has been remoevd, no longer available or I don't have access to it. How do I restore this page?

What version of portal are you using, i am presuming you are on 9.0.2.
The deletion of the results page which was selected in the search settings screen is most likely the cause of the problems you are seeing. When the search settings screen is being rendered it is encountering an error as the page no longer exists and the settings screen can not continue to be rendered. This was a known problem in 9.0.2 and has not been fixed in a later release.
If you have access to the portal schema via sqlplus, you can use an API to reset the search results page to an existing page and then you will be able to get back into the search settings.
Follow these steps
- determine the page id and page group id of an existing search results page
- you can either do this by querying the tables or navigating to the actual page. In the latter case, when on the actual page the the url will contain a parameter '_pageurl' which will contain the page and page group ids
The page id is the 1st number, the page group id is the 2nd number and if there is a 3rd number it is the tab reference
i.e If the parameter is pageid=6,873,6874, the page group id is 873 and the page id is 6
- once the ids are known log into the portal via sqlplus and run this snippet of code, replacing the ids 6 with your ids.
declare
l_results_page_id number := 6;
l_results_page_siteid number := 6;
begin
wwpre_api_value.set_value_as_number(
p_path => 'oracle.portal.search',
p_name => 'searchresultpageid',
p_level_type => 'S',
p_level_name => null,
p_value => l_results_page_id
wwpre_api_value.set_value_as_number(
p_path => 'oracle.portal.search',
p_name => 'searchresultpagesiteid',
p_level_type => 'S',
p_level_name => null,
p_value => l_results_page_siteid
commit;
end;
- this will update the setting for the results page and the search settings screen should be able to be acessed now.

Similar Messages

  • HOW DO I DELETE THE "SEARCH HERE" TAB?

    TODAY A "SEARCH HERE" TAB APPEARED ON MY HOME PAGE. I CANNOT FIND A "PROGRAM" TO UNINSTALL IT. I HAVE REBOOTED, RESTORED TO A PREVIOUS POINT AND IT IS STILL THERE. HOW DO I DELETE THIS TAB.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Administer tab on portal builder is empty

    I have a problem with portlet configuration in the portal builder. I see an empty page in the portlets and database subtabs of administer tab.
    I'm using oracle portal server 10g and portal preview Release 10.0.
    After I have completed the portal preview installation all works fine, but (I don't know why, but I'm sure that I haven't installed anything after portal preview) now if I click the administer tab in the portal builder I can see three subtabs (Portal, Portlet and Database) but I see blank page for portlet and database subtabs.
    Can someone help me?
    Sonia

    Additionally, you need to assign the following process roles to your user:
    com.sap.caf.eu.gp.roles.runtime_wc - for runtime tools usage
    com.sap.caf.eu.gp.roles.administration - GP administration
    com.sap.caf.eu.gp.roles.designtime - design time toolset
    Check for http://help.sap.com/saphelp_nw2004s/helpdata/en/ff/1b3a4209a6ae04e10000000a1550b0/content.htm
    Best regards,
    Aliaksei

  • I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!

    I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!
    [http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream]

    Looks like a font problem.<br />
    Firefox seems to be using a font that isn't working properly.
    Try this solution: [[/questions/927322#answer-336404]]

  • I use google search.When I click on a suggestion in the search results tab, I want it to open in a new tab and keep the search results in the original tab.How?

    For example, when I enter the search term "armoires" and get a search results page/tab with suggestions such as Sears, JCPenney, or Amazon, I want to be able to click on Sears and have the Sears page open in a new page/tab. I want to be able to close the Sears tab and be able to use the search results tab again.

    In order to change your Firefox Configuration please do the following steps :
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''' to continue to the about:config page.
    # Look to '''browser.search.openintab''' change its value to '''true'''.
    With this configuration your search will be open in a new tab

  • Very Urgent Tab Problem

    Hi to All...
    I Designed the PDF forms using Adobe Acrobat Live Cycle Designer 7.0.
    but i am facing tab problem.
    for example: if i entered in the some text boxes then if i want to go back to previous text boxex means curser will go to the some other text boxes.
    and also if open in internet Explorer tab issue is more.
    is there any property we need to set?
    please guide me its very urgent.
    thanks in Advance...
    chalmal Seetaram

    To set the Tab order choose: 'Tab Order' under 'View' menu and read through the Tips.... it is easy.
    Good Luck,
    SekharN

  • Search result pages problem

    When I perform a search on a specific category on these forums, I get the first page of the results. But when I go a next page, I don't get a page with results of my search, but  the results of a search on all categories.

    The problem also arises with a single bowser window:
    1) do a search
    the first results page is correct
    2) clicking next or a page number gives results from all categories
    3) going back to the first page with results and clicking the search button (redo the current search) fixes the problems, now next and the page number links work correct.
    I've traced the problem down to this html:
    <a href="search!execute.jspa?q=sbo&dateRange=last90days&rankBy=10001&start=0"
                                 class="jive-current"
                                 >1</a>
    vs
    <a href="search!execute.jspa?q=sbo&objID=f56&dateRange=last90days&forceEmptySearch=true&rankBy=10001&start=0"
                                 class="jive-current"
                                 >1</a>
    The first is the result of a search on the main sbo forum page: SAP Business One SDK
    while the second is a result of a search done from the search form where you can specify which forum to search, which date range, user id, etc. (this is the form that is displayed above every page with results.
    Both resulting pages look 100% identical, but with the first search, the next pages are wrong. (because objID is missing in the links)
    I think this pretty much explains it. Now it's up to somebody else to fix it

  • How to restore search history tabs; disappeared after I cleared search history; can't restore tabs!

    I recently cleared my search history - I deleted everything - but now my search history tabs (that were generated after each search) have disappeared, and I can't restore them no matter what I do. Also, under "History", "restore previous session" and "recently closed windows" are gray, and so can't be selected. I've "reset" Firefox to "default" status twice to no avail...help! I need those tabs!

    Make sure that you do not run Firefox in (permanent) Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    *Tools > Options > Privacy: Use custom settings for history
    *Deselect: [ ] "Always use private browsing mode"
    See also:
    *http://kb.mozillazine.org/Session_Restore
    *https://support.mozilla.org/kb/Session+Restore
    You can also check these prefs on the about:config page.
    * http://kb.mozillazine.org/browser.sessionstore.max_tabs_undo
    * http://kb.mozillazine.org/browser.sessionstore.max_windows_undo
    * http://kb.mozillazine.org/browser.sessionstore.resume_from_crash

  • Search open tabs from AwesomeBar using % in front of the term isn't working in FF 35. Is this an issue, or am I missing something?

    Numerous pages reference this procedure to search open tabs but only a new tab opens. I've tried this from both url (address) bar and search bar without success without success. Does the AwesomeBar need to be enabled or is there something else I'm doing wrong?

    Hi skippdiddly,
    Do you have the URL's that mention this? The closest thing I can think of is the "Switch to tab" feature.
    Take a look at this page [[Awesome Bar - Find your bookmarks, history and tabs when you type in the address bar]] the section labeled "Switch to tab" shows an example of what it looks like.
    Thanks,
    Curtis

  • Search engine tab

    Hello I have lost my search engine tab in the top right hand corner of my Mac Book Pro next to the address bar and only have 'Reader' in its place. Can you help? Thanks

    open a new tab - you will see something that looks like a magnifying glass - that means you're on search mode.
    give it a shot - see if that works for you.
    see image below:

  • HT1491 Search option tab doesn't appear on my iTunes Store when accessed from iPad or iphone

    iTunes Store has recently been launched in India ....however search option tab seems to be missing in the app when accessed from iPad or iPhone. Also the purchase option is visible in iPad but missing in iPhone

    Me too. 34000+ items.
    Gotta wonder if that's a factor.
    Just now I removed all remotes from iTunes.
    (Prefs > Devices > Forget All Remotes)
    Then I turned on Home Sharing on my iPhone.
    (Tap the gear icon in the Library selection screen.)
    Previously the iPhone was registered as a regular remote.
    So both devices are controlling iTunes via home sharing.
    Now iTunes is not crashing at all, in full-screen mode or otherwise.
    Not sure if it will last, but time will tell.
    Hope this is useful to you.
    I'll post back if the crashes return.

  • Alignment with Tabs Problem

    Hi friends,
    i have an CRM application where the item alignment and the tabs is creating a problem for me.
    Instead of me to elaborate, i can show you in my page in apex.oracle.com, so that you can understand my problem clearly in the page itself. These are the login credentials
    http://apex.oracle.com/pls/apex
    Workspace: mini_ws
    username: [email protected]
    password: mini4i
    Over there in the application 45387(application name: Customer Relationship Mgmt)
    Under Page 2(page name: Accounts). U can see that the i couldn't able to align the following three items to the right side position of the region along with other items.
    <li> sic code
    <li> shipping country
    <li> upsell opportunity
    i dont know why it is not arranging like the other items(as the other items are arranged properly).
    Another Problem is the tab problem in that page. I have following two tabs
    <li>Accounts(will navigate to the page 2)
    <li>Contacts(will navigate to the page1)
    There is no any problem with the tab "Accounts" as it is correctly navigating to the page 2. But the problem persist with the "Contacts" tab.
    As the "Contacts" tab is navigating to the page 1, but the"Accounts" tab is not visible in the page 1 and it is entirely getting disappearing. i dont know why it is happening.
    Generally for the tabs, if we navigate to the corresponding page by pressing the corresponding tabs means, the other tab has to be visible inorder to navigate to the other page.
    But in my case, if i pressed the "Contacts" tab means the "Accounts" tab is getting disappearing. I think that you can able to get my problem clearly in the example.
    What is the tab issue over here and also about the alignment issue.
    Thanks for your support friends.
    Regards,
    Mini

    Mini wrote:
    Hi friends,
    i have an CRM application where the item alignment and the tabs is creating a problem for me.
    Instead of me to elaborate, i can show you in my page in apex.oracle.com, so that you can understand my problem clearly in the page itself. These are the login credentials
    http://apex.oracle.com/pls/apex
    Workspace: mini_ws
    username: [email protected]
    password: mini4i
    Over there in the application 45387(application name: Customer Relationship Mgmt)Thank you for doing so. It makes troubleshooting so much easier.
    Under Page 2(page name: Accounts). U can see that the i couldn't able to align the following three items to the right side position of the region along with other items.
    <li> sic code
    <li> shipping country
    <li> upsell opportunity
    i dont know why it is not arranging like the other items(as the other items are arranged properly).The first item on the other rows has <tt>colspan="4"</tt> set.
    Another Problem is the tab problem in that page. I have following two tabs
    <li>Accounts(will navigate to the page 2)
    <li>Contacts(will navigate to the page1)
    There is no any problem with the tab "Accounts" as it is correctly navigating to the page 2. But the problem persist with the "Contacts" tab.
    As the "Contacts" tab is navigating to the page 1, but the"Accounts" tab is not visible in the page 1 and it is entirely getting disappearing. i dont know why it is happening.
    Generally for the tabs, if we navigate to the corresponding page by pressing the corresponding tabs means, the other tab has to be visible inorder to navigate to the other page.
    But in my case, if i pressed the "Contacts" tab means the "Accounts" tab is getting disappearing. I think that you can able to get my problem clearly in the example.
    What is the tab issue over here and also about the alignment issue.No idea. Tabs are awful so I never use them.

  • Search panel/tab opening all the time

    Hi
    Why is Search panel/tab opening at the bottom of Dreamweaver every single time I want to Search/Replace something, its very annoying when I do not need this and I need to close it every time.
    I never use this Search tab at the bottom and I'm pulling my hair like crazy just to get rid of it ASAP.
    Thank you

    This should only open when you do a find all or replace all, and opens to enable you to review the changes or search for a specific line?
    Is this the behaviour you are getting?
    If you do a find (or find next), then individual replace, it should not open.
    HTH

  • How do I get the search here tab off the top of my screen?

    All of the sudden I have a new tab at the top of my Firefox screen for searching. It says "search here" with a colorful little pinwheel. There is no where I can find to take this whole thing off. I've tried uninstalling it on my computer, but it still shows up. I want to have it off completely!

    See image below. If that is the item, follow these instructions.
    Exit from Firefox, then try locating and removing from your installed programs in Windows Control Panel (see article below for instructions to get there depending on your version of Windows). Look for and remove '''''"Default Tab (version #)"'''''
    *http://kb.mozillazine.org/Uninstalling_toolbars#Uninstalling_via_Windows_Control_Panel
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Store won't display search results, tabs dead

    Search results in iTunes Stoe (11) won't display all items (i.e. it reads "Total: 301 items" at the bottom of the list but only 16-20 will show up (depending on my luck). This is even true of, for example, a podcast show page itself. When I scroll down, there are empty lines where episode titles should go, but if I go all the way to the end, they suddenly disappear and the "Total: 301 items" jumps to the end of the 16-20 item long list.
    Categories within search results won't display either (i.e. I can see the "All," "Books," iTunes U" list on the right side, but clicking on each does nothing).
    Going from "Details" to "Ratings and Reviews" also requires clicking the tab and then reloading the page. My connection is fine, this has been happening for at least the last month at home, while out, using wifi and when drectly connected by old timey cables. Updated this morning, still no change.
    Help?

    This article has some tips
    http://support.apple.com/kb/ts1368
    (particularly under Troubleshooting on a Mac)
    If that does not help...  As a test, to narrow down the cause, you may want to create a new user account in System Preferences Users & Groups pane.  It can be Standard or Admin.  Log out and log in to the new user account (do not use Fast User Switching).
    Try running iTunes from the new user account, and accessing the iTunes Store. 
    If the problem does NOT occur in the new account, the cause is likely to be something in your primary user account.  For example, it could be user preferences settings, or something related to your iTunes library, or a background process that runs in your account that is interfering somehow. 
    If the same problem does occur in the new account, the cause is likely to be related to the overall OS, the iTunes application, or maybe network settings that block access to the iTunes Store.
    Either way, you'll be able better focus additional troubleshooting.

Maybe you are looking for

  • Recovering data from Time Capsule

    My computer died and I'm trying to retrieve my data from my Time Capsule. A friend loaned me their old Macbook (circa 2008) which has 120 GB capacity. (Like I said, it's old....) I set up the largest partition I could, but it's only 45 GB (37 GB avai

  • Photos no longer sync

    I have a new iMac, OS 10.6.4, iTunes 9.2.1, and now have photos organized in iPhoto '09 (8.1.2). My iPod Nano 3rd Gen will sync music etc, but now will not sync photos. When I try to select the iPhoto folder location from the dropdown menu "other", i

  • Yahoo Images Not Loading Properly In FireFox

    I can get images/links to load properly in other browsers, but if I do an image search on yahoo with Firefox, I will click a thumbnail, and the page changes to the pic. But, if I try to click the link to go to the actual page the image is on, the lin

  • Sort order and hierarchical columns

    I have a report with a hierarchical column (say total, country, city), another dimension (say outdated, actual, undecided) and a measure. In the report should show the results grouped, sorted by the hierarchical column. So i configured the report to

  • WDA app not launched with SSO when called from portal

    Hi, we have configured our systems so that our portal (NW Portal 7.0) is issuing logon tickets and ERP6.0 is receiving them in the backend for single sign-on. When launching a SAP GUI for Windows transaction (System admin->Support->SAP Application) t