Portal Runtime error when modifying: com.sap.portal.runtime.logon.par

Hello,
We need some help because we get 'Portal Runtime error: iView: N/A Component Name:N/A' error when trying to access portal logon screen.
This is what we've done:
We've modified com.sap.portal.runtime.logon.par file and we've uploaded it but it doesn't work. Because of the error, we've overwritten this file with the original one but now it's imposible to access portal.
The situation it seems to be like before the modification of the .par file but we get the same error and can't access portal.
Please, do you know what could be the problem?
Thanks in advance

Hi Belen,
Here are the steps you would need to take
1. import the original par file into the NWDS and name the project as  
    com.sap.portal.runtime.logon
2. Make sure the project name is com.sap.portal.runtime.logon
3. use winzip/winrar to extract the com.sap.portal.runtime.logon.par file in
    a local directory
4.Under the lib you would find two jar files copy them and paste them in your project
   under dist>PORTAL-INF>lib directory
5.move the files cert....till umResetPass....jsp into the  PORTAL-INF directory
6. export the par to the server in question
7. restart your server
This should solve your problem..
Thanks,
Gokul

Similar Messages

  • Portal is blank after modifying com.sap.portal.layouts.framework

    Hi Experts,
    Using SAP EP 7.0 SPS 18 and NWDS 7.0.18
    I downloaded the par file com.sap.portal.layouts.framework because I wanted to increase the width of the detailed navigation panel. I imported it into NWDS and in the WAandNavPanel.jsp I modified this line
    <hbj:page title="Portal Page">
         <hbj:gridLayout   id="GridLayout1"  width="100%" cellSpacing="2">
         <hbj:gridLayoutCell rowIndex="1" columnIndex="1" width="20%" verticalAlignment="top">
              <lyt:container id="navPanelContainer" />
         </hbj:gridLayoutCell>
         <hbj:gridLayoutCell rowIndex="1" columnIndex="2" width="80%" verticalAlignment="top">
              <lyt:container id="workAreaContainer" />
         </hbj:gridLayoutCell>
         </hbj:gridLayout>
    </hbj:page>
    To this:
    <hbj:page title="Portal Page">
         <hbj:gridLayout   id="GridLayout1"  width="100%" cellSpacing="2">
         <hbj:gridLayoutCell rowIndex="1" columnIndex="1" width="25%" verticalAlignment="top">
              <lyt:container id="navPanelContainer" />
         </hbj:gridLayoutCell>
         <hbj:gridLayoutCell rowIndex="1" columnIndex="2" width="75%" verticalAlignment="top">
              <lyt:container id="workAreaContainer" />
         </hbj:gridLayoutCell>
         </hbj:gridLayout>
    </hbj:page>
    I then selected 'Quick PAR Upload' from NWDS and selected 'Include the source code of the portal application' and 'Deploy PAR' checkboxes and then deployed.
    Now when I login to the portal, its just a blank screen. What did I do wrong, and how can I fix this please?
    Regards,
    Marshall.

    Hi Marshall,
    Just a couple of notes for you:
    Changing the SAP namespace to your own/client namespace is a good idea, though you'll need to copy all referenced Portal objects if possible.  In addition, every support pack or patch will require you to recreate this PAR file using the original SAP source as the underlying code may have changed.
    All that said, the easiest way to check out a change is to make a change directly to the PAR file and upload.  I do this when working with a local Portal install (not the development one). 
    Another point, make sure when you upload it via System Admin/Support/Runtime Tools/Administration Console (or something like that); that you get a valid version number when you upload.  If you don't, that indicates something is wrong with the PAR file.
    Maybe a test for you would be to take the existing PAR file, and upload it again without modification to see if there's a problem; then do it again, but this time just adding some space or something to the file (no code changes).  Keep baby stepping till you work out what code is making the screen go blank for you.
    Regards,
    Matt
    ps. I hope you've solved this by now...Otherwise ask your friendly SAP expert (who may be handy) how to do it.  Alternatively, publish exactly the change you're making and we can review it.

  • How to modify com.sap.portal.navigation.toplevel.par

    Hi,
    I have a situation where i need to change the Top level navigation (com.sap.portal.navigation.toplevel) i.e i want some different buttons insted of the standard one's.
    I had seen some blogs like hovering etc..
    but i cant understand the concept.
    Can any one explain it in a simple and detailed way.
    Thanks in advance,
    MrChowdary

    Hi Chowdary,
    Please Refer This,
    <b>Navigation in portal:</b>
    http://help.sap.com/erp2005_ehp_02/helpdata/en/e0/9e4f3e7395b412e10000000a11405a/frameset.htm
    <b>Portal Personalization:</b>
    http://help.sap.com/erp2005_ehp_02/helpdata/en/e0/9e4f3e7395b412e10000000a11405a/frameset.htm
    Regards,
    Nandha.

  • How to modify com.sap.portal.navigation.pagetoolbar.par

    Hi Experts,
               I have to create a link on the Page Toolbar(Next to "History") by the name "Add Favorites" which has the same functionality as that of the "Add to Portal Favorites" button present in the Option Menu in sap portal.
    I have imported the com.sap.portal.navigation.pagetoolbar.par in to my nwds , but i am not sure if this is the correct par.
    please tell me where exactly the modification needs to be done.
    Thanks in advance .
    Regards
    Shivas

    Hi,
    the PAR you are looking for is: com.sap.portal.pageToolbar
    As for the code: copy & paste the standard SAP code. For adding the page to the portal favorites:
    AddToPortalFavorites(). The code looks like:
    function AddToPortalFavorites(target , title, mode)
         try
              var obj = EPCM.getSAPTop().gHistoryFrameworkObj.GetActiveTrackingEntryValue();
              var context = obj.context;
              if(! target)
                   target = obj.getUrl();
                   title = GetUnescapedTitle(obj.title);
              var url = "/irj/servlet/prt/portal/prtroot/com.sap.km.cm.remote?ServiceType=PortalFavorites&";
              url += ("NavigationTarget=" + escape(target));
              url += ("&Title=" + encodeURIComponent(title));
    -> the JS with this code is located ar:
    /irj/portalapps/com.sap.portal.navigation.helperservice/scripts/FrameworkSupport.js
    To add the page to the browser's favorites:
    pageTitleBar.AddToFavorites("location")
    br,
    Tobias

  • BI Portal - were can i modify com.sap.ip.bi.Overview  ?

    Hello All,
    I do portal projects, but this time Iu2019m doing BI for the first time.
    In the Business Intelligence role (not BI Admin role), wehn opened, the first you see is an Overview iView.
    pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.Overview
    With HR portals (ESS-MSS), you can modify this in the back-end, customizing.
    But how and were can I modify this iView (page). In the portal (front-end) itself, or in the back-end, if so, where in the back end?
    thanks in advanced,
    Glenn

    What do you want to modify in this iView ?
    you can find this iview by searching it in your repository :
    search criteria : object : iview
    name : com.sap.ip.bi.Overview
    clic all the 3 boxes and clic on search.
    Fabien.

  • Java iView Runtime error when try connectin to portal

    H, iin my VC i have filled in the address of my portal http://address:50000
    Then i click the traffic light icon, and giving me a popup
    windows that saying Java iView Runtime
    I wonder what could be wrong, i have deployed the portal content and visual composer sda.
    And i'm using super user

    In fact we're not quite sure on what exactly caused the problem ...
    What we did was :
    - deploy from NWDS of Webdynpros ... but we don't see how an apllication deployment may has caused a such big issue
    - we also enabled 2 services in the portal : Activity Reporting service and Activity data Collector ... may enabling these 2 services have cause this global issue ?
    Thanks for your quick response,
    Regards,

  • Portal Runtime Error when changinG Welcome Message

    Hi Experts,
    Here is the what I did :
    Downloaded com.sap.portal.navigation.afp.masthead WAR file.
    Imported to NWDS with a name com.sap.portal.navigation.afp.masthead.cust
    In the AFPMasthead_nls_en.properties and AFPMasthead_nls prefixed the Welcome Messgae text(WELCOME_MESSAGE with a text 'Sandbox'
    Changed the application name in Portalapp.xml from com.sap.portal.navigation.afp.masthead to com.sap.portal.navigation.afp.masthead.cust.
    Build and Deployed the WAR.
    In portal created new Iview with com.sap.portal.navigation.afp.masthead.cust WAR for Masthead and made standard invisible in AFP.
    It gives below runtime error:
    Exception ID:10:51_04/04/14_0006_4730550
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Application name : com.sap.portal.navigation.afp.masthead.cust
    Please see the attached file for details of exception.
    Urgent help is needed, points awarded to useful answers.
    Regards,
    Sumit Oberoi

    HI Saar,
    I have checked this document but not clear about step 3. Where to get the Masthead.java, MastHeadBean.java, Utils.java files from.
    Also my project does not have mastHeadBin.java . I have also checked this in the unzipped WAR.
    Please suggest.
    Regards,
    Sumit Oberoi

  • Com.sap.portal.navigation.masthead.par from Portal 7.0 to 7.30 deployment

    Hi all,
    I must to deploy the "com.sap.portal.navigation.masthead.par" from Portal 7.0 to Portal 7.30
    I'm doing the following steps:
    - Convert .par to .ear
    - Import .ear to NWDS 7.30
    - Deployment perspective > Import > File System > com.sap.portal.navigation.masthead.ear > Start
    Results log:
      S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           0
    Deployed with warnings:           0
    Failed deployments:           1
    ~~~~~~~~~~~~~~~~~~~
    [ERROR CODE DPL.DCAPI.1031] AllItemsAlreadyDeployedValidationException.
    Reason: ASJ.dpl_dc.003456 All batch items are marked as AlreadyDeployed because of Version check.
    1. File:D:\Documents and Settings\corellavpd\Escritorio\com.sap.portal.navigation.masthead.ear
    +     Name:com.sap.portal.navigation.masthead+
    +     Vendor:sap.com+
    +     Location:SAP AG+
    +     Version:1+
    +     Deploy status:AlreadyDeployed+
    +     Version:LOWER+
    +     Description:+
    +          1. Already deployed component has version:7.3005.20110929162215.0000+
    How can I deploy in Portal 7.30 an older version of "com.sap.portal.navigation.masthead.par" ?
    Thx!
    M.
    Edited by: ALL NEW Arinso on Nov 17, 2011 12:54 PM

    Hi Detlev,
    Thanks so much for your reply. Regarding "Create Portal Archive (EAR File)" everything is understood, thanks! In NWDS 7.3 everything must be deployed via .ear file
    Regarding the libs... yes, of course I know I compile the sources against some libs Then, I'm gonna type it an example:
    - NWDS 7.0 > import com.sap.portal.navigation.masthead.par
    Everything is ok and working. Now, the same in 7.3:
    - NWDS 7.30 > import com.sap.portal.navigation.masthead.par > LogInRedirect.jsp > exactly the same code as NWDS 7.0 (of course), but with errors in lines:
    <%@ page import = "com.sapportals.portal.navigation.*" %> >>> The import com.sapportals.portal.navigation cannot be resolved
    <%@ page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %> >>> this is resolved correctly into SAP_EP\resources\prtapi.jar
    I understand I must to add the corresponding libs for "com.sapportals.portal.navigation.*" to be used... but how I could know which one and where is located? I hope I'm explaining myself clear...
    Thx!!
    M.
    Edited by: All NorthgateArinso on Nov 23, 2011 4:47 PM

  • Create custom com.sap.portal.layouts.framework to allow google index

    Hello experts,
    I can't create a full .par from a copy of the com.sap.portal.layouts.framework  component because when I create the .par for upload it in the portal, this .par file just includes the portalapp.xml. I don't know if there is a restriction in the portalapp.xml, so that the .jsp files are not exported to the par file?
    I haven't changed the portalapp.xml, just deleted the components for the layouts that I donu2019t need to modify
    <?xml version="1.0" encoding="UTF-8"?>
    <application>
      <!--THIS FILE IS A COPY OF THE ORIGINAL VERSION STORED IN THE PCD. PLEASE DO NOT CHANGE IT!-->
      <application-config>
        <property name="Vendor" value="sap.com"/>
        <property name="SecurityArea" value="NetWeaver.Portal"/>
        <property name="SharingReference" value="com.sap.portal.htmlb,com.sap.portal.themes.lafservice,com.sap.portal.useragent,com.sap.portal.pagebuilder"/>
      </application-config>
      <components>
        <component name="framework">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
            <property name="ResourceBundleName" value="pagebuilder_nls"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="ComponentType" value="com.sapportals.portal.layout"/>
            <property name="com.sap.portal.pcm.Title" value="Framework Layout"/>
            <property name="com.sap.portal.pcm.Description" value="Layout displaying one full-width column that encompasses the entire portal desktop and contains scripts"/>
            <property name="com.sap.portal.reserved.layout.TagLibLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
            <property name="com.sap.portal.reserved.layout.TagLibHtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld "/>
            <property name="com.sap.portal.reserved.layout.TemplateFile" value="framework.jsp"/>
            <property name="AuthScheme" value="anonymous"/>
            <property name="com.sap.portal.reserved.layout.Cont1" value="frameworkColumn">
              <property name="title" value="Framework Column"/>
              <property name="orientation" value="vertical"/>
              <property name="designClass" value="prtlHeaderCon"/>
            </property>
          </component-profile>
        </component>
        <component name="light_framework">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
            <property name="ResourceBundleName" value="pagebuilder_nls"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="EPCFLevel" value="0"/>
            <property name="ComponentType" value="com.sapportals.portal.layout"/>
            <property name="com.sap.portal.pcm.Title" value="Framework Layout"/>
            <property name="com.sap.portal.pcm.Description" value="Layout displaying one full-width column that encompasses the entire portal desktop and contains scripts"/>
            <property name="com.sap.portal.reserved.layout.TagLibLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
            <property name="com.sap.portal.reserved.layout.TagLibHtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld "/>
            <property name="com.sap.portal.reserved.layout.TemplateFile" value="light_framework.jsp"/>
            <property name="AuthScheme" value="anonymous"/>
            <property name="com.sap.portal.reserved.layout.Cont1" value="frameworkColumn">
              <property name="title" value="Framework Column"/>
              <property name="orientation" value="vertical"/>
              <property name="designClass" value="prtlHeaderCon"/>
            </property>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>

    I'm trying to do the follow change in framework.jsp so that google can correctly index a external facing portal:
    I allready consider the following links:
    Note 933452
    http://help.sap.com/saphelp_nw70/helpdata/en/44/ccf6bf687f3b9ae10000000a1553f6/frameset.htm
    Re: EP and search engine
    Re: Portal Page Header <HEAD> Keywords & Title
    Re: EP and search engine
    Re: New Framework Page From PAR File
    Creating framework page from new jsp-file
    Any advice will be very helpful
    Best Regards,
    Ernesto Serrano

  • Uploading BI role in EP:com.sap.portal.pcd.rolemigration.RoleMigrationExcep

    i am getting follwing error while uploading BI role in portal.can anybody suggest us.
    com.sap.portal.pcd.rolemigration.RoleMigrationException: Access denied (Object(s): portal_content/com.sap.portal.migrated/SAPComponentSystems/roles/BIDCLNT900) - save(aibw03). Access denied (Object(s): portal_content/com.sap.portal.migrated/SAPComponentSystems/roles/BIDCLNT900) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.save(RoleMigrationObject.java:5715) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.save(RoleMigrationObject.java:5179) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.migrate(RoleMigrationObject.java:1857) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.migrate(RoleMigrationObject.java:782) at com.sap.portal.pcd.rolemigration.RoleMigrationThread.run(RoleMigrationThread.java:523) Original exception: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/com.sap.portal.migrated/SAPComponentSystems/roles/BIDCLNT900) at com.sapportals.portal.pcd.gl.PcdFilterContext.filterCreateSubcontext(PcdFilterContext.java:242) at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:147) at com.sapportals.portal.pcd.gl.PcdGlContext.createSubcontext(PcdGlContext.java:440) at com.sapportals.portal.pcd.gl.PcdGlContext.bind(PcdGlContext.java:369) at com.sapportals.portal.pcd.gl.PcdProxyContext.bind(PcdProxyContext.java:524) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.createContexts(RoleMigrationObject.java:171) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.save(RoleMigrationObject.java:5612) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.save(RoleMigrationObject.java:5179) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.migrate(RoleMigrationObject.java:1857) at com.sap.portal.pcd.rolemigration.RoleMigrationObject.migrate(RoleMigrationObject.java:782) at com.sap.portal.pcd.rolemigration.RoleMigrationThread.run(RoleMigrationThread.java:523)

    Hi,
    It seems you don't have the necessary rights to create content in the portal_content/com.sap.portal.migrated/SAPComponentSystems/roles/ directory.
    You should check the permissions on the Portal Content > Migrated Content > SAPComponentSystems > roles directory (right click on the folder then Open > Permissions). With the default permissiosns, I think you need the super_admin_role or content_admin_role to import roles in the portal.
    Regards,
    Pierre

  • Com.sap.portal.pcm.UMENamespaces role property

    Dear All
    This must be easy for someone...
    We have built a series of EP6 SP20 portals based on content imported from pre existing systems. Subsequently there seem to be some new properties available for all the roles.
        com.sap.portal.pcm.UMENamespaces  and
        com.sap.security.core.usermanagement.description
    These properties have appeared in only one of the multiple portal environments that been been built and are not present in the source systems.
    If anyone is able to shed some light on what causes these properties to appear it would be very helpful.
    All the roles are affected, but newly created roles do not have the properties. The affected roles are all last changed by the user ume_service.
    Points available
    Thanks in advance.
    William

    Hi Sam,
    You can find it in the com.sap.portal.ivs.systemlandscapeervice_core.jar
    The location of the file is under
    \usr\sap\<SID>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.ivs.systemlandscapeervice\private\lib\com.sap.portal.ivs.systemlandscapeervice_core.jar
    Regards
    Prakash

  • Com.sap.portal.pcm.system.System class???

    Which jar contains com.sap.portal.pcm.system.System class? I am doing a JNDI lookup & context.lookup(SystemID) returns this class com.sap.portal.pcm.system.System.
    I am trying to lookup systems in the system landscape directory.
    I am on SP9.

    Hi Sam,
    You can find it in the com.sap.portal.ivs.systemlandscapeervice_core.jar
    The location of the file is under
    \usr\sap\<SID>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.ivs.systemlandscapeervice\private\lib\com.sap.portal.ivs.systemlandscapeervice_core.jar
    Regards
    Prakash

  • Runtime Error when Entering Collaboration Room (Authorization)

    Hello everybody
    I just upgraded NW2004s Portal from SPS05 to 13 and if I try to enter a collaboration room I get now a runtime error. I attache the defaulttrace at the end of this post.
    When I access the room with the user "administrator" everything works fine. So it is clearly a authorization issue but I can not find the place to change the settings accordingly.
    I guess it is a newbie question - sorry.
    But nevertheless: I hope somebody can halp and thanks for that already in advance!
    Cheers
    Beat
    Date : 01/07/2008
    Time : 23:35:09:390
    Message : 11:35_07/01/08_13630850
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: pcd:portal_content/com.sap.ip.collaboration/Rooms/c0a0a078-3391-2a10-bdbd-a108b8ee10cc/workset/com.sap.netweaver.coll.OverviewWrapper/relatedItems/DynamicNavigation/com.sap.netweaver.coll.RoomRelationViewer - user: Schenker Beat     at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1932)     at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:234)     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:636)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:816)     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.navigation.DynamicNavigationArea.doOnNodeReady(DynamicNavigationArea.java:113)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     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.pb.PageBuilder.createAndAddEmbeddediView(PageBuilder.java:177)     at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:410)     at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:233)     at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:636)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:816)     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:387)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)     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:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/com.sap.ip.collaboration/Rooms/c0a0a078-3391-2a10-bdbd-a108b8ee10cc/workset/com.sap.netweaver.coll.OverviewWrapper/relatedItems/DynamicNavigation/com.sap.netweaver.coll.RoomRelationViewer)     at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:422)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1248)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1353)     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1300)     at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1067)     at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:68)     at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)     at javax.naming.InitialContext.lookup(InitialContext.java:347)     at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1919)     ... 50 more
    Severity : Error
    Category :
    Location : com.sap.portal.prt.runtime
    Application : sap.com/irj
    Thread : Thread[PRT-Async 1,5,PRT-Async]
    Datasource : 13630850:X:\usr\sap\CPP\JC01\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 005056BD7D2200880000000000001530000443297901D228
    Source Name : com.sap.portal.prt.runtime
    Argument Objs : com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: pcd:portal_content/com.sap.ip.collaboration/Rooms/c0a0a078-3391-2a10-bdbd-a108b8ee10cc/workset/com.sap.netweaver.coll.OverviewWrapper/relatedItems/DynamicNavigation/com.sap.netweaver.coll.RoomRelationViewer - user: Schenker Beat     at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1932)     at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:234)     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:636)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:816)     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.navigation.DynamicNavigationArea.doOnNodeReady(DynamicNavigationArea.java:113)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     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.pb.PageBuilder.createAndAddEmbeddediView(PageBuilder.java:177)     at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:410)     at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:233)     at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:636)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:816)     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:387)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)     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:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/com.sap.ip.collaboration/Rooms/c0a0a078-3391-2a10-bdbd-a108b8ee10cc/workset/com.sap.netweaver.coll.OverviewWrapper/relatedItems/DynamicNavigation/com.sap.netweaver.coll.RoomRelationViewer)     at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:422)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1248)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1353)     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1300)     at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1067)     at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:68)     at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)     at javax.naming.InitialContext.lookup(InitialContext.java:347)     at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1919)     ... 50 more,
    Arguments : com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: pcd:portal_content/com.sap.ip.collaboration/Rooms/c0a0a078-3391-2a10-bdbd-a108b8ee10cc/workset/com.sap.netweaver.coll.OverviewWrapper/relatedItems/DynamicNavigation/com.sap.netweaver.coll.RoomRelationViewer - user: Schenker Beat     at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1932)     at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:234)     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:636)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:816)     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.navigation.DynamicNavigationArea.doOnNodeReady(DynamicNavigationArea.java:113)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     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.pb.PageBuilder.createAndAddEmbeddediView(PageBuilder.java:177)     at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:410)     at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:233)     at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:636)     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)     at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:816)     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:387)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)     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:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/com.sap.ip.collaboration/Rooms/c0a0a078-3391-2a10-bdbd-a108b8ee10cc/workset/com.sap.netweaver.coll.OverviewWrapper/relatedItems/DynamicNavigation/com.sap.netweaver.coll.RoomRelationViewer)     at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:422)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1248)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1353)     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1300)     at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1067)     at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:68)     at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)     at javax.naming.InitialContext.lookup(InitialContext.java:347)     at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1919)     ... 50 more,
    Dsr Component : panda.cirrus.ch_CPP_13630850
    Dsr Transaction : 9b5fb5c0bd7011dc86de005056bd7d22
    Dsr User : bea_sch
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives :
    Resource Bundlename :
    Session : 140
    Source : com.sap.portal.prt.runtime
    ThreadObject : Thread[PRT-Async 1,5,PRT-Async]
    Transaction :
    User : bea_sch

    Hi everybody
    Really was a newbie question then. Thanks very much.
    Just in another newbie reads this thread and scratches his head. There is also a document with the standartpermissions for the portal from SAP:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00bfbf7c-7aa1-2910-6b9e-94f4b1d320e1
    Cheers
    Beat

  • Portal runtime error on com.sap.portal.frameworkpage

    Hi friends,
    i have an issue with portal 6.0 Production server, we have cluster with port 50000 & dialog instance on other host with port 50600 and also web dispatcher with port 8000.
    we got an issue with this port: 50000, when we tried this link: http://<hostname>:50000/irj/portal
    we got this error:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/every_user/general/com.sap.portal.defaultDesktop/frameworkPages/com.sap.portal.frameworkpage/com.sap.portal.toolAreaiView
    Component Name : com.sap.portal.navigation.toolarea.default
    The exception was logged. Inform your system administrator..
    Exception id: 12:54_12/03/09_0009_9444650
    See the details for the exception ID in the log file
    But no issues when i tried with links http://<hostname>:8000//irj/portal & http://<hostname>:50600/irj/portal
    can any one help to fix this issue please.

    Hi Udhaya,
    Have you checked the entires in Host and Services file.
    To check the entires you need to follow folloing steps :
    Start --> Run --> Drivers\etc\host
    Start --> Run --> Drivers\etc\services
    open the file with help of notepad.
    check the instance number
    http://<hostname>:5(instance number)00/irj/portal
    Regards,

  • Portal Runtime Error for "com.sap.portal.toolAreaiView"

    Hi EP Gurus,
    We are using EP6 SP11 Patch3 installed on UNIX and Windows machine as well.
    We are getting following error message:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.lti.I-1192_fldr_01/
    com.lti.I-1192_fldr_17/I-1192_desktop/
    frameworkPages/frameworkpage/com.sap.portal.toolAreaiView
    Component Name : com.sap.portal.navigation.toolarea.default
    Each time when we got this message we have to restart the j2ee engine and then everything works fine.
    Also we are facing this problem on UNIX machine only(not on windows)
    Can anybody help me out with this?
    With regards,
    Amol

    Hi Dieter,
    Thanks for the reply...........
    But the log files are not getting generated(which did generate earlier), i dont know whats the problem.
    If u can plz help me....
    With regards,
    Amol.

Maybe you are looking for

  • Error in Process Order Creation

    Hi Experts, I am facing a problem while creating a process Order in COR1 I have got an error reading Master Data which is No task list for select.ID 04 for auto. task list selection found Please Help me out. Thanking You In advance.

  • What is the Dashboard?

    What is the Dashboard? Is it something that works only thru Business Catalyst? <rant>  Why can't Adobe write a proper manual? And why can't Adobe give hyperlinks to its own help centres and to this forum? It took  me five minutes to find this place?

  • What size when exporting files?

    Im unclear about which choice to make when I'm exporting images (shot RAW)in Lightroom for 1. back up purposes 2. when I'm exporting images to DVD and taking it to a printer Do I pick JPEG and if so what size resolution? Or do I go with DNG? thanks d

  • What within /sapmnt/ SID can be freely deleted on an QAS system(not produc

    Hello What within /sapmnt/<SID> can be freely deleted on an QAS system(not productive). I have in mind especially logs (job logs...) Thank you in advance

  • Trying to get my events off of my external hard drive on imovie

    I have a thunderbolt drive and events on them and can no longer see them in the library. any thoughts?