Refresh link...

What does the refresh link on the Display Portlet Repository do? It seems like it just blindly delete portlets. I pressed it once as myself, and it ended up deleting all the internal Oracle portlets, and all the pages that were published to portal. Then as a test I published a page to portal. Then I went to the Display Portlet Repository, clicked on the Oracle Portal Pages link and I see the portlet. I press the refresh link, and the portlet disappears. Any ideas why?
I see the link calls the wwsbr_portlet_folder.refresh package/procedure. Is there away to get the source code for this procdure? It is currently wrapped. It would be very helpful in figuring out why it?s not working.

I was looking at the WWLOG_ACTIVITY_LOG1$ table and I can see that at the time I hit the refresh link, I deleted all the Oracle built-in portlets.
I found how to get these portlets back. I was correct when I said that for some reason the refresh link deleted all the Oracle Portal built-in portlets. To recover I had the DBA bring back the WWV_THINGS table in a different schema from a backup taken before the portlets were deleted. I used the WWLOG_ACTIVITY_LOG1$ table to select the portlets I deleted from the recovered WWV_THINGS table. Then took those selected records and inserted them into the production WWV_THINGS table. Now everything is back to normal.
But any ideas on why the refresh link delete these portlets in the first place would be great.
Thanks,
Tom

Similar Messages

  • Is CPA Cache refresh linked with  ftp or file pooling process in XI?

    Hi,
    I have a file to file scenario using Transport protocol as FTP in XI 3.0 SP 15.
    When we try to sends some file using ftp protocol where we are using
    FTP  connection parameters
    Server                          = <CORRECT IP>,
    Port                               =  21 ,
    User name                <CORRECT NAME>,
    Password                  <PASSWORD> ,
    Data Connection           = Active
    Connection Seq          = None
    Connection Mode          = Permanently
    Transfer Mode            =   Text
    Processing Parameters
    Quality of Service    = Exactly Once
    Pooling Interval        = 1 sec
    Processing Mode    = delete
    File Type                   = Text
    File encoding           = utf-8                 
    The problem we are facing like some time the ftp is not working even the file is present in the location for pick up. If few files are stacked up to be collected then when we are using CPA Cache refresh in Full mode manually then it fetches all the files from the location but the problem is that ,we have a time constraint for this process to be completed in just 60 seconds if we are not able to pick up a  file in 60 Secs then the file will be treated as invalid.
    So I just want to know how Manual CPA CACHE refresh in full mode generally solve the problem.
    Next if more files will be stacked up then cache refresh also failed to solve the problem and more cache refresh result in NOT pooling any other files in XI including the above discussed flow.
    So,in anyway Cache refresh linked with ftp or file pooling process in XI?
    Please assist me in correctly understating the whole problem and what solution could be put to solve this.
    Thanks,
    Satya
    Edited by: Satya Jethy on Mar 14, 2008 12:28 PM

    Hi Suraj,
      If you see my query i have mentioned that the pooling interval is 1 Second.
    If we are not able to pick the file with in 60 Secs as this is a  real time scenario so the file will be treated as a invalid file.
    Moreover this problem is happening some time.
    I have also checked the component monitoring it is saying everything is ok as because we are receiving the file with out any error and the file transfer is also success.The only problem is that it is not collecting the files from the given location.
    Hope i make you understnad the problem .If not please revert back i will try to explain once again.
    Thanks,
    Satya

  • Issue with Refresh link avaiable in standard UWL iView

    Hi All,
    We have added the custom column "Comment" in the Tasks tab of UWL iView.In the Tasks tab we can view some rows in the table.When we click on one row it is opening the ABAP ADOBe forms.In this Form when we change the text for the field Comment and click on save button in adobe form then we can see the new text in SWI1 tcode for the work item id. But in portal the new text is not appearing in the custom comment column.If we click on Refresh link (this link is the standard link available in UWL iview) also the new text is not appearing.
    After clearing UWL Cashe from System Admin role after that we can able to see the new text in the comment column.
    If in Adobe form after changing the text we click on Check and Send button then on portal UWL automatically new text is appearing in commnet column.In this case no UWL cacshe release is required.
    Please find the attched document
    Can you please provide me the inputs why refersh link is not working to show the updated /modifiedd text in the comment column?
    Thanks & Regards,
    Susmita

    Hi Rajesh ,
    you can implement using java script also
    check below thread
    Implementing iView auto-refresh in JSP DynPages
    Koti Reddy

  • Add the Show Filters, Hide Preview and Refresh links from the UWL

    I've searched the forum and was unable to find an answer to this question.  In the UWL main screen, "Show Filters" and "Hide Previiew" appear in the right corner of the UWL iView (not in the tray, on the actual iView).
    I would like to add "Refresh" link there as well.  This doesn't appear to be handled in the iView properties or the XML file.  We've done this before, but I can't seem to remember how.
    Has anyone else done this?
    Thanks!
    CS

    Hi,
    At least you can add the refresh action there by modifying the view configuration XML. Check my answer in another thread:
    UWL custom refresh button
    Regards,
    Karri

  • Unable to hide Refresh link in "No Result" view in BISE1 10.1.3.2.1 version

    Hi experts,
    I am using Business Intelligence Standard Edition One 10.1.3.2.1 version.
    I am unable to hide the Refresh link in No Result view, I have checked all the blogs and forums related to this problem. They have asked to use the following script but it is not working for me in my BI version, still the refresh link exists.
    <script type="text/javascript">
    <!--
    function removeRefresh(){
    cols = document.getElementsByTagName('td');
    for (x=0; x<cols.length; x++) {
    if (cols[x].className == 'ResultLinksCell' && cols[x].innerHTML.indexOf('Refresh')!=-1)
    cols[x].innerHTML = '';
    window.onload=removeRefresh;
    //-->
    </script>
    Please provide me a solution with exact script which suite to my version.
    Thanks & Regards,
    Raj

    Hi,
    Thanks for your help.
    The code worked well.
    Then I am showing my report as "Link - Within the dashboard" as a option in display result of report property.
    So there is Return link and refresh link shown in my No Result view. If I use your code it removes both the link. But I need only the Refresh link to be removed. So I just added a code with your code to have the return link without the refresh link.
    <!--
    <style>
    .ResultLinksCell
    display: none;
    </style>
    <div align=center>Return</div>-->
    Regards,
    Raj

  • UWL and Moving Refresh Link Position

    Hi,
    I added the below action
    <Action reference="refresh"/>
    to DefaultView in my UWL Custom XML file and I could get a refresh link next to the filter and preview links.Is it possible to get the Refresh link a bit before, like "Create Task" button.
    With regards,
    Laksh.

    Hi Laksh,
    I haven't yet found a way to change the position of the link.  I've also tried changing it to a button as opposed to a link, but couldn't get it to do that either.
    The best I could come up with was changing the text of the link from "Refresh" to "Click here to refresh this list" so it stood out a bit more. See below for an example of how to do that.
    regards,
    John
          <Actions>
            <Action name="refresh" groupAction="no" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="no">
           <Properties>
             <Property name="type" value="button"/>
             <Property name="onClick" value="onForceRefresh"/>
           </Properties>
           <Descriptions default="Click here to refresh this list"/>
            </Action>
          </Actions>

  • Auto Refresh Linked LOV's

    Hello,
    I have a form with two LOV's and they
    are linked to each other. One the first changes of value the page should refresh and the select of the second one is adapted (via bind variables ).
    All this works fine, when I put the LOV's on items of the table. If I put the first LOV on a item, added later to the form, he tries to refresh, but doesn't fill up the second LOV.
    Is this a bug ?
    Thanks.

    HI
    <p>apologies, but now when I click on LOV Javascript errors are generated!
    <p> I don't know why
    <p> what could be wrong here
    <p> can anybody please suggest!
    <p> when I click on javascript icon, it show message
    "value is null or not an object"
    how do I debug this?
    thanks
    - Ejaz

  • UWL Screen Customization - Refresh Link moved to the Left side

    Hi Experts,
    The UWL changed just a little bit our requirement,  the 'Refresh' HyperLink has been moved to the Left  side of the screen.
    I have been doing a lot of research but I can not find any documentation on how to do this. Anyone
    able to help me out with this?
    Thanks
    Srinivas

    Hi Srinivas,
    A printscreen of the issue is welcome. The refresh icon in the standard uwl is a small icon on the right hand side.
    So your mission is to align the refresh button to the left?

  • Positioning of download, printer friendly, refresh links....

    Is there a way to get those bottom links to appear at the top of the report, instead of at the
    bottom (so user doesn’t have to use both scroll bars)?

    S-Max wrote:
    @fac586,
    "+CSS print media style sheet on the standard page+". What is it???A print media style sheet is used to suppress unwanted page elements (tabs etc) from the printed output and optimize the formatting for print (e.g. smaller font sizes, including full URLs instead of links, page breaks etc).
    Simple example of suppressing unwanted APEX page elements using media style sheet: +{message:id=2475831}+

  • Download your owner web page to refresh link addres

    i cant download my itunes sir..... stuck in 99.99 % on download

    Hello there,
                   You have to assign first your S number S + Cert number(s) in the below link
    https://training.sap.com/shop/my-profile/suser-management

  • Show up "linked files" in Bridge not available for files on Drive Volumes?

    If I save an InDesign file on my local hard drive, and put some pictures into that layout, I'm able to see placed documents in Adobe Bridge, indicated with a small chain symbol.
    I'm also having a preview of my InDesign file in Bridge, and can flip through all pages of InDesign file.
    If I save the same InDesign document and placed documents (and refresh links to source: Drive) on a Drive volume, the preview is gone, and also the possibilty to show up placed documents.
    That's a really necessary feature for us, is there an explanation for that behaviour?
    I'm working on a Mac Pro 4.1, running Mac OS X 10.8.5 and using Adobe Creative Cloud software (InDesign CC, Bridge CC).

    Hi,
    I'don't know if you have resolved this issue since last year, but for your information With Adobe's Dam (eg AEM DAM) the issue remains...
    Just as an improvement to your problem, with the AEM DAM we get the Thumbnail of the Indd File (but only for the first one I guess)
    but the main issue eg the listing of referenced files is still missing.
    The issue happen also, with referenced files in AI and Photoshop files.
    In the last version of PhotoshopCC it's allowed to "place" external files in PS layers and keeping that link "dynamic".

  • Auto Refresh work items in POWL iview

    Hi Experts,
    We are using EP 7.3 and ECC 6.0 EHP 5. MSS add-on 1.0
    We are using MSS Inbox as POWL.
    When we processed any work item in Inbox, the same work item still appearing (after approve) in inbox. When we click on "Refresh" link the approved work item is disappearing. Every time click on "Refresh" link is difficult.
    Link to refresh work task items is available but user requires this to be done automatically upon processing of an item.
    Advance Thanks.
    Regards,
    Srinivasu.Y

    Hi Siddharth,
    I appreciate your help. I checked POWL configuration SPRO-->Cross-Application Components --> Processes and Tools for Enterprise Applications --> Inbox --> Define Tasks and Actions --> Create or Change Actions
    here refresh type is empty.
    I Changed Refresh type to "OPTIMISTIC".
    changes are reflected in table IBO_C_WF_ACC
    Not in table IBO_C_WF_ACS
    do i need to change the Refresh type in Standard table IBO_C_WF_ACS also?
    issue is not fixed after changed in Refresh type also. please let me know if i missed any step?
    Issue: Manager approving Travel request in MSS inbox using POWL. when Manager clickes Task new window will open to approve/Reject. when he approved, the work item is not refreshed until click on "Refresh" link in POWL inbox.
    Regards,
    Srinivasu. Y

  • Displaying Refresh, Edit Page, Customize Page buttons from Banner Template

    I have built a customized banner template which displays button images for refresh, edit page, and customize page. The functions all work well, but these functions should not be invisible to the user when they do not have the proper privileges
    For Example, when page caching is enabled, I need to see the Refresh Link (icon), or when the user cannot edit the page, then the icon for page editing should not be displayed.
    What are the API calls that I can make from a banner template to decide if the page is cached or not?
    How do I tell whether the user had edit page privilege? Customize Page?
    null

    All these solutions offered above are correct related to the refresh of the page, but it seems to be other problem, it seems that when the Save button is pressed, the commit is done(after I press Save I checked the database and the row is updated), but the transaction is not ended, it seems to get stuck, this is the reason why a refresh is not done on the page, only when Cancel is pressed, the transaction finishes and the page refreshes.
    Is this possible for the inline popup, not to end the transaction even if on the task flow I have a task flow return for Save, where at the End Transaction property I have Commit?
    I have changed the task flow by setting Behaviour to <No Controler Transaction>, for the task flow returns I changed End Transaction from Commit/Rollback to none and added on the jspx page of the inline popup the Save and Cancel buttons, with actionListener="#{bindings.Commit/Rollback.execute}" but the problem remains the same.
    I suppose that it's a problem with the way I use the VO instance in the popup. Do you have any idea in what situations this can happen or did you encounter similar situations?
    Thanks,
    Georgiana

  • Sharepoint 2010 Custom Visual Webpart button click event firing on page refresh

    I have developed a Visual Webpart to create a list in SP using vs2010 and  the button click event I have written the list create method. If I click the button list is created successfully.  And I refresh the page again list is creating(Again button
    click event is triggering).please help me to solve the issue.
     protected void Button1_Click(object sender,
    EventArgs e)
                SPWeb web
    = SPContext.Current.Web;
                //SPList list=web.Lists["Auto"];
                SPList list
    = web.Lists[DropDownList2.SelectedItem.Text];
                if
    (string.IsNullOrEmpty(TextBox1.Text)
    || string.IsNullOrEmpty(DropDownList1.Text))
    Label4.Text =
    "Fields Are Empty";
                else
    if (DropDownList1.SelectedItem.Text
    == "Single line of Text")
                    list.Fields.Add(TextBox1.Text,
    SPFieldType.Text,
    true);
    SPView viewname = list.Views["All Items"];
                    viewname.ViewFields.Add(TextBox1.Text);
    //viewname.Update();
                    list.Update();
    Label4.Text =
    "Field Created Successfully";
    TextBox1.Text =
    string.Empty;
    // Label4.Text = string.Empty;

    Hi,
    This is because the request is sent to the server when you refresh the page.
    A workaround for this is that we can “provide a refresh link that redirects to the same page (or if you have some action causing the refresh programmatically, you could just
    redirect to the page after that, with Response.Redirect)
    so that page is requested by the browser (with GET method, default with hyperlinks)”.
    More information:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/45648b39-1229-405c-ac9e-60eb82905982/click-event-getting-fired-on-page-refresh
    Or we can use the Session to save a value which used as a flag for us to check whether it is a page refresh and perform accordingly.
    http://www.codeproject.com/Articles/28099/Refresh-Page-Issue-in-ASP-Net
    http://www.codeproject.com/Articles/10240/Detecting-Page-Refresh
    Thanks
    Patrick Liang
    TechNet Community Support

  • Variable Refresh button in WAD

    Hi All,
    I would like to add a button to a web template so that after I execute the report I would like to click on the button and the variable screen pops up enabling the user to select alternative values.
    I am working in BI 7 and would like to know what command to assign to the button web item or is there a different method to do it?
    Thanks
    Bryn
    Edited by: Bryn Evans on Mar 19, 2008 8:29 AM

    Hi,
    This can be done by writing a html code in back end and place a "Refresh" link in the template,
    Cheers,
    Malli.

Maybe you are looking for

  • How to access MDS in java

    Hi, I am looking for a way to access files in MDS in java. I have some files (XSD's, XSLT etc) deployed to the SOA Suite MDS repostory and I would like to access them from some custom code, which is to be used in a custom XPath Extension Function. Do

  • HP Pavillion DV7 Hard Drive failure and replacement

    Hi all, As the title mentions, I have an HP Pavillion DV7, p/n: NB406AV. The SMART is showing an imminent hard drive failure. The primary hard disk quick test stops at 4% and shows a code "303" for hard disk 1. It also stops at 4% when doing a full H

  • Over the air sync can be changed on your iPhone

    iTunes says that "Your contacts are being synced with your iPhone over the air from MobileMe. Over-the-air sync settings can be changed on your iPhone". How do I change that so I can sync my contacts with Windows Contacts? When I tried to sync with M

  • My windows 8.1 won't recognize my HP Photosmart 7525 scanner

    I was able to scan once right after I upgraded my Windows operating system but now it won't reconize it. 

  • Acrobat link - open in Firefox

    I have Acrobat 8.3.1. Firefox is my default web browser. When I click on a link in an Acrobat document, after getting the Security Warning: The document is trying to connect to http://____________.com If you trust the site, choose Allow. If you do no