Why make portal Iview visible or not, contained in a portal page ?

Hi,
Within the framework of a gate(portal) SAP, I have to make visible or no Iview.
This Iview is contained in a page.
I get back the role (PCD Role) of this page but I do not manage to change the attribute of Iview to make him(it) invisible.
Here is my code:
//***********************Code gestion des propriétés de l'IVIEW************************
try {
     Hashtable env = new Hashtable();
     env.put(
             Context.INITIAL_CONTEXT_FACTORY,                                                IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
     env.put(
             Constants.REQUESTED_ASPECT,
          PcmConstants.ASPECT_SEMANTICS);
     env.put(
          Context.SECURITY_PRINCIPAL,
          request.getUser());
     env.put(
          IPcdContext.PCD_PERSONALIZATION_PRINCIPAL,
          request.getUser());
     InitialContext iCtx = null;
     String pageID = "portal_content/fr.dggn.DIR_DGGN/fr.dggn.DOS_PRT_DEL/fr.dggn.ZPRT_DEL_STANDARD/WRK_AVC_PERSO_MAIN/fr.dggn.WRK_PRT_DEL/fr.dggn.PGE_PRT_DELEG_LISTE_DELEG";
//je vais rendre visible les iviews                         
     iCtx = new InitialContext(env);
        IPage myPage = (IPage) iCtx.lookup(pageID);
     Enumeration myIviews = myPage.getiViews();
     while (myIviews.hasMoreElements()) {
     Binding bind = (Binding) myIviews.nextElement();
     IiView myIview = (IiView) bind.getObject();
//on rend invisible l'Iview
     myIview.putAttribute(
          IAttriView.ATTRIBUTE_NAVINVISIBLE,
          IAttriViewValues
          .AVAILABILITY_VALUE_AVAILABLE);
//on sauvegarde l'Iview moifié
     myIview.save();
     } //fin du while
        } //fin du try
Can use me and tell me how to arrive at my project ?
Tank's,
Regards,
Florian,

Florian,
The property that have to be changed is "Invisible in Navigation Area".
His ID is : "com.sap.portal.navigation.Invisible"
<u>But</u> , if I do this change in an iView of page, I've to refresh my Browser for the effect to take effect.
To avoid this, you should try to change the default value of the parameter "Allow Client-Side Caching" from Yes to No
Hope this help
Vincent

Similar Messages

  • Why make a portal Iview visible or not, contained in a portal page?

    Hi,
    Within the framework of a gate(portal) SAP, I have to make visible or no Iview.
    This Iview is contained in a page.
    I get back the role (PCD Role) of this page but I do not manage to change the attribute of Iview to make him(it) invisible.
    Here is my code:
    //***********************Code gestion des propriétés de l'IVIEW************************
    try {
         Hashtable env = new Hashtable();
         env.put(
                 Context.INITIAL_CONTEXT_FACTORY,                                                IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
         env.put(
                 Constants.REQUESTED_ASPECT,
              PcmConstants.ASPECT_SEMANTICS);
         env.put(
              Context.SECURITY_PRINCIPAL,
              request.getUser());
         env.put(
              IPcdContext.PCD_PERSONALIZATION_PRINCIPAL,
              request.getUser());
         InitialContext iCtx = null;
         String pageID = "portal_content/fr.dggn.DIR_DGGN/fr.dggn.DOS_PRT_DEL/fr.dggn.ZPRT_DEL_STANDARD/WRK_AVC_PERSO_MAIN/fr.dggn.WRK_PRT_DEL/fr.dggn.PGE_PRT_DELEG_LISTE_DELEG";
    //je vais rendre visible les iviews                         
         iCtx = new InitialContext(env);
            IPage myPage = (IPage) iCtx.lookup(pageID);
         Enumeration myIviews = myPage.getiViews();
         while (myIviews.hasMoreElements()) {
         Binding bind = (Binding) myIviews.nextElement();
         IiView myIview = (IiView) bind.getObject();
    //on rend invisible l'Iview
         myIview.putAttribute(
              IAttriView.ATTRIBUTE_NAVINVISIBLE,
              IAttriViewValues
              .AVAILABILITY_VALUE_AVAILABLE);
    //on sauvegarde l'Iview moifié
         myIview.save();
         } //fin du while
            } //fin du try
    Can use me and tell me how to arrive at my project ?
    Tank's,
    Regards,
    Florian,

    Florian,
    The property that have to be changed is "Invisible in Navigation Area".
    His ID is : "com.sap.portal.navigation.Invisible"
    <u>But</u> , if I do this change in an iView of page, I've to refresh my Browser for the effect to take effect.
    To avoid this, you should try to change the default value of the parameter "Allow Client-Side Caching" from Yes to No
    Hope this help
    Vincent

  • What could make a JOptionPane visible but not showing?

    Hello,
    I use FEST-swing to implement automated validation tests of a GUI application.
    At one point the conversation being tested involves a modal dialog implemented using one of JOptionPane.showXxxDialog(...) methods.
    When I automate cancelling the dialog (clicking the cancel button), I also check that the dismissed dialog is now hiding (FEST's dialogFixture.requiresNotVisible() , which in the end calls theDialog.isVisible() ).
    My problem is that sometimes (I haven't identified any correlation so far), the dialog is still visible ( isVisible==true ), which fails my test, whereas on eye-witness inspection, the dialog is indeed not shown on the screen, and on code-tracing, it is not showing ( showing==false ).
    - One trail to investigate could be improper usage of the EDT, but FEST-swing is supposed to issue Fixture checks on the EDT. I'll report that to the apporpriate mailing list.
    - Another trail is, do you see a reason why the JOptionPane's dialog, could have visible=true and showing=false?
    I'm sorry, I cannot produce an SSCCE (it works in simpler cases, plus it would require using the FEST-swing library).
    Thanks in advance, and regards.
    J.

    I should add that I use a something.waitForIdle() method in the testing lib API that supposedly wait until there are no more event in the EDT, and I also put manual Thread sleeps to let stuff happen. So I don't think it's related to e.g. the "bringing down" not having finished to processed when I check the visibility. But of course, you are encouraged to question my assumptions :o)

  • Creation of Portal iview, with BSP on internal server, call portal external

    Hi all,
    folowing issue:
    we have a test portal link with the internet via apache reverse proxy:
    e.g. http://www.xxx.at/irj   is linked with http://cscinternal.csc.com:51000/irj
    The portal can be started without any problem.
    further we have a bsp applikation on an other internal SAP Server which can be reached with
    http://cscinternal02.csc.com:8047.
    the server is also listed in the apache reverseproxy list as   http://www.xxx.at/its
    The bsp application link: http://www.xxx.at/its/sap/bc/bsp/sap/y_test_pdf_01/main.htm
    can be reach via internet without any problem.
    The bsp shows an radiobutton list + button, with the button one can show a list in an second window.
    so, now i will call this bsp in an iview via portal
    01. i tried the "URL iview", result: i can reach the html but on any action the side do nothing
    02. i tried to config "iview BSP" BUT .... i have now idea what system i should put in,
         the second sap system is configured but there is the internal name in (i guess) ...
    so i'm  newbee in portal things, so i don't know where i can configure a system ...,
    BUT beside this, PLEASE can anyone describe me how i can manage this internal BSP
    in the portal to call it from external?
    thanks a lot
    bye Mike

    Hi Mike,
    Try below steps to make sure your have proper  connection between Portal and  back end SAP system.
    1) Create  a system object , Enter required details for "Web Application Server" Properties with below two options
              A) Enter Direct SAP Server details
              Web AS Host Name : cscinternal02.csc.com:8047
              Web AS Path: /its/sap/bc/bsp/sap
              Web AS Protocol: http
             B) Enter apache reverseproxy
              Web AS Host Name : www.xxx.at/its
              Web AS Path:/sap/bc/bsp/sap
              Web AS Protocol: http
    2) Create  a  Alias  .  Run the connection test for Web Application Server (WAS). Make  sure  connection tests are successfull
    3) Create a  BSP Iview ,
      BSP Definition Type:  Application
      Selct System Alias
      Customer Namespace: sap
      Application NameSpace: sap
      Business Server Page (BSP) Application:  y_test_pdf_01
      Start Page: main.htm
    Let me know if  it works.
    Thanks
    Aravind
    Intelligroup

  • Portal Problem:  Workaround for NOT alphabetizing paramters in portal form?

    Hello all,
    In Portal, I am defining 6i reports. Portal has forms that pass these parameters to 6i reports but they keep showing up in alphabetical order. So, the rep_end_date is appearing before the rep_start_date.
    These are the steps:
    1. Go to Navigator
    2. Click on Administer
    3. Click on Display Portlet Repository
    4. Under Seeded Providers, Click Oracle Reports Security
    5. Click on Reports Definition File Access
    6. Click Create Reports Definition File Access
    7. Go through the steps until you get to OPTIONAL PARAMETERS
    Enter REP_START_DATE
    Enter REP_END_DATE
    8. When you are finished select done
    9. Click on Customize
    10. In the form you will see that the REP_END_DATE appears before the
    REP_START_DATE
    It is not logical for the users to enter the end date parameter first and then the start date second.
    I tried to work around it by changing rep_start_date to arep_start_date. This
    fixes the appearance on the form. Unfortunately this change causes the report
    not to work. The parameters used in the report 6i must match the parameters in
    portal exactly.
    I have been in contact with ORACLE with a TAR. They replied that I should ask you for any code that you might have or ideas.
    I have been brainstorming some ideas:
    1. Going into the report and renaming rep_start_date to something like
    raep_start_date. The advantage would be that it would fix the problem. The
    disadvantage is that we would have to go into every report and check for
    wherever that bind variable is named and change it. It would be tedious.
    2. Another option would be to create a form using form builder for each
    report. This also would be tedious and would require the forms server to be
    configured. We aren't sure whether a report being called from a form would
    process faster than just a report being called from portal or not. We are not
    as experienced in using form builder, however we have successfully created one.
    The advantage would be that it would solve the problem. The disadvantages is
    that it might be more time consuming.
    3. I suppose yet another option would be to create a html page as a portlet
    and then pass the parameters to the report that way. This would be where
    coding would come into play. I have been researching this option but I think
    that we would have to hard code the specific paramters used for each of the
    100s of reports. There might be a LOV issue with this one.
    4. Final option is to hope that one of the portal developers would have code
    that would easily fix this problem on OTN.
    I look forward to any information that you could provide.
    Thanks and best regards,
    Lindsay

    An alternative, maybe simpler, is to join together the exported segments using Quicktime Player.  Importing into iMovie again might result in degradation of video quality.
    Geoff.

  • Portal content translation is not working in my portal

    HI,
       When i created translation text and released  it is not working according to the target language .
    I'm using EP 7.O sp11
    Is there any problem with this package  ,help me plz
    regards ,
    santhosh

    Hi
    Make sure that you have select your target language in browser
    In the  browser go to the tools general > Languages and select your language
    Thanks and Regards,
    Arun

  • Why recently created wiki articles are not showing in profile Statistics page?

    Recently I have created a wiki.. altogether it should be 3 but under
    profile Statistics page it shows as two.. it almost two weeks now.. 
    Below are the wiki's
    (si-LK)http://social.technet.microsoft.com/wiki/contents/articles/19489.registry-import-not-all-data-was-successfully-written-to-the-registry-some-keys-are-open-by-the-system-or-other-process-or-you-have-insufficient-privileges-to-perform-this-operation-si-lk.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/19805.kb2817630-kb2817347-outlook-2013-si-lk.aspx
    (en-US)http://social.technet.microsoft.com/wiki/contents/articles/20586.how-to-change-ipv4-dns-server-address-to-public-dns-in-windows.aspx

    I think that if the activity has not shown up by now, that it will never show up, and your statistics will not be updated. I have had this happen to myself. When the Wiki is having performance problems, articles can be created or updated, but meta data
    is not updated properly. Sometimes this can be fixed, sometimes not. This issue is of major concern, but there is no fix yet.
    Richard Mueller - MVP Directory Services

  • Iviews in home page not visible when I assign eu_role to portal users

    Hey guys,
    For the tool area search, I had access denied error. So I have assigned eu_role to the portal users and I am able to search now in the tool area.. But the problem is when I assign this eu_role to the portal users I am not able to see some iviews in my home page.. Like I had webdynpro iview and km document iview which are not visible now. And in place of KM document iview its showing me with this message:
    Links :There are no items to display (Organize Entries)
    Suggest me with some help.
    Regards
    PP

    Hi Priyanka,
    Just refer these helps for getting idea on PCD Repository Manager.
    http://help.sap.com/saphelp_nw04/helpdata/en/76/a8934259a5cc6ae10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/d59a4271c80a31e10000000a1550b0/content.htm
    It is clearly mentioned in this document that ,
    <i>To index the PCD repository, always choose the Portal Roles Search service. Do not choose the services TREX Search or TREX Search and Classification, because these services index the entire PCD. Thus, the search results would also contain iViews and portal pages that are not part of the role of the logged-on user. This ensures error-free navigation.</i>
    Regards,
    Kishor Gopinathan

  • How to make an iview in a page programmatorically  (in)visible

    Hi All,
    Does somone know how the code to set an iview in a page visibe/invisible.
    (like you can do it manually)
    I do not want to remove the iview and then add the iview again,
    Thanks to help me out on this one,
    Nicolas

    Hi,
    Thanks for your answer, but I already found this on SDN.
    But I think it does not fit my needs. (hiding or unhiding it is not depending on roles or language or any other parameter)
    This is the scenario I want to do.
    I have made webdynpro banner with a message. 
    At certain moments in time this banner should appear iin the portal.
    Because the team that  decides if the banner should be visible or not, has no portal knowledge. So I want it to make easy for them
    I want to program another webdynpro, where they can decide to show the banner or not. (and tthey can also give the banner text in).
    So I just want to know how to hide programmatorically an iview in page.

  • Pictures - why are some pictures visible and some not?

    Why is it that some of the pics I transfered from my digital camera to my Macbook, iPad, from windows-system or from external drives and vs. are not visible on my Macbook.
    In this case my Macbook opens iPhoto and a while later indicates, that I will not be able to make the picture visible (cant remember the exact phrase that appears on my screen - its something like incompatibility of pics).
    Anyone, facing a similar situation, and please how to solve this fast?

    I am also having this issue, only difference is the playlist use to be on my iPhone but is not there now.  The playlist shows with no music in it now.  This particular playlist I downloaded all songs to my phone

  • E-recruitment - Table does not contain visible columns

    Guys,
    I am currently working on the e-recruitment. I had came across this
    Table does not contain visible columns
    in the all the tab in Application Entry, Preselection, Selection, Offer face... Is it a configuration or is it a portal error?

    Hello,
    This is a simple configuration issue I guess if you are using EhP4. There are no table entries for the respective processes in table V_T77RCF_CDCYLST. Just go and configure for each process in User Interfaces > Administrator and Recruiter > Settings for Candidate Selection > Assign Columns for Candidate Shortlists the columns you would like to be displayed in each process based on the business requirement.
    Regards,

  • Portal Activity Report - could not see the latest iview /pages hits.

    I have configured my own iviews where they will display the 2 weeks iviews/pages that are accessed by users and count (hits) , but I am not able see the iview hits and iview names or pages hits or names in this Portal activity report, I could see only very old iviews not latest.
    Suggest me if there are any settings or configurations that I need to make.

    Hi All,
    Just in case Activity Collector or Portal Activity Report is not sufficient for you and your portal management to gather important usage data, you may be interested in our SAP certified solution, Click Stream.
    May make your life a lot easier when finding the usage stats you need (Easy installation u2013 Free download u2013 Fully functional test version available).
    More information here:
    Website: [www.sweetlets.com/clickstream|http://www.sweetlets.com/clickstream]
    EcoHub reviews: [http://ecohub.sdn.sap.com/irj/ecohub/solutions/clickstream|http://ecohub.sdn.sap.com/irj/ecohub/solutions/clickstream]
    Good luck and hope that helped.

  • The Favorite iView does not appear in the Portal

    The Favorite iView does not appear in the Portal - instead I get the following runtime error:
    com.sap.portal.pcm.Title - An exception occurred while processing your request
    When I look it up in the log file - I get the following:
    Date : 06/092008
    Time : 7:58:50:500
    Message : 07:58_04/06/08_3852950
    EXCEPTION
    com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.pb.PageBuilder.createIviewProfile(PageBuilder.java:443)
    at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:391)
    at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:233)
    at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:635)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
    at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:815)
    at com.sapportals.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:703)
    at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
    at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
    at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sapportals.portal.navigation.CollaborationNavTree of Portal Component com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation because: Could not instantiate implementation class
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:269)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
    at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
    ... 35 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.netweaver.coll.appl.ui.room
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem._refresh(PortalApplicationItem.java:507)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.getCoreLoader(PortalApplicationItem.java:1360)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getClassLoader(PortalComponentItem.java:569)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getClassLoader(PortalComponentItemFacade.java:102)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
    ... 39 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.km.application
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 44 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.km.cm.ui.flex
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 45 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.netweaver.bc.crt
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 46 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.portal.runtime.config.component
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 47 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception during start of application: SAPJ2EE::library:com.sap.tc.di.scm.transport_api
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:323)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 48 more
    Caused by: com.sapportals.portal.prt.core.broker.SAPJ2EELibraryNotFoundException: Could not find Library SAPJ2EE::library:com.sap.tc.di.scm.transport_api
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:277)
    ... 49 more
    Severity : Error
    Category :
    Location : com.sap.portal.prt.runtime
    Application : sap.com/irj
    Thread : ThreadPRT-Async 1,5,PRT-Async
    Datasource : 1212584461125:E:\usr\sap\DEP\JC00\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 00145E336A6A0091000000010000098C00044ED6CA463F40
    Source Name : com.sap.portal.prt.runtime
    Argument Objs : com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.pb.PageBuilder.createIviewProfile(PageBuilder.java:443)
    at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:391)
    at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:233)
    at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:635)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
    at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:815)
    at com.sapportals.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:703)
    at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
    at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
    at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sapportals.portal.navigation.CollaborationNavTree of Portal Component com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation because: Could not instantiate implementation class
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:269)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
    at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
    ... 35 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.netweaver.coll.appl.ui.room
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem._refresh(PortalApplicationItem.java:507)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.getCoreLoader(PortalApplicationItem.java:1360)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getClassLoader(PortalComponentItem.java:569)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getClassLoader(PortalComponentItemFacade.java:102)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
    ... 39 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.km.application
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 44 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.km.cm.ui.flex
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 45 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.netweaver.bc.crt
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 46 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.portal.runtime.config.component
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 47 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception during start of application: SAPJ2EE::library:com.sap.tc.di.scm.transport_api
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:323)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 48 more
    Caused by: com.sapportals.portal.prt.core.broker.SAPJ2EELibraryNotFoundException: Could not find Library SAPJ2EE::library:com.sap.tc.di.scm.transport_api
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:277)
    ... 49 more
    Arguments : com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.pb.PageBuilder.createIviewProfile(PageBuilder.java:443)
    at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:391)
    at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:233)
    at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:635)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
    at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:815)
    at com.sapportals.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:703)
    at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
    at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
    at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sapportals.portal.navigation.CollaborationNavTree of Portal Component com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation because: Could not instantiate implementation class
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:269)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
    at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
    ... 35 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.netweaver.coll.appl.ui.room
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem._refresh(PortalApplicationItem.java:507)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.getCoreLoader(PortalApplicationItem.java:1360)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getClassLoader(PortalComponentItem.java:569)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getClassLoader(PortalComponentItemFacade.java:102)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
    ... 39 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.km.application
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 44 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.km.cm.ui.flex
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 45 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.netweaver.bc.crt
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 46 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: http://PortalApplicationItem._prepare: com.sap.portal.runtime.config.component
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 47 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception during start of application: SAPJ2EE::library:com.sap.tc.di.scm.transport_api
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:323)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 48 more
    Caused by: com.sapportals.portal.prt.core.broker.SAPJ2EELibraryNotFoundException: Could not find Library SAPJ2EE::library:com.sap.tc.di.scm.transport_api
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:277)
    ... 49 more
    Dsr Component : n/a
    Dsr Transaction : c1bb8390323511dd980100145e336a6a
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives :
    Resource Bundlename :
    Session : 52
    Source : com.sap.portal.prt.runtime
    ThreadObject : ThreadPRT-Async 1,5,PRT-Async
    Transaction :
    User : Administrator

    Amir ,
    Check this link , I t will help you
    http://help.sap.com/saphelp_nw04s/helpdata/en/1e/62eae2357c4596bda2476d0a6503e3/frameset.htm
    Set the property "Add to Favourites" to Yes
    Portal Content -> Content provided by SAP -> End user Content -> Standard Portal User -> Default Framework page ---> Edit Object
    Open the Page Title Bar -> Search for the property -> Show 'Add to Browser Favorites'
    and set this property to Yes.
    Now refresh the page. It will show this option.
    Koti Reddy

  • Why my account mood message is not visible ?

    hello all,
    I just want to know why my id mood message is not visible ? basically i have 2 accounts 
    so just i added myself in one of the accounts and also then for testing i created 3rd account but in all 3 accounts i am unable to read mood messages on homepage n also when i click on profile i see offline mark instead of mood message why is it so ? can anybody help me ?

    Hi,
    I have same problem! Do you find solutiun?
    Regards,
    Ümit

  • WebDynpro Abap table not rendered correctly inside portal iView

    Hi,
    I have a webDynpro Abap application with a table that contains radio buttons as table cell editors.
    When I run the application directly it looks fine, but when I run it inside a portal iView the radio button allignment changes to the top of the table cell.
    Please help.
    Kind Regards,
    Dirk Naude

    I found that this could be fixed by changing the portal theme using the theme editor, specifically changing the table cell padding property.

Maybe you are looking for

  • How can we change the field confirmed work of SAP PPM from edit to not edit mode ? I need it into non edit mode for time recording with ChaRM

    Hello everyone, Do someone meet this issue ? Do you know if it has a link with customization of ppm or customization of ITSM ? Many thanks in advance for your replies !

  • PLEASE REVIEW THIS LOG REPORT 4 COMP/KEYBOARD/MOUSE FREEZE..FANS CYCLE FAST

    MY COMP STATS ARE BELOW.. as of late my g5 on random occasion will freeze up, the keyboard and mouse freeze, the caps lock button will not light up, plugging in new mouses wont work, the fans speed up like **** coming to earth..none of the keyboard s

  • Date format in windowes 7

    i have problem with date format in developer 10g and developer 6i it show date in this format 2011/25/1 it sould be like this 25/1/2011 i put the format mask like dd/mm/yyyy but it showing lik 2011/25/1 this problem only in windowes 7 if i run in win

  • Server error[1012]:Essbase error[1260052]

    Dear All, We created a report in Hyperion Interactive reporting using Hyperion Essbase as database connection file . We have a substitution variables in Essbase.We want to use the Substitution variables ("CMonth","CYTD") in IR report Substitution var

  • MHTML

    I received an email whose first line reads, "If you can see this, then your email client does not support MHTML messages." I can't find anything in mail help or the forums pertaining to this. Can anyone shed some light and also advise how to make my