To Add Tool Area Iview to Default Frame Work

The Tool Area Iview which is to be seen on Default Frame Workin the navigation Portalcontent->Content Provided by SAP->End User Content->Standard Portal Users, is removed. Where could I find this Iview so that I can embed again into the default frame work

hi,
par file  will be found in the server com.sap.portal.navigation.toolarea.par.bak
System Administration> Support>Portal Runtime>Browse Deployment>WEB-iNF> Deployment> pcd
import the par file to netweaver studio , rename it and then upload it in portal. Now make an iview  from it by which you should be able to see the tool area.
hope it helps...
regards,
Ganesh.N

Similar Messages

  • Can't find tool area iview in default framework page

    Hi,
    I want configure tool area iview in default framework page to clp. i went through endusers -> standard portal users -> deafault framework page -> open -> edit ->
    Here i have to see tools area iview apart from other iview, By default tools area iview is hidden. if i want to see and configure that(tools area iview) what i have to do. any one have solution.
    Thanks,
    Regards
    Damodhar.

    Hi Damodhar,
    The Tool area iview has to be there in Default Frame work page. But if some how u lost that then one thing i can advice there is a par file in the server com.sap.portal.navigation.toolarea.par.bak,Go System Administration>> Support>>Portal Runtime>>Browse Deployment>>WEB-iNF>> Deployment>> pcd, import that into ur NWDS and delpoy it to the server. Make an iview based on it and put that iview in the frame work page in its postion.
    http://help.sap.com/saphelp_nw04/helpdata/en/b4/771158e4cb4bf6af9974380948db86/frameset.htm
    Check out the link also to get a better understanding abt the deafault frame work page.
    Hope this Helps
    gEorgE

  • Adding  URL Links to Tool Area iView in Default Framework Page

    We want to add a URL link to the Tool Area  iView in  Standard Framework page.  When we edit the property "EnableLink1" and "EnableLink2" property to "True" of Tool Area iView, it shows two links in the tools area without actual links.
    Where do we add these links?
    Thanks.
    PK

    Hi,
    In EP 7.0 SP21 no show the EnabledLink1 and EnabledLink2,
    Was deprecated?.
    Must to edit the par file to insert it?.
    Thanks

  • Problem with Tools Area iView Creation - Help Needed.

    Hi Guys,
    I am having a small problem with the Tool Area Par, I downloaded the Par and have edited it and then redeployed it on the Portal, however when I am creating an iView I am getting the Following error:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/every_user/general/defaultDesktop/frameworkPages/frameworkpage/com.sap.portal.toolAreaiView
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    Can anyone suggest me what could be wrong and why I am not able to see the Iview and why I get this exception.
    Thanks,
    John.

    Log File:
    [code]
    Component : com.sap.portal.navigation.toolarea.default
         at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:267)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:312)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:385)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sapportals.portal.navigation.ToolAreaiView of Portal Component com.sap.portal.navigation.toolarea.default because: Could not find implementation class
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:242)
         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)
         ... 26 more
    Caused by: java.lang.ClassNotFoundException: com.sapportals.portal.navigation.ToolAreaiView
    Found in negative cache
    Loader Info -
    ClassLoader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@2086d]
    Parent loader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@695f94]
    References:
       not registered!
    Resources:
       C:
    usr
    sap
    J2E
    JC00
    j2ee
    cluster
    server0
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    com.sap.portal.navigation.toolarea
    private
    classes
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:360)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
         ... 30 more
    [/code]

  • Error in tool area iview..

    hi...
    I already have a portaldesktop assigned to our portal by someone. To find what framework page they have assigned to the portaldesktop, I have gone to masterrule collection and have seen the assigned framework page to our portal. Once I got the framework page, I made the tool area as visible. Now the tool area is reflected on to my portal. But when I search from my portal in tool area..I m getting this error..
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.basicsearch).
    Exception id: 11:58_04/06/07_0085_7403450
    See the details for the exception ID in the log file.
    But when I preview my framework page and search something I m getting all the requested documents. Only on the portal when I logon with portal user I m getting the above error.
    Can anyone help me?
    Regards,
    PP

    Hey guys,
    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

  • How to display message in Default Frame work Page (Page Title bar)

    Dear Guru,
                    I want to display message in Page Title Bar , and that message should move like(Marquee in html) . So please any one suggest how to do and that message should be display for certain time.
    Thanks and regards
    Kumar Rakesh.

    Kumar,
    create a bsp application and create an iview from it and put it in default framework page
    code for the same
      <%@extension name="htmlb" prefix="htmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <htmlb:content design="design2003" >
      <htmlb:document>
        <htmlb:documentHead>
        <htmlb:headInclude />
        <style type="text/css">
        .urBdyStd { background-color: "#455F55"; }
        </style>
        </htmlb:documentHead>
        <htmlb:documentBody>
    <marquee scrollamount="3" >
    <%-- <htmlb:textView
    encode ="true"
    id="a"
    textColor = "white"
    text = "BI Reports are currently down" />--%>
    <b><font size="2" color="red"><%=wa_rep-s_message%></font></b>
    </marquee>
        </htmlb:documentBody>
      </htmlb:document>
    </htmlb:content>

  • Default frame work page

    Hi,
    How can i get default framework page in NWDS and change the jsp file, do anyone have the link or document for this.
    Thanks,
    Damodhrar.

    Hi Damodhar
    You cannot edit the framework as such. Just go to content administration->portal content and open the folder portal content-content provided by sap-enduser content-standard portal users...there you can see the default framework page.
    Specify what you want to modify in the framework page
    Regards
    Geogi

  • Add Bus area to CR header not working.(OTC must be supplied)

    Hi Experts,
    We have used the following doc to allow for business area on the general screen of our change request: Enhancement of the User Interface Building Bloc... | SCN
    We have Gone through most of the actions but now encounter an error.
    We use transaction GENIL_MODEL_BROWSER  > Create Enhancement ZMDG_CR_Additional_Fields  but when we assign the new handler class in the root objects CR_ROOT it is giving a dump Exception condition" No Active Data Model" triggered.
    When we debug this we are getting OTC 147 for Business partner but our active data model is OG and thus we think it should call for the entities for the OG model.
    Where is it fetching this from or is there config that we are missing?
    Thanks and best regards
    Riaan

    Hi sohopigeon, and a warm welcome to the forums!
    What to do if your computer won't recognize a FireWire or USB device...
    If the issue persists, try these steps:
    1. Shut down the computer.
    2. Disconnect all devices and all other cables, except the keyboard and mouse cable(s).
    3. Disconnect the computer from the power outlet and wait for 3 to 5 minutes.
    4. Plug the computer back in and turn it on.
    5. Reconnect the device(s) (one at a time if there is more than one) and test. Test with each port if you have more than one.
    http://support.apple.com/kb/HT1317
    The 7,3 2.3 was PCI-X, I notice this PCI card is NOT for use in PCI-X G5s...
    http://eshop.macsales.com/item/Other%20World%20Computing/PCIFW4P/
    While this one works in PCI or PCI-X...
    http://eshop.macsales.com/item/ADS%20Technologies%20Inc./API315/
    Not sure about yours, but it does say...
    PCI 2.2 compliant and works in 32-/64-bit PCI slot
    Works in 3.3v or 5V PCI slot
    The one that doesn't work in yours above is also PCI 2.2 compliant.

  • What are the modules are there in ATG frame work?

    Hi All,
    Any one can explain Briefly about atg modules like DAS,DPS,DCS and DCC.
    Regrds
    venkat637
    Edited by: venkat637 on Sep 26, 2011 6:47 PM

    These all are OOB modules available with ATG and other modules also available with ATG to build eCommerce application.
    DAS - Dynamo Application Server : which is use to load application related components means It will work as nucleus.
    DPS - Dynamo Personalization Server : which will help to maintain Account management & personalization things.
    DSS - Dynamo Scenario Server : which is use to build & run scenarios related components.
    DCS - Dynamo Commerce Server : Which is use to build & run commerce components.
    Refer ATG docs for more information about ATG OOB modules.
    ~ Raji

  • How to Transport changes made to tool Area

    Hi
    According to my requirment
    i had to remove a Portal Search option from Tool Area.
    My requirment is to removie it from the theme as we don't need it
    I performed the following
    Go to Content Administration
    Portal Content--> Content Provided by SAP->End User Content-> Standar Portal Users
    From Default frame work page.Open the same and untick the Visible Check box beside tool area iView in the frame work page.
    Now how can i transport these changes from DEV Portal to QUA Portal
    Thanks

    You can transpor the pcd content using
    Import/export options in SystemAdministration->Transport
    But I am afraid that you cannot transport the standard pcd content as its id starts with sap.com.
    Best of doing is Don't do any changes to the standard default framework page
    Instead of that... you duplicate it and change the id of the framework page then export it
    and import in the target portal as said above.
    Use that imported frameworkpage in your dekstop.
    Raghu

  • Error in  removing Portal Tool Area from Theme

    Hi
    In my Portal theme i had a Portal Tool Area with Search options.
    My requirment is to removie it from the theme as we don't need it
    Go to Content Administration
    Portal Content--> Content Provided by SAP->End User Content-> Standar Portal Users
    You can see Default frame work page.Open the same and untick the Visible Check box beside tool area iView in the frame work page.
    Save the changes and refresh the page..
    I made the setting,The tool area is not visible in priview...
    But when i logged in as test user it is still there
    How can i proceed
    Thanks

    My suggestion is go through the below help liks for better understanding
    Framework pages
    http://help.sap.com/saphelp_nw04s/helpdata/en/a6/1c67161be54bc19cfa86e187819fbe/frameset.htm
    Portal desktops
    http://help.sap.com/saphelp_nw04s/helpdata/en/b2/cf65869fb64552be09e46516dd8062/frameset.htm
    Portal desktop and display rules
    http://help.sap.com/saphelp_nw04s/helpdata/en/4b/29cf122f414721964269e1b675d62c/frameset.htm
    you need to check in the display rules whether you have multiple framework pages or not.
    Raghu

  • How to add a custom iview to the portal tool area

    Hello:
    We want to add some simple text like date,day and some
    more things to the portal tool area, where a KM search
    box, and collobaration link exists now.
    I tried to look up for the tool area iview par file, but
    only found, *.ept file only which doesn't contain any
    code.
    I hope atleast some of the clients might have tried this.
    If you will you please shed some light on how to achieve
    this task.
    Thank you very much in advance for the help,
    Prasad Nutalapati

    Hi Prasad,
    try to do this:
    1) download the par file of the standard toolbar. You can find it under:
    \usr\sap\P602\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\deployment\pcd
    its name is: com.sap.portal.navigation.toolarea.par.bak
    2)import it into eclipse with another name, i.e. com.customer.portal.navigation.toolarea
    3) modify as you need the jsp contained in it in order to satisfy your requirements.
    4) deploy the par into the portal and create a new iview based on it.
    5) put this iview into the framework page you want to use, hiding/deleting standard toolbar
    these steps are OK if you want simply modify the layout of the toolbar, you cannot modify the logic behind it.
    If you need to do that, for example add some buttons which perform some custom actions, you have to develop a new component from scratch using the portal development paradigms.
    I hope this could help you
    Cheers
    Roberto

  • Collaboration Room Link on Tool Area  Bar. Possible?

    Hi All,
      we have collabration rooms which dispays under My rooms for a particular user.Now a user wants to access a single room from somewhere Tool Area iview so that he need not have to navigate to next page for My room iview and then access.
    We can do that by changing the URL link of help option with room URL,so that he can click on Help on Tool Area and acees it.But how can i change the name from HELP to some other.I think its not possible?please Confirm.
    Is there any possibility to add one more link same as HELP
    somewhere on Tool Area and give Room URl to access the room.
    Or anyother good option.
    Thanks in Advance

    Hi Rani,
    to 1:
    You wanted to know how to change the name "HELP" in the toolarea iView, because as you correctly said, to change the link you only need to change an iView parameter. So only for the label "Help" you need to touch the PAR file. But actually I was misguided by your text, cause the Help link is in the masthead iView and not in the tool area, so you need to change the text in the localization files <b>headeriView_nls(_XX).properties</b> located in <b>com.sap.portal.navigation.masthead.par</b>
    to2: For achieving that the links are only visible for some specific users you need to implement some additional logic in the <b>ToolAreaiView.jsp</b>
    Hope that answers your doubts and your question,
    Robert

  • How to remove Tool Area in EP 7.0

    Hi EP Gurus,
    I am Using EP 7.0 and the client requirement is that there should be no tool area in the portal display..... How can i remove it?
    Thanks in advance
    Sivaprasath

    hi,
    you can do by,
    goto content administrator (if you have content admin rights) from their you go to either content provided by sap or go to portal users.
    from their you navigate to standard portal users open it and select default frame work page ( and this is the main frame work page for your portal if you are just trying then please create your own frame work so that you are not going to be in trouble if have done some mistake)
    here you select page tool bar and remove the check mark and make it invisible.
    *******please reward points if the information is helpful to you*************88

  • Enabling Links in Tool Area

    Hi,
    I gone thro a PDF in
    https://websmp103.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000073623&_SCENARIO=01100035870000000202.. 
    This PDF is for configuring links in tool area. 
    For configuring links, I have to set 2 properties:
    (1) Enable Link1  &  (2) Enable Link2
    But I could not find these two properties. Navigate thro
    Content administration -> portal content -> portal users -> standard portal users -> Default Framework Page -> Tool Area iView -> click Open
    In the properties list, I didnt find Enable Link1 and Enable Link2 Options.
    What could be the problem?
    Kindly provide me a solution.
    Thanks & Regards,
    Dhana

    Hi Laksmi,
    You can directly enable those two links in the default framework page. see the below path:
    Content Administrator --> portal content --> Portal Users > Standard Portal Users> Default Framework pages .
    Now select the toolarea iView  and its properties , there you can find those two links i.e Enable Link1 & Enable Link2. Make them as "True". and refresh the portal .
    If it is helpful , Reward Points.
    Cheers
    Venkat

Maybe you are looking for