Appearance of secured portlets in the page

I have portlets that are secured by user_id all published in one page. When a user signs on, they see their portlets and blank lines for portlets that they do not have access to. Is their any way to avoid these balnk lines.
Thanks
Valli

Hi Iris,
Activities appear in the calendar in SAP CRM if the calendar flag is active for the following:
1. For the transaction type (in customizing header level data)
Go to the following SAP CRM IMG Path:
IMG->Customer Relationship Management->Transactions->Basic Settings->Define Transaction Types
- Here select your transaction type and then go to dialog structure Assignment of Business Transaction Categories on left hand side of the menu
- Here select transaction category Business Activity and again go to dialog structure Customizing header level
- Please check whether the Calendar field is active here
2. For the respective Partner Function (Default value from the partner determination procedure)
Go to the following SAP CRM IMG Path:
IMG->Customer Relationship Management->Basic Functions->Partner Processing->Define Partner Determination Procedure
- Here select your partner determination procedure assigned to the transaction type
- Then to to dialog structure Partner functions in procedure
- Check whether the calendar maintenance field is active for the Partner Functions.
Hope this is clear to you and will resolve your issue.
regards
Srikantan

Similar Messages

  • HELP --- Error while adding Portlets to the Page. (WWC-44012)

    Hi all,
    I have a pl/sql portlet. It compiles fine and shows up perfectly in portlet repository. But when i add this to the page, I get following error
    Error while adding Portlets to the Page. (WWC-44012)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    An unexpected error occurred: User-Defined Exception (WWC-51004)
    (WWC-00000)
    I checked the portlet specification file (.pks) and body file (.pkb) for any mistakes but they seems fine.
    Does anyone know what can cause this error?
    Any pointers in this regards will be highly appreciated.
    Thanks!!!
    Rajesh

    Rajesh,
    Could you provide some more details about your code? I will try to look into possible causes of the error. One thing you may try is subscribing to the Knowledge Exchange on http://portalcenter.oracle.com. Then you could post your code in your community folder and everyone would be able to test it out.
    Of course, this means you must be willing to share your code with everyone.
    James

  • Error while adding Portlets to the Page. (WWC-44012)

    Hi everyone,
    I am installing the DBPersonalization Manager Provider. I followed directions and am able to successfully bring up the provider's test page. I added the provider to the repository and can preview them without problems. However, when I add the portlet to a page, I get the following error:
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: java.io.IOException: Start of root element expected.13
    <Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected. (WWC-43000)
    An unexpected error occurred: java.io.IOException: Start of root element expected.13
    <Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
    at oracle.webdb.provider.web.SoapResponseProcessor.getDocument(SoapResponseProcessor.java:123)
    at oracle.webdb.provider.web.SoapResponseProcessor.processSOAP(SoapResponseProcessor.java:42)
    at oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(HttpProviderDispatcher.java:877)
    at oracle.webdb.provider.web.HttpProviderDispatcher.registerPortlet(HttpProviderDispatcher.java:201)
    (WWC-43000)
    An unexpected error occurred: Start of root element expected.
    at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java)
    at oracle.xml.parser.v2.XMLError.error(XMLError.java)
    at oracle.xml.parser.v2.XMLError.error(XMLError.java)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java)
    at oracle.webdb.provider.web.SoapResponseProcessor.getDocument(SoapResponseProcessor.java:117)
    at oracle.webdb.provider.web.SoapResponseProcessor.processSOAP(SoapResponseProcessor.java:42)
    at oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(HttpProviderDispatcher.java:877)
    at oracle.webdb.provider.web.HttpProviderDispatcher.registerPortlet(HttpProviderDispatcher.java:201)
    (WWC-43000)
    I am not sure what this is from but assume that it is having problems communicating with my provider. Does anyone have any idea what this could be caused by?
    Thanks in advance...
    Esther Poulsen

    Hi Sue,
    Thanks for your response! I ran the XML file through a validator and examined it manually, and it is fine. Moreover, if I add additional portlets to the provider.xml file, they add themselves without any problems. I'd think the entire thing would break if the provider.xml file was not well formed for any reason. But if anyone has any futher suggestions about this it would be greatly appreciated.
    Thanks in advance,
    Esther

  • Animation doens't appear-except if you reload the page

    Here is the situation : I have an AOM animation imported in Muse. In the Muse page I have some parallax effects (horizontal effects).
    To be a the right place at the right moment, the oam file must be placed inside a group (layers panel).
    But the problem is : when the animation is inside this group, it doesn't appear anymore in the navigator… except if you reload the page. This happens on all the navigators tested (firefox explorer chrome opera) but works on Safari.
    If I extract the animation of the group, it works (the animation is visible in a navigator) but because of the scroll effects the animation is completely outside the place I want it to be (and i don't succeed to place it well)
    To understand the problem you can have a look here (website not finished)
    http://studionikotest.businesscatalyst.com/
    You have to go the third icon called "graphisme" ... to see..hmmm... an empty place... and then reload the page to see what should be there at the very first time.
    If you have any idea how to turn around this bug.
    Niko

    Bonjour,
    Alors, j'ai regardé attentivement le problème Firefox.
    J'ai comparé Firefox 33 avec Safari 7 sur du matériel Apple. Voici le résultat avec 2 captures d'écran.
    1) Le cas Safari.
    2) Le cas Firefox.
    En comparant les consoles des 2 navigateurs, on voit que Firefox charge bien l'animation mais ne lance pas (ou ne démarre pas) ladite animation (ou composition).
    En revanche, l'animation test de votre dernier post démarre automatiquement.
    Donc, je compare les codes de l'animation test et de l'animation sur la page "le book graphique" avec le copié collé ci-dessous.
    1) Le code de l'animation test :
    (function($,Edge,compId){var Composition=Edge.Composition,Symbol=Edge.Symbol;Edge.registerEventBinding(compId,function($){
    //Edge symbol: 'stage'
    (function(symbolName){Symbol.bindTimelineAction(compId,symbolName,"Default Timeline","complete",function(sym,e){
    sym.play();});
    //Edge binding end
    })("stage");
    //Edge symbol end:'stage'
    })})(AdobeEdge.$,AdobeEdge,"EDGE-6258079");
    2) Le code de l'animation "EDGE-5296186" dite "le book graphique":
    (function($,Edge,compId){var Composition=Edge.Composition,Symbol=Edge.Symbol;Edge.registerEventBinding(compId,function($){
    //Edge symbol: 'stage'
    (function(symbolName){})("stage");
    //Edge symbol end:'stage'
    //Edge symbol: 'testdefilant'
    (function(symbolName){Symbol.bindTimelineAction(compId,symbolName,"Default Timeline","complete",function(sym,e){sym.play();});
    //Edge binding end
    })("testdefilant_2");
    //Edge symbol end:'testdefilant_2'
    //Edge symbol: 'vignettes_defilantes_symbol'
    (function(symbolName){})("vignettes_defilantes_symbol_1");
    //Edge symbol end:'vignettes_defilantes_symbol_1'
    })})(AdobeEdge.$,AdobeEdge,"EDGE-5296186");
    La différence entre les 2 animations vient du contenu de la fonction "stage" à savoir ceci : (function(symbolName){})("stage");
    Dans le cas de la panne, la fonction stage est vide :
    //Edge symbol: 'stage'
    (function(symbolName){})("stage");
    //Edge symbol end:'stage'
    Dans le cas où ça marche, la fonction stage contient du code (en rouge) :
    //Edge symbol: 'stage'
    (function(symbolName){
    Symbol.bindTimelineAction(compId,symbolName,"Default Timeline","complete",function(sym,e){ sym.play(); });
    //Edge binding end
    })("stage");
    //Edge symbol end:'stage'
    On note que l'animation qui marche sur Firefox contient une instruction de démarrage : sym.play() pour boucler l'animation.
    Conclusion:
    D'où l'idée de forcer le démarrage de l'animation en panne sur Firefox à savoir "EDGE-5296186".
    Comment ? En ajoutant du code de démarrage dans la scène principale.
    Par exemple, vous pouvez créer un déclencheur (trigger) au point 0 avec un code qui lance le symbole qui est en boucle avec getSymbol("le nom").play(0).
    Pour faire la boucle, vous avez ouvert le panneau de code "complete" et écrit sym.play(). Ajoutez un zéro : sym.play(0) pour forcer le démarrage au départ.
    Donc, en résumé, mon idée est de forcer le démarrage pour que ça marche aussi sur Firefox.

  • Any user other than portal cannot see portlets on the page developed as por

    Hi,
    I have IAS10g running on linux Redhat 3.0. I have created a page/page group added some potlets( generated dynamically from PL/SQL procedures) to the page. I am able to see the page and portlets on this page when logged in a Portal but when I am logged in as any other user I cannot see any portlets.
    I am new to the Portal and I would appreciate any feedback on this subject.
    Thanks
    MB

    mallikarjun,
    make sure that the Access priviliges of other users are granted under the Access tabs of respective pages and each of their portlets.
    for this, go to the access tab in each portlet, page, lov and content folder and check the users listed with viewing/ editing/ managing priviliges.
    that is the first thing to check on the portal access problems.
    regards,
    naqvi

  • Some pages appear blank until I refresh the page then it displays normally

    When selecting some websites the page is blank until I refresh.

    This also happens to me (on Linux), usually when switching back to a tab which had already been displayed properly before. Suddenly the page is blank and the page must be reloaded manually.

  • Why appears constantly crash messages about the pages doesn´t respond

    Hi.
    Why safari doesn´t work well in Lion Mac OS X as on past versions as Snowleopard.
    Every time apears mesages talking about something like "the pages not respond"  and all my mac seem frezze a lot.
    Thanks.

    Hi...
    all my mac seem frezze a lot.
    Your profile indicates you are running Lion v10.7.4.
    Since you are having problems wtih Safari and the system freezes, "a lot", use Lion Recovery to repair the startup disk and if necessary, reinstall Mac OS X.

  • Exception occured in the log while rendering portlets on the page.

    Hi Experts
    I am getting following error, While my page is getting rendered with all the portlets:
    Could you please let me know, How can handle this exception?
    <PortletResourceServlet> <_process> Error proxying resource.
    oracle.portlet.client.container.PortletHttpException: HTTP <unknown method> request to URL <unkown url> failed with status code 404 reason <unknown reason>. Check that the producer URL has been correctly specified, that the producer server machine and producer container are running, that the producer application is deployed correctly, and that the client can reach the server if behind a firewall.
      at oracle.portlet.client.techimpl.wsrp.WSRPResourceRenderPipe.post(WSRPResourceRenderPipe.java:153)
      at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:651)
      at oracle.portlet.client.service.pipeline.PipeContext.access$000(PipeContext.java:48)
      at oracle.portlet.client.service.pipeline.PipeContext$1.run(PipeContext.java:498)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:74)
      at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242)
      at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:83)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
      at weblogic.security.Security.runAs(Security.java:61)
      at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51)
      at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56)
      at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242)
      at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.executeAs(AbstractSubjectSecurity.java:196)
      at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:502)
      at oracle.portlet.client.service.pipeline.PipeContextRunnable.run(PipeContextRunnable.java:23)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:391)
      at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:416)
      at java.lang.Thread.run(Thread.java:662)

    Hi Daniel
    Thanks for your reply !
    I am using JSR 268 portlets,.I Configured below WSDL URL in  my portal connections, While creating WSRP producer, and i have not checked the "Use Proxy for Contacting Producer", rest all i have not modified.
         http://localhost:7101/portletProdApp/portlets/wsrp2?WSDL
    Here is my Connections.xml that is generated.
    I am new to this portlets, Could you please let me know how can check for proxy restrictions ?
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <References xmlns="http://xmlns.oracle.com/adf/jndi">
       <Reference name="arorPortlet-wsconn" className="oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl" xmlns="">
          <Factory className="oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory"/>
          <RefAddresses>
             <XmlRefAddr addrType="WebServiceConnection">
                <Contents>
                   <wsconnection description="http://localhost:7101/portletProdApp/portlets/wsrp2?WSDL">
                      <model name="{urn:oasis:names:tc:wsrp:v2:wsdl}WSRP_v2_Service" xmlns="http://oracle.com/ws/model">
                         <service name="{urn:oasis:names:tc:wsrp:v2:wsdl}WSRP_v2_Service">
                            <port name="WSRP_v2_ServiceDescription_Service" binding="{urn:oasis:names:tc:wsrp:v2:bind}WSRP_v2_ServiceDescription_Binding_SOAP">
                               <policy-references xmlns="http://oracle.com/adf">
                                  <policy-reference category="security" uri="oracle/no_authentication_client_policy" enabled="true" id="oracle/no_authentication_client_policy" xmlns=""/>
                               </policy-references>
                               <soap addressUrl="http://localhost:7101/portletProdApp/portlets/WSRP_v2_ServiceDescription_Service" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                               <operation name="getServiceDescription">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getServiceDescription" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getServiceDescription"/>
                                  <output name="getServiceDescriptionResponse"/>
                               </operation>
                            </port>
                            <port name="WSRP_v2_PortletManagement_Service" binding="{urn:oasis:names:tc:wsrp:v2:bind}WSRP_v2_PortletManagement_Binding_SOAP">
                               <policy-references xmlns="http://oracle.com/adf">
                                  <policy-reference category="security" uri="oracle/no_authentication_client_policy" enabled="true" id="oracle/no_authentication_client_policy" xmlns=""/>
                               </policy-references>
                               <soap addressUrl="http://localhost:7101/portletProdApp/portlets/WSRP_v2_PortletManagement_Service" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                               <operation name="getPortletDescription">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getPortletDescription" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getPortletDescription"/>
                                  <output name="getPortletDescriptionResponse"/>
                               </operation>
                               <operation name="clonePortlet">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:clonePortlet" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="clonePortlet"/>
                                  <output name="clonePortletResponse"/>
                               </operation>
                               <operation name="destroyPortlets">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:destroyPortlets" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="destroyPortlets"/>
                                  <output name="destroyPortletsResponse"/>
                               </operation>
                               <operation name="getPortletsLifetime">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getPortletsLifetime" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getPortletsLifetime"/>
                                  <output name="getPortletsLifetimeResponse"/>
                               </operation>
                               <operation name="setPortletsLifetime">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:setPortletsLifetime" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="setPortletsLifetime"/>
                                  <output name="setPortletsLifetimeResponse"/>
                               </operation>
                               <operation name="copyPortlets">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:copyPortlets" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="copyPortlets"/>
                                  <output name="copyPortletsResponse"/>
                               </operation>
                               <operation name="exportPortlets">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:exportPortlet" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="exportPortlets"/>
                                  <output name="exportPortletsResponse"/>
                               </operation>
                               <operation name="importPortlets">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:importPortlet" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="importPortlets"/>
                                  <output name="importPortletsResponse"/>
                               </operation>
                               <operation name="releaseExport">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:importPortlet" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="releaseExport"/>
                                  <output name="releaseExportResponse"/>
                               </operation>
                               <operation name="setExportLifetime">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:setExportLifetime" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="setExportLifetime"/>
                                  <output name="setExportLifetimeResponse"/>
                               </operation>
                               <operation name="setPortletProperties">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:setPortletProperties" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="setPortletProperties"/>
                                  <output name="setPortletPropertiesResponse"/>
                               </operation>
                               <operation name="getPortletProperties">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getPortletProperties" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getPortletProperties"/>
                                  <output name="getPortletPropertiesResponse"/>
                               </operation>
                               <operation name="getPortletPropertyDescription">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getPortletPropertyDescription" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getPortletPropertyDescription"/>
                                  <output name="getPortletPropertyDescriptionResponse"/>
                               </operation>
                            </port>
                            <port name="WSRP_v2_Markup_Service" binding="{urn:oasis:names:tc:wsrp:v2:bind}WSRP_v2_Markup_Binding_SOAP">
                               <soap addressUrl="http://localhost:7101/portletProdApp/portlets/WSRP_v2_Markup_Service" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                               <operation name="getMarkup">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getMarkup" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getMarkup"/>
                                  <output name="getMarkupResponse"/>
                               </operation>
                               <operation name="getResource">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getResource" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getResource"/>
                                  <output name="getResourceResponse"/>
                               </operation>
                               <operation name="performBlockingInteraction">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:performBlockingInteraction" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="performBlockingInteraction"/>
                                  <output name="performBlockingInteractionResponse"/>
                               </operation>
                               <operation name="handleEvents">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:handleEvents" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="handleEvents"/>
                                  <output name="handleEventsResponse"/>
                               </operation>
                               <operation name="releaseSessions">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:releaseSessions" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="releaseSessions"/>
                                  <output name="releaseSessionsResponse"/>
                               </operation>
                               <operation name="initCookie">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:initCookie" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="initCookie"/>
                                  <output name="initCookieResponse"/>
                               </operation>
                            </port>
                            <port name="WSRP_v2_Registration_Service" binding="{urn:oasis:names:tc:wsrp:v2:bind}WSRP_v2_Registration_Binding_SOAP">
                               <policy-references xmlns="http://oracle.com/adf">
                                  <policy-reference category="security" uri="oracle/no_authentication_client_policy" enabled="true" id="oracle/no_authentication_client_policy" xmlns=""/>
                               </policy-references>
                               <soap addressUrl="http://localhost:7101/portletProdApp/portlets/WSRP_v2_Registration_Service" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                               <operation name="register">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:register" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="register"/>
                                  <output name="registerResponse"/>
                               </operation>
                               <operation name="deregister">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:deregister" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="deregister"/>
                                  <output name="deregisterResponse"/>
                               </operation>
                               <operation name="modifyRegistration">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:modifyRegistration" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="modifyRegistration"/>
                                  <output name="modifyRegistrationResponse"/>
                               </operation>
                               <operation name="getRegistrationLifetime">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:getRegistrationLifetime" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="getRegistrationLifetime"/>
                                  <output name="getRegistrationLifetimeResponse"/>
                               </operation>
                               <operation name="setRegistrationLifetime">
                                  <soap soapAction="urn:oasis:names:tc:wsrp:v2:setRegistrationLifetime" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
                                  <input name="setRegistrationLifetime"/>
                                  <output name="setRegistrationLifetimeResponse"/>
                               </operation>
                            </port>
                         </service>
                      </model>
                   </wsconnection>
                </Contents>
             </XmlRefAddr>
          </RefAddresses>
       </Reference>
       <Reference name="arorPortlet" className="oracle.portlet.client.connection.wsrp.WSRPProducerConnection" xmlns="">
          <Factory className="oracle.portlet.client.connection.wsrp.WSRPProducerConnectionFactory"/>
          <RefAddresses>
             <XmlRefAddr addrType="connectionDesc">
                <Contents>
                   <wsrpproducerconnection wsConnection="arorPortlet-wsconn" timeout="600"/>
                </Contents>
             </XmlRefAddr>
          </RefAddresses>
       </Reference>
    </References>

  • Same error message keeps popping up every hour or two, and I can't get rid of it, also appears whenever I manually refresh the page.

    I'm running a script for a game through grease monkey, and I require the script to run 24/7 without me needing to be there 24/7 to press "continue" when this error message comes up "To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier." I've looked though all the options and can't find any way to prevent this from happening. I've uninstalled and reinstalled grease monkey, the script, and firefox itself, and nothing makes it go away. I have friends using the exact same scripts with the same version of firefox and they never get the error message. Is there something I can do to get rid of this inconvenience, as it literally does not help at all, I see no purpose in even displaying the message, obviously if I didn't want my browser to refresh automatically, I wouldn't be using the script.

    I think I've got it fixed....I "reset" my mail program, I deleted my mailbox then re-created it and I'm all set for now.

  • Working in Pages a folder with the Pages icon in a folder appeared on my desktop  I cannot move it delete it do anything to it. Any idea what it might be? Thank you.

    While working in Pages a folder appeared on my desktop with the Pages icon on it. I don't know how it got there. It will not let me move it on the desktop. I will not let me delete it. It will not let me do anything to it. Any idea what I might have done to create this alien?
    Any help greatly appreciated with thanks in advance.

    Restart Finder by pressing option +  command + Esc. Select Finder int he window that pops up and click on the Start/restart button.
    You could also try deleting the com.apple.finder.plist file from Users > your name > Library > Preferences
    Restarting the computer in safe mode , press the Shift key just after you heard the start chime. Keep it pressed until you see the grey apple. See if the folder is gone or can be moved.

  • Hiding portlets in the Available Portlets List

    Can’t seem to find a way to control who sees what in the Available Portlets List. It is obviously possible to hide the portlets from unauthorized users. For example regular user will only see Services Portlet in the Portlet Repository->Administration->Portal, while the user with more privileges will also see Export/Import.
    However I have a number of portlets that I want only be available to a certain group of users. Let’s say HR should have access to the portlet and no one else. I could tweak permissions of the pages and portlets so that portlet will disappear from the page for the unauthorized user, and such user will receive an error if he attempts to add this portlet to the page. But he can still see the portlet in the Available Portlets List. Not only that means that user often has a list of 50 items when he actually can only use 5 (very user-unfriendly IMO), but there are portlets I simple don’t want unauthorized people to know about.
    I thought Changing Provider Access rules will do it, but it seems to have no effect, or perhaps I just can’t figure it out.
    I’ll appreciate any thoughts or ideas.

    The portlet repository is a somewhat special page group. Enable item level security in the page group and assign the required privileges to users or groups of users to your providers/portlets listed in the portlet repository as sub-pages and items.
    Also, by moving around the items and sub-pages representing your portlets and providers you can easily re-arrange the view of portlet repository exposed through the Add Portlets page.
    Peter

  • Passing parameter to group of portlets on a page from 1 report

    Hello Forum,
    Portal 3.0.7
    I have a page (page 2) that contains three portlets, each is a single report (Reports b, c, and d). They all query based upon the same parameter value. I have a different page (page 1) that contains a report (report a). I want to setup a link in report a that calls page 2, passes the parameter value to reports b,c,and d. With the reports b,c, and d reporting based upon the parameter value.
    Does anyone have any ides on how to do this? I have been successful in the past using forms based upon procedures to share a parameter amounts several portlets on a single page. But I have no idea how to call a page, pass the parameter and refresh the page in one step.
    Thanks in advance,
    Andre'

    You should concatenate to the url of the page wich contains the three forms with somthing that is near to the following :
    '&parameter_name='||parameter_value
    as many times as you have parameters in the portlets on the page.
    then you should call the new url
    hope that this could help you

  • Hiding Portlets in Different page

    Hi All,
    This is my requirement..
    I have portal which has two pages Page1 and Page2..And each page has a portlet in it
    Initially when the portal gets loaded, Page 2 needs to be hidden which i have done it by setting the property hidden=true for the page2
    Page1 has a portlet A which has a button.. When i click on that button, the portletB in the page2 should be visible..
    Usually hiding portlets is easier when it happens in the same page but how do we implement the above scenario across the pages
    Any help is appreciated
    Regards

    Hello,
    Setting portlet visibility is possible (regardless of what page the portlet is on) from inside the portlet's event handling method by getting the PortletBackingContext and calling the setVisible() method.
    I'm guessing that what you want is to have the page that the portlet is on get automatically displayed when the button on your first portlet is clicked. To cause a different page to be displayed, the easiest way is to send an event, and have a portlet on the page you want to change to listen for that event and "activate" the page. For example, in your .portlet file on the page you want to change to:
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:html="http://www.w3.org/1999/xhtml-netuix-modified/1.0.0" xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0" xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/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 title="Sample Page Activating Portlet" definitionLabel="eventsLinkDef1">
            <netuix:handleCustomEvent event="SampleCustomEvent">
                <netuix:activatePage />
            </netuix:handleCustomEvent>
            <netuix:titlebar>
                <netuix:minimize/>
                <netuix:maximize/>
            </netuix:titlebar>
            <netuix:content>
                <netuix:jspContent contentUri="whatever"/>
            </netuix:content>
        </netuix:portlet>
    </portal:root>This means that when the portlet receives "SampleCustomEvent", the page that this portlet is on will automatically be displayed (and the portlet will be displayed as well as long as it hasn't been set to be invisible).
    Kevin

  • Where is the Pages Icon?

    I am trying to move pages around in a pdf using Acrobat Pro 8.1.5, and between multiple pdfs.  I do not have a pages icon in my navigation panel, nor do I have thumbnails of the pages in the navigation panel.  When I go to View > Navigation > Pages, I get the pages window, but I cannot move pages in between pdfs.  I know I've done this before and it is a feature when the thumbnails appear in the Navigation Panel, but does not appear to be possible in the Pages view.  Help!!

    You've verified the app is on your phone, by doing a spotlight search, correct? You've looked on every page & in every folder, correct? If so: Settings>General>Reset>Reset Home Screen Layout...see if you see it now.
    Remember, with iOS 7.0, you can put as many apps as you want in a folder, but only 9 will be visible.

  • Yahoo search as portlet in my page?

    I know that i can have the yahoo search as portlet in a page (i have seen it), but i don't know the way. Can anybody give me detailed instractions in order to do that?
    Thanks

    Hi,
    You should have the 309 version of portal.
    You can use the URL component available in Webview or the URL services in JPDK. You will be prompted for a link where you
    can give the yahoo search portlet link. You will have to publish the url portlet on the page.
    Thanks,
    Sharmila

Maybe you are looking for

  • Burn-ed! Disc Image "write error"

    Was having glitches burning dvd projects ("error multiplexing") so I created a disc image and was able to successfully burn two dvds before flaming, "burn failed because of a medium write error." I then ran a checksumming between burns, got a couple

  • 10.3.9 does not print anymore , but command lp does !!

    Hi to everybody, im using a HP Laserjet with my Imac connected via ethernet and appletalk. Since some days im not able to print anymore. If I try to print something with apples standard text-editor a requester is shown immediately saying "error while

  • Problem with selecting text in a PDF document

    I'm having a problem with Acrobat 9 and Reader 9.  PDF document that has copying and selecting permissions granted, when I highlight text for copying, some of it gets highlighted and some doesn't.  Put the same document on several computers in the of

  • MS-8606 Mega TV Tuner audio cable

    Got the MS-8606 to complete my new Mega 865 build. The internal audio cable supplied appears wrong. Should be same connector both ends or should be a converter ? The socket on the main board seems to take same connector as the one on tuner card but c

  • Browse for files

    please please please help meeeeeeeeeeeeeeeeeeeeeee!!!! how can i implement abutton to open afile chooser dialog box to select afile and then store its path or the actual file. I'm using OracleDev 10g and OracleDB 10g. please Help meeeeeeeeeee. Alexan