Force refresh of application portal?

Hi,
We published a package to users as available, last time it took several hours before it was visible.
So it works but really slowly. Is there a way to force the refresh?
J.
Jan Hoedt

This seems to be a good start, however the manual refresh did not help:
http://blogs.technet.com/b/ptsblog/archive/2011/12/20/configuration-manager-2012-rc-configure-software-catalogue-portal-and-publish-applications.aspx
Note: default refresh was on 1380 minutes (didn't set it)!
Jan Hoedt

Similar Messages

  • Is it possible to create materialized view log file for force refresh

    Is it possible to create materialized view log file for force refresh with join condition.
    Say for example:
    CREATE MATERIALIZED VIEW VU1
    REFRESH FORCE
    ON DEMAND
    AS
    SELECT e.employee_id, d.department_id from emp e and departments d
    where e.department_id = d.department_id;
    how can we create log file using 2 tables?
    Also am copying M.View result to new table. Is it possible to have the same values into the new table once the m.view get refreshed?

    You cannot create a record as a materialized view within the Application Designer.
    But there is workaround.
    Create the record as a table within the Application Designer. Don't build it.
    Inside your database, create the materialized with same name and columns as the record created previously.
    After that, you'll be able to work on that record as for all other within the Peoplesoft tools.
    But keep in mind do never build that object, that'll drop your materialized view and create a table instead.
    Same problem exists for partitioned tables, for function based-indexes and some other objects database vendor dependant. Same workaround is used.
    Nicolas.

  • I currently use a iMac OS X 10.6.8 and I cannot open iPhoto. Every time I click on iPhoto the coloured wheel comes up and lets me go no further, leaving me with no other option but to force quit the application. HELP!!

    i currently use a iMac OS X 10.6.8 and I cannot open iPhoto. Every time I click on iPhoto the coloured wheel comes up and lets me go no further, leaving me with no other option but to force quit the application.
    it is showing all my existing photos but will not let me click on any of them, nor will it allow me to import any new photos into iPhoto.
    I am really worried that I cannot access all of my photos and even more worried as I need to back them up!!
    HELP!!

    Try repair the Library:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Refresh functionality in portal

    Dear Experts,
    I'm facing issue regarding REFRESH functionality in WDP ..The issue is i have REFRESH(FPM Button) on my screen and when ever the user clicks on it , the screen should refresh(should come to initial state).
    And on refresh button event, i'm launching the screen by using below code.
    But, when appl'n is tested from portal, it is working incorrectly. If i pass parameter use_suspend_plug = ' ', first time on click of refresh button in portal,it is opening screen in portal it self, and on second click of refresh button in portal screen, it is opening screen in new window.
    Is it better to launch the appl'n or to refresh/clear all the screen element values and bind it again?... Here i have one more probelm, the ex-developer of the component has declared some attributes(nearly 15 attributes) in view controller(which cannot be access in component controller) and i cannot read those view controller attributes in component controller. so that i can read those attributes and clear the values( which is not possible now).
    Pls help me to achieve REFRESH(F5) functionality .
    Thanks
    KH

    Hi,
    My issue is resolved.
    Steps followed :
    1) Created an event in component controller( in events tab)
    2) In process_event of component controller, the created event is fired.
    3) And that event can be handled in any of the view controller's by declaring method in view controller
        with method type as event handler and in event->select the event created in component controller.
    4) Proceed further with the required functionality.
    Thanks
    KH

  • Refresh rate in portal

    hi all
    i need your help to give me the solve of my issue
    i need to increase the refresh rate of portal
    10g on unix 5.10
    MANY THANKS

    Sounds like an interesting feature. What is the 'refresh rate' of Portal ?

  • JNLP & User Authentication (Application Portal Dilemma)

    There is an interesting article on JavaWorld under the Applied Java Topic about distributed applications and Java Web Start. Recently I have also become a big fan of rapid thick-client deployment using the JNLP framework. However, I (and many others I suspect) have come across a road-block implicit to distributed application (non-applet) development. There is no ability to preserve a session.
    Now in Jonathan Simon's article, in presents the case for "Application Portals" in which one could easily set up an authentication servlet and during run-time construct a list of verified applications. This implementation seems straightforward and but I am confused on one simple point for which I am in "dying-need" of clarity. The JNLP simply provides a link and protocol to deploy and update the client-side application. Upon initial execution or launching, the "link" is unknown making this solution great. However, once launched the link can be determined and the application can be executed without the use of the authentication portal (or if an off-line implementation is also deployed - launched locally).
    Is there a current design pattern to circumvent this limitation? How can I pass session information or even arguments to the client-application when launched? What happens when the application is launched via the desktop integrated icon? At first glance, I would expect the solution to be to invoke a WebService from the application upon execution of main. This service would then authenticate, but still would require its own interface for data (user/pass) capturing - thereby nullifying the entire point of setting up an authenticating application portal.
    Any suggestions or clarity would be well received

    I'm not sure if this will help you guys or not, but there is a guide for deploying JNLP applications from a servlet here: http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/downloadservletguide.html
    Perhaps you can use this to dynamically specify the JNLP file. If a user accesses the server from the plain URL the servlet assigns a new session id, and places this in the codebase or href of the JNLP file it sends to the user. Later when the user runs the JNLP application from app manager, or an icon, the servlet will see the decorated codebase/href and act accordingly.
    Anyway, like I said, I'm not sure if this is exactly what you are looking for, but I think it has been used in the past for session maintenance.
    As to why JNLP doesn't support portal tech... these two technologies were invented at the same time. Initially they were somewhat competing ideas.
    For the future it might be possible to make JNLP more portal friendly, but in that case, Sun needs to have a better idea from the users what is needed. Simply saying, "make it better" is just to vague. Be specific, and who knows what good ideas might be picked up. (Another possibility is to contribute your own ideas for improvement through http://www.java.net/).
    Mike.

  • Application Portal

    Hi,
    I have about 10 application in 2 different servers (oracle 10 & 11). I'm looking to develope "Application Portal". With a table-driven authentication and authorization schema.
    Any help pls.
    Thanks
    Ribhi

    Hi Erwin,
    It is possiable to call a WAD design in portal by mapping the IVIEW of the WAD application on portal. If you are using WAD 7.0, it is possiable for you to call a BEx Query view in WAD designer but not a iview in portal.
    Regards,
    Pankaj

  • HT1343 how do I force a single application to quit?

    how do I force a single application to quit?

    In addition to the others, cmd-opt-esc will open the Force Quit dialog.
    cmd-opt-shift-esc (hold for three seconds) will force quit the frontmost application.
    http://support.apple.com/kb/ht1343

  • Is the Company Application Portal available in Config Man 2012 SP1?

    I heard while at Teched this year, that a company application portal was part of Config Man 2012 SP1.
    Is that true or is that a new 2012 R2 feature?
    thanks
    Thanks Lance

    Hi,
    It was released with Configuration Manager 2012 R2 and if you look at the system requirements at the download page it clearly says ConfigMgr 2012 R2. So yes it is an R2 feature.
    http://www.microsoft.com/en-US/download/details.aspx?id=40795
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Nologging for a force refresh MV

    Hi ,
    I am using Oracle 10G
    I have created a complex Mv , thus the need for a force refresh and i intend to put this mv into a refresh group
    how can i actually get Oracle to truncate the data during the force refresh and
    to insert w/o logging ?
    i have tried to hide the complext view that uses analytic function into another view but still it complain of it being a complex query
    pls advise
    tks & rgds

    MVs are powerful but aren't as customizable as we would sometimes like. l they function as they will and sometimes variants like the ones you need are difficult to implement if possible at all.
    On our project we wanted to use a MV that needed to be completely refreshed daily using SYSDATE to swap effectivity dates in and out but kept current through the day too. SYSDATE prevented the possiblity of a fast refresh. We ended up creating 2 tables of our own (to use one while the other was being refreshed) to implment the functionlity we wanted. You could consider doing something similar.
    I hope someone else can give you a more encouraging answer.
    Good luck!

  • CORE7002: authenticated doc - forced refresh: and then HTTP2228

    I see this error message in the errors log which is then followed by HTTP2228 content-length mismatch errors till that object is expired/removed from the cache.
    [19/Jul/2010:02:50:18] info (15712): CORE7002: authenticated doc - forced refresh: http://host.server.com/
    [19/Jul/2010:02:51:10] info (15712): CORE7002: authenticated doc - forced refresh: http://host.server.com/
    [19/Jul/2010:02:51:10] warning (15712): for host 99.103.23.238 trying to GET /, finish-response reports: HTTP2228: Response content length mismatch (560 bytes with a content length of 2560)
    [19/Jul/2010:02:52:17] warning (15712): for host 206.192.70.102 trying to GET /, finish-response reports: HTTP2228: Response content length mismatch (560 bytes with a content length of 2560)
    [19/Jul/2010:02:52:47] warning (15709): for host 99.103.23.238 trying to GET /, finish-response reports: HTTP2228: Response content length mismatch (560 bytes with a content length of 2560)
    [19/Jul/2010:02:52:53] warning (15712): for host 206.192.70.102 trying to GET /, finish-response reports: HTTP2228: Response content length mismatch (560 bytes with a content length of 2560)
    [19/Jul/2010:02:52:59] warning (15712): for host 62.81.205.97 trying to GET /, finish-response reports: HTTP2228: Response content length mismatch (560 bytes with a content length of 2560)
    [19/Jul/2010:02:57:35] warning (15712): for host 70.114.170.151 trying to GET /, finish-response reports: HTTP2228: Response content length mismatch (560 bytes with a content length of 2560)
    [19/Jul/2010:02:58:26] warning (15712): for host 124.124.3.6 trying to GET /, finish-response reports: HTTP2228: Response content length mismatch (560 bytes with a content length of 2560)Has anyone come across this issue and if yes, is there a workaround is it a setting that can disable this?
    Right now, i have a script scanning the logs for either the 'forced refresh' or the HTTP2228 entries and then remove the object in question but clearly not ideal.
    Thanks
    JB

    Problem is solved by removing these 2 lines from iframe.html
    if(navigator.appName=="Microsoft Internet Explorer")
    document.location.replace("");

  • I need to refresh an application

    i need to refresh an application after an entry to a database
    is made....i know its not the right thing to do but im having
    trouble refreshing a tile component and its working after i refresh
    the whole app but not if just re-instantiate the component. is
    there an easy way to do this or maybe could i just redirect back to
    the app's url??

    i need to refresh an application after an entry to a database
    is made....i know its not the right thing to do but im having
    trouble refreshing a tile component and its working after i refresh
    the whole app but not if just re-instantiate the component. is
    there an easy way to do this or maybe could i just redirect back to
    the app's url??

  • Deploy JSR 168 on oracle application portal 10.1.4

    We have Oracle Application Portal 10.1.4 and have been deploying Oracle PDK portlet on it.
    Now we decide to standardize things and use JSR 168 portlets and follow some framework.
    As a first step, I developed one JSR 168 in jdeveloper and deployed on a OC4J standalone and then register this on actual portal server through WSRP.
    Registration was successful, but the JSR 168 portlet does not work perfectly as it couldn't load/locate some resources (javascript file and image file). I even tried URL rewriting, but doesn't work!
    I then deployed the jsr168 portlet directly to oracle portal AS. the deployment was successful but I was unable to get the WSDL in the browser. when I try to access the WSDL for example http://myserver.com/application_name/portlets?WSDL it prompts me with 'resource not available'.
    Can someone put some light on this issue.
    thanks in advance.
    Best Regards
    Edited by: user9515104 on Nov 30, 2010 8:10 PM

    Make sure that you have all the required patches installed if you want to use JSR-168 portlets in the Portal container. Check Note 335911.1 - Master Note for OracleAS Portal PDK / WSRP Patches
    Thanks,
    EJ

  • Refreshing an entire Portal

    Hi,
    Is there an easy way of refreshing an entire portal, i.e firing the begin method of every portlet?
    I want to change a variable on globalApp and then have this change relected in all the open portlets.
    Thanks in Advance,
    Alex.

    U could try using the refreshAction attribute in each portlet or in the global app. I use it in several portlets. If you simply want it to call begin, you can just point the refreshAction to begin.
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:portlet definitionLabel="regPortlet" packed="false" title="UserRegistrationController">
    <netuix:content>
    <netuix:pageflowContent contentUri="/portlets/spt/UserRegistration/UserRegistrationController.jpf" refreshAction="begin"/>
    </netuix:content>
    </netuix:portlet>
    </portal:root>

  • Force Quitting active Application

    When holding down Shift & clicking the Apple menu whilst having an Application active, "Force Quit..." becomes "Force Quit xxx" whereby xxx is the current Application.
    I'm having trouble using the keyboard shortcut for this command, Option + Shift + Apple + Esc (as listed next to the item) don't work.
    Must I enable something to allow the use of this?

    Nah mate, not that.
    I can open the Force Quit window just fine.
    I'd like to use the Force Quit <active application> keyboard command you are given when holding Shift & viewing the Apple menu.
    "Click the Apple menu, keep your eyes fixed on the "Force Quit..." command, and press Shift. You'll see "Force Quit..." change into "Force Quit Safari" (or whatever app you have selected).
    You'll also notice the key command beside it adds a Shift, although pressing the given key combination doesn't work as it should. "
    http://img137.imageshack.us/img137/1247/fqaa1pd.png
    See what I mean?
    "Keyboard shortcut is commandoptionesc. You've been adding the shift key which doesn't do anything. "
    That's the point, adding Shift SHOULD do something.

Maybe you are looking for