Portal Exception

Hello,
We are implementing MSS on EP7.0 and when a manager is trying to Approve a Travel Request in the UWL , he gets the following :
Portal runtime error.
An exception occurred while processing your request. Send the exception ID to your portal administrator.
Exception ID: 02:19_14/03/11_0022_4406950
Refer to the log file for details about this exception.
When I looked at the NWA Logs , saw the following error:
02:15_14/03/11_0021_4406950
[EXCEPTION]
com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESID[url_ENCODE]>?sap-ep-iviewhandle=007<ESID[HASH]>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Portal.Version[url_ENCODE]>&sap-wd-tstamp=<$TimeStamp>&<FPNInfo[IF_false PROCESS_RECURSIVE]>&sap-explanation=<User.Explanation[SAP_BOOL]>&<StylesheetIntegration[IF_true PROCESS_RECURSIVE]>&<Authentication>&<DynamicParameter[PARAMETER_MAPPING PROCESS_RECURSIVE]>&<ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>'; the problem occured at position 310. Cannot process expression <System.client> because Invalid System Attribute:
System:    'SAP_LocalSystem',
Attribute: 'client'.
at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:125)
at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
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:1060)
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(AccessController.java:219)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
Please help.
Any help would be highly appreciated.

Thanks again.
I enabled the UWL Trace at the place you mentioned and then clicked on the Workitem in the Inbox, now where do I check the actual Trace.?
Also I changed the Property tag as:
<Property name="System" value="MY_ECC_SYSTEM_ALIAS_NAME"/>
Now I get the following dump on clicking the workitem:
The following error text was processed in system R3Q : Value null of URL parameter SAP_FITV_PERSNO has the wrong type
The error occurred on application server <Host Name>_R3Q_00 and in work process 1 .
The termination type was: RABAX_STATE
The ABAP call hierarchy was:
Method: GET_REQUEST_INPLUG_PARAMETERS of program CL_WDR_CLIENT_APPLICATION=====CP
Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP
Pls help.
Edited by: SAPEPDeveloper on Mar 15, 2011 8:33 PM

Similar Messages

  • Portal exception error recieved when using StringBuffer

    Hello
    I have created a portal service. I need to use StringBuffer or StringBuilder class as i do some text concatenation. Since the String is very resource intensive, this is the only best solution. But when i try to append a text to stringbuffer variable, iget a portal exception.
    What could be the issue? Has anyone run into same issue? If some one could suggest an alternative, that would be fine too.
    Regards
    Kalpesh

    Code is always helpful....and what exception are you getting?  You're not giving us much information to go on....
    Try this:
    StringBuffer sb = new StringBuffer();
    sb.append( "This is a test" );
    System.err.println( sb.toString() );
    This will write "This is a test" to the default trace log file.
    Make sure that the string you're trying to append is not null.  Also, if you know that you're going to be creating a string 1000 characters long, allocate the string buffer with a size close to what you think you might need:
    StringBuffer sb = new StringBuffer( 1000 );
    And, of course, there's always the docs:
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/StringBuffer.html

  • Getting portal exception error to call catalog in Portal .

    Hi
    I am getting below error when try to call MDM catalog in Portal .
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 11:29_23/07/14_0238_158492050
    See log file for details about this exception
    Caused by:
    com.sapportals.portal.appintegrator.template_processor.TemplateParserException:
    Unable to parse template
    '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/webdynpro/dispatcher<Request.DistributionZone>/<WebDynproNamespace>/<WebDynproApplication><jsessionidInfo[IF_true
    PROCESS_RECURSIVE]>?sap-ext-sid=<ESID[URL_ENCODE]>&sap-wd-cltwndid=<ClientWindowID>&sap-wd-tstamp=<$TimeStamp>&sap-locale=<Request.Locale>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Request.Version[URL_ENCODE]>&<FPNInfo[IF_false
    PROCESS_RECURSIVE]>&<WDPBIntegration[IF_false
    PROCESS_RECURSIVE]>&sap-explanation=<User.Explanation[SAP_BOOL]>&sap-ls-useAnimation=<User.DisableAnimation[OMIT
    BOOL_NEGATE SAP_BOOL]>&<StylesheetIntegration[IF_true
    PROCESS_RECURSIVE]>&<Authentication>&<BusinessParams[PROCESS_RECURSIVE]>&<ForwardParameters
    ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&<User."com.sap.tc.webdynpro".debugParameters>';
    the problem occured at position 0. Cannot process expression
    <System.Access.WAS.protocol> because Invalid System Attribute:’protocol’.
    com.sapportals.portal.appintegrator.template_processor.context.ContextException:
    Invalid System Attribute:
    System:    'System Alias:
    SAP_MDM, System ID:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.srm.mdmcat.root/system/com.sap.pct.srm.mdmcat.sys.mdmcat',
    Attribute: 'protocol'.
    I have already done following test
    1)     https://J2EE verver:51501/webdynpro/dispatcher/sap.com/tc~mdm~srmcat~uiutil/Utilities and connecttion happen .
    2) SAP_MDM system connection is also okay in System landscape .
    3) UI and OCI mapping is also done
    4) Tried all option of PCD parameters
    Getting same error when checked iveiw preview .
    Already raised OSS incident but SAP is taking too much time and playing ping pong between SRM and Portal team .
    I am looking for your value input .

    Hi
    I am getting below error when try to call MDM catalog in Portal .
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 11:29_23/07/14_0238_158492050
    See log file for details about this exception
    Caused by:
    com.sapportals.portal.appintegrator.template_processor.TemplateParserException:
    Unable to parse template
    '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/webdynpro/dispatcher<Request.DistributionZone>/<WebDynproNamespace>/<WebDynproApplication><jsessionidInfo[IF_true
    PROCESS_RECURSIVE]>?sap-ext-sid=<ESID[URL_ENCODE]>&sap-wd-cltwndid=<ClientWindowID>&sap-wd-tstamp=<$TimeStamp>&sap-locale=<Request.Locale>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Request.Version[URL_ENCODE]>&<FPNInfo[IF_false
    PROCESS_RECURSIVE]>&<WDPBIntegration[IF_false
    PROCESS_RECURSIVE]>&sap-explanation=<User.Explanation[SAP_BOOL]>&sap-ls-useAnimation=<User.DisableAnimation[OMIT
    BOOL_NEGATE SAP_BOOL]>&<StylesheetIntegration[IF_true
    PROCESS_RECURSIVE]>&<Authentication>&<BusinessParams[PROCESS_RECURSIVE]>&<ForwardParameters
    ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&<User."com.sap.tc.webdynpro".debugParameters>';
    the problem occured at position 0. Cannot process expression
    <System.Access.WAS.protocol> because Invalid System Attribute:’protocol’.
    com.sapportals.portal.appintegrator.template_processor.context.ContextException:
    Invalid System Attribute:
    System:    'System Alias:
    SAP_MDM, System ID:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.srm.mdmcat.root/system/com.sap.pct.srm.mdmcat.sys.mdmcat',
    Attribute: 'protocol'.
    I have already done following test
    1)     https://J2EE verver:51501/webdynpro/dispatcher/sap.com/tc~mdm~srmcat~uiutil/Utilities and connecttion happen .
    2) SAP_MDM system connection is also okay in System landscape .
    3) UI and OCI mapping is also done
    4) Tried all option of PCD parameters
    Getting same error when checked iveiw preview .
    Already raised OSS incident but SAP is taking too much time and playing ping pong between SRM and Portal team .
    I am looking for your value input .

  • Portal exception monitoring

    Hi everyone,
    we seem to have a problem every now and again with our portal (EP6 sp15) which causes exceptions written in the logs and iViews not being displayed. We believe it has something to with the communication to the backend system but the logs don't say much (we are simply getting a java.lang.NullPointerException but nothing more).
    We've raised this issue with SAP and they are looking into it. At the moment our only way of solving this is to restart the server (after a restart it usually takes a few days or a week before the problem comes up again). However, we are not always aware of when the problem hits the portal (until some of the users complain) and we're looking for a way to monitor exceptions and receive a notification for instance via email. It is of course possible to write a program that checks the logs but I was wondering if there is any standard functionality for something like this. We are currently also using wily to monitor and are looking into possibilities of getting that to send out notifications.
    Any ideas?
    Thanks!
    Regards,
    Dion

    Hi
    It is possible to monitor logfiles with the SAP CCMS agent (SAPCCMSR). This agent must be connected to a central monitoring system (i.e. Solution Manager or another WebAS) and configured to monitor specific logs and looking for specific patterns. It works fine - we do it. In the central monitoring system CCMS can be configured with auto-reactions - i.e. sending a mail when incidents happens.
    For more info see http://service.sap.com/systemmanagement
    Best regards
    Tom Bo

  • Portal exception in Business Planning

    Hi Friends,
    Facing issue after successfully configures Integration planning in Portal.
    Go to RSPLAN > Start Wizard> It says   
    404   Not Found
    SAP J2EE Engine/7.00 
    The requested resource does not exist.
    Details:   Go to main page of this application!
    and it is pointing to http://geupg:50000/irj/webdynpro/dispatcher/sap.com/biplanworkbench1/Modeler?
    under tabes of business explorer i am facing the following error:
    500   Internal Server Error
      SAP NetWeaver Application Server 7.00/Java AS 7.00 
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.StringIndexOutOfBoundsException: String index out of range: 8
        at java.lang.String.substring(String.java:1441)
        at com.sap.mdi.ddtypes.DDUserDefType.<init>(DDUserDefType.java:33)
        at com.sap.mdi.ddtypes.DDStructure.<init>(DDStructure.java:42)
        at com.sap.mdi.ddtypes.DDDatabaseStructure.<init>(DDDatabaseStructure.java:22)
        at com.sap.mdi.ddtypes.DDFactory.analyseJCOReturn(DDFactory.java:483)
        ... 61 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0014.20071210061512.0000 (release=645_VAL_REL, buildtime=2007-12-10:05:23:29[UTC], changelist=470565, host=pwdfm101), build date: Wed Feb 04 00:00:58 IST 2009
    J2EE Engine 7.00 patchlevel 109886.44
    Java VM Java HotSpot(TM) 64-Bit Server VM, version:1.4.2_12-b03, vendor: Sun Microsystems Inc.
    Operating system SunOS, version: 5.10, architecture: sparcv9
    Session & Other
    Session Locale en
    Time of Failure Thu Feb 19 19:27:31 IST 2009 (Java Time: 1235051851305)
    Web Dynpro Code Generation Infos
    sap.com/pb
    SapDictionaryGenerationCore 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:46:55[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:47:02[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0014.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:35:31[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:27[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:15[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:09[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0014.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:44:27[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0014.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:49:22[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    SapWebDynproGenerationCore 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:33[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    sap.com/tcwddispwda
    No information available null
    sap.com/pb_api
    SapDictionaryGenerationCore 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:46:55[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:47:02[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0014.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:35:31[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:27[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:15[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:09[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0014.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:44:27[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0014.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:49:22[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    SapWebDynproGenerationCore 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:33[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    Regards,
    Siva

    hii..
    i am not handling sap side as such..just taking care of the business connector side.
    i need to know if the resulting jco exceptions are due to services running in bc or sap function module side
    thanks

  • Weblogic Portal Exception causing user management issue in portal console

    Hi,
    We have weblogic 10.3 portal configured on Solaris environment. However after starting the servers, when we try to click a user in the user management console, the profile for that user will not come up. Below is the exception we are seeing in logs. Can someone plz help?
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <org.apache.beehive.netui.pageflow.PageFlowRequestProcessor> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1291066715444> <BEA-000000> <Attempting to instantiate SharedFlowControllers for request /mdePortalEarAdmin/util/tree/selectNode.do>
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <EJB> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-004038F8B87980CED400> <> <1291066715497> <BEA-010227> <EJB Exception occurred during invocation from home or business: com.bea.p13n.property.internal.EntityPropertyManager_pmrkio_HomeImpl@6e942e36 threw exception: com.bea.p13n.property.ConfigurableEntitySystemException: Error reading User-Defined property value (propertyValueId 2,001).>
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <EJB> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-004038F8B87980CED400> <> <1291066715500> <BEA-010227> <EJB Exception occurred during invocation from home or business: com.bea.p13n.usermgmt.profile.internal.UserProfileManager_mfa736_HomeImpl@35229eea threw exception: com.bea.p13n.usermgmt.profile.ProfileSystemException: com.bea.p13n.property.ConfigurableEntitySystemException: Error reading User-Defined property value (propertyValueId 2,001).>
    ####<Nov 29, 2010 3:38:35 PM CST> <Error> <PortalAdminTools> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1291066715512> <BEA-415125> <A ToolsException occured trying to get the resources for com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM:RecentFavoriteItems.
    com.bea.portal.tools.common.exceptions.ToolsException: com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlImpl.getPropertyValues(ProfileManagerControlImpl.java:544)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlBean.getPropertyValues(ProfileManagerControlBean.java:239)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.getItems(ItemService.java:515)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addItem(ItemService.java:447)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addRecentItem(ItemService.java:226)
    at com.bea.jsptools.util.Utilities.addRecentItem(Utilities.java:1521)
    at util.tree.TreeController.setRecentItem(TreeController.java:906)
    at util.tree.TreeController.updateTreeStateBeanForNewlySelectedNode(TreeController.java:693)
    at util.tree.TreeController.selectNode(TreeController.java:335)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at global.internal.AbstractBaseController.internalExecute(AbstractBaseController.java:360)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1129)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:687)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:324)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
    at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:686)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.jsptools.servlet.PagedResultServiceFilter.doFilter(PagedResultServiceFilter.java:82)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3502)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2186)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2092)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM
    at com.bea.p13n.controls.profile.PropertyControlImpl.getProperty(Unknown Source)
    at com.bea.p13n.controls.profile.PropertyControlBean.getProperty(Unknown Source)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlImpl.getPropertyValues(ProfileManagerControlImpl.java:512)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlBean.getPropertyValues(ProfileManagerControlBean.java:239)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.getItems(ItemService.java:515)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addItem(ItemService.java:447)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addRecentItem(ItemService.java:226)
    at com.bea.jsptools.util.Utilities.addRecentItem(Utilities.java:1521)
    at util.tree.TreeController.setRecentItem(TreeController.java:906)
    at util.tree.TreeController.updateTreeStateBeanForNewlySelectedNode(TreeController.java:693)
    at util.tree.TreeController.selectNode(TreeController.java:335)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at global.internal.AbstractBaseController.internalExecute(AbstractBaseController.java:360)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1129)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:687)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)

    Hi,
    After looking into the error first i dont think you are enter the right password.
    In case if you are entering the right password then you might not have the necessary admin rights on portal.
    Regards,
    Ramanath

  • ESS Portal Exception

    Hi Folks
    We have implemented leave requests in ESS Portal. Copy of WF12300111 is used. The WF works fine. The request is routed to the correct approver's UWL. However when the approver clicks on the work item to open it, the portal pop up window shows an exception is occured. How to fix this error. Can anyone guide how to remove this exception in the Approver's page. 
    Regards
    Waz

    Hi
    @Barin: Thanx for the response but it didnt work.
    the complete error from error trace is:
    Error:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Exception occured in layer CommonTopLayer
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         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)
    Error 2
    Content pass of Application Integrator failed.
    Component Name:       com.sap.portal.appintegrator.sap.WebDynpro,
    Context Name (iView): pcd:portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.uwlSapWebDynproLaunch,
    Top Layer:            WebDynpro/TopLayer,
    Producer ID (FPN):    null,
    System Alias:         SAP_WebDynpro_XSS,
    Thanks & Regards
    Waz

  • Portal Exception -- InvalidArgumentException

    Hello,
    The environment is WLP sp1 in Win2K .
    We have three pages 010.jsp, 020.jsp, 030.jsp.
    010.jsp has two action buttons which forward the requests to 020.jsp and
    030.jsp respectively.
    I press the button links to 030.jsp in the page 010.jsp .
    Before the action finished, I press the stop button of the browser and press
    another button link to 020.jsp .
    It has the following exception:
    Webflow Configuration Error:
    XML File: portal.wf
    Current Namespace: portal
    Configuration Error Message:
    Exception[com.bea.p13n.appflow.exception.InvalidArgumentException: The
    origin named [030.jsp] in namespace [Employee] in application
    [employeeportal] does not have an event named [020.go].]
    The portal server treats 030.jsp as the active page, but what we see in the
    browser is still 010.jsp.
    How can I solve this problem?
    Sincerely,
    Alan

    Hmmm. It appears there are some differences. It looks like the migrator tool didn't
    properly migrate this one. Let me resync the one from sampleportal and see what
    happens.
    Steve
    "Daniel Selman" <[email protected]> wrote:
    Steve,
    I suspect a bad version of admin_portal.wf to be the culprit. Opening
    the
    one shipped with 7.0 I see:
    <event event-name="link.page_attr">
    <destination namespace="admin_portal"
    node-name="set_page_attributes" node-type="jsp"/>
    </event>
    Perhaps you have sync'ed a version from 4.0?
    Sincerely,
    Daniel Selman
    "Steve Lewis" <[email protected]> wrote in message
    news:[email protected]..
    Okay, so I migrated my EBCC files from Portal 4 to Portal 7. But Ican't
    add my
    portlefts to my page. Several of the links break on the manage portalpages link.
    (manage_portal_pages.link)
    Under "Available Pages" Attributes breaks, Entitlements breaks, andEdit
    Portlets
    breaks.
    I know this isn't a giant problem, but it's kind of disappointing.I'm
    logged
    into ebizAppTools as administrator.
    Steve
    Exception[com.bea.p13n.appflow.exception.InvalidArgumentException:The
    origin
    named [manage_portal_pages.jsp] in namespace [admin_portal] in application[tools]
    does not have an event named [link.page_attr].]

  • "Enterprise Portal" exceptions

    Hi EP's experts,
    I'm working on BI 7 with the EP.
    I'm trying to create exceptions on a query in the EP in order to put colour on key figures or rows.
    I followed step by step the process to have colour :
    - Options/Exceptions/Add
    1. Status exception
    2. Exception defined on a key figure with value bad3
    3. Exception acts on all elements and all cells of characteristics (rows & columns)
    4.... 5. Active exception
    But no colour appears.
    I hope you could help me.
    Cheers,
    Vince.

    According to SAP Note 917950
    Which functionalities of BEx Web in SAP NetWeaver 2004s are requiring a
    Portal?
    o New BEx Web Application Designer (Unicode, Command Wizard, ...)
    o Exporting to PDF and Printing
    o Integrated Planning
    o Drag&Drop (Analysis Web Item)
    o Web Items (Container Layout, Menu Bar, Tab Pages, Button Group,
    o Formatted Reporting with BEx Report Designer
    o Document Integration with storage in Knowledge Management

  • How to  change the Portal Exception  from the page

    Hi Experts,
        I want to remove  the exception symbol in Portal.If no roles were assigned to a user you will get a page  displaying that " No roles are assigned to the user please contact System Admin ".I have customizied this page ,changed the string (com.sap.
    portal.navigation.portallauncher.par.).But now I want to remove the exception symbol (Red) from the page.Is it possible to remove  the exception symbol  only for the particular page?Can  any one please guide me.
    Thanks&Regards
    Alexi

    To redirect HTTP to HTTPS
    http://help.sap.com/saphelp_nw04/helpdata/en/b8/437d46d4451e4c9ab756e272a1581d/frameset.htm
    Please check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/197e6aec-0701-0010-4cbe-ad5ff6703c16
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/48e13a1522a441e10000000a11405a/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/964f67ec-0701-0010-bd88-f995abf4e1fc
    Cheers!!
    SJ

  • BI IView Portal Exception Error SP13

    Hi,  Right now we are unable to execute any of our current BI IViews in the Development BI Portal and I’m thinking its SPS 13 related.  (Of course this problem perfectly coincided with some Portal rework I was doing, so originally I thought it was something major I did wrong somehow... )
    I seem to have tracked the problem down to the SYSTEM parameter on the BI IViews.  All of the original BI IViews I created over time have a SYSTEM Parameter = “SAP_BW”.  When I create a new BI IView the SYSTEM Parameter is equal to “SAP_LocalSystem”.  The new BI IView works just fine.  If I change the SYSTEM Parameter on my IViews to “SAP_LocalSystem” they also work.  So it looks like for some reason the “SAP_BW” Alias the original BI IViews referenced is now not working correctly.  I checked the system configuration and SAP_BW is defined as an alias and a Portal Connection Check indicates that all connections are fine.
    Anyone know what else I can look at to correct this problem?

    Hi Kenneth,
        This is a known problem and SAP is working on a fix.  Watch for note 1105913 when it is released.  If you are looking for something in the short term, I believe this will work but you have to do it to each iview:
    In order to solve it please do the following:
    1. Open one of the BI iViews for edit.
    2. Switch to property category "Content BW report"
    3. Change the value of the "System" property to "SAP_LocalSystem"
    For example, if the value is "SAP_BW", then now is should be
    "SAP_LocalSystem".
    4. Save your changes and try to reproduce the error.
    If the problem was solved, reconfigure all the BI iViews
    accordingly.
    Hope this helps.
    John

  • Portal Exception - Deployment masthead

    Hello Portal Experts,
    Enterprise Portal 6.40
    I have uploaded a the original masterhead PAR file to PCD (com.sap.portal.navigation.masthead.par)
    When I now run the iView I got the following Log file. When I like to create a new iView of the masthead par it is not visible in the list. Do I need to do an extra deplyment?
    Thank you very much in advance.
    #1.5#005056B509B1001A000000CB0000137400046883A4EEDC11#1240814523858#/System/Server#sap.com/irj#com.sap.portal.portal#Guest#2####84c59b2032f611de80bd005056b509b1#SAPEngine_Application_Thread[impl:3]_6##0#0#Error#1#com.sap.portal.portal#Plain###PARAM IS: detail#
    #1.5#005056B509B1002D000000D8000013740004688412972606#1240816363592#/System/Server#sap.com/irj#com.sap.portal.ivs.semantic.iViewService#Administrator#34401##sapportal_EPD_7692450#Administrator#8a60d90032f611de9798005056b509b1#SAPEngine_Application_Thread[impl:3]_29##0#0#Error#1#com.sap.portal.ivs.semantic.iViewService#Java###Failed to get application IPropertyContentProvider: #1#com.sap.portal.navigation.masthead.default#
    #1.5#005056B509B1002D000000DA000013740004688412972790#1240816363592#/System/Server#sap.com/irj#com.sap.portal.ivs.semantic.iViewService#Administrator#34401##sapportal_EPD_7692450#Administrator#8a60d90032f611de9798005056b509b1#SAPEngine_Application_Thread[impl:3]_29##0#0#Error#1#com.sap.portal.ivs.semantic.iViewService#Java###Failed to get application IPropertyContentProvider: #1#pcd:com.sap.portal.system/applications/com.sap.portal.navigation.masthead/components/default#
    Kind regards
    Axel

    I can see the masterhead par file under portalapps, but the portalapps.xml show the following:
    <?xml version="1.0" encoding="iso-8859-1" ?>
    - <application>
    - <!-- THIS FILE IS A COPY OF THE ORIGINAL VERSION STORED IN THE PCD. PLEASE DO NOT CHANGE IT!
      -->
    - <application-config>
      <property name="ClassLoadingPolicy" value="5.0" />
      <property name="DeploymentPolicy" value="5.0" />
      <property name="AuthenticationPolicy" value="5.0" />
      </application-config>
      <components />
      <services />
      </application>
    It seems there is something missing.
    regards
    Axel

  • Marketing Management Portal Exception

    Hi Guys,
    When going to the "Marketing Managment" tab of our portal, the followinf warning gets displayed : 
    Session Management will not work!
    Please check the DSM log file for details.
    *You can turn this alert off inside Support Desc -> SAP Application *
    Has anyone come accross this?
    tks
    Christiaan

    Hi Karthik,
    if you haven't already, can you check to make sure the calcs.exe files exists in the c:\windows\system32 path?
    if so, can you try logging in as a local administrator, run the install, and, see if you still get this error?
    Regards,
    Andy

  • Portal Runtime error - throws exception

    Hi
    I'm having difficulty getting our MDM repository (Employee). I keep getting a portal exception when trying to view the repository using iView.
    I am able to connect to MDM Customers. I call Result Set of customers using an iView. I tried doing same for Employees, but it is not working and throwing an exception.
    The following exception is logged:
    Exception ID:12:07_06/06/07_0086_17794650
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.templates/com.sap.pct.mdm.appl.templates.iviews/com.sap.pct.mdm.appl.result_set_editor
    Component class : com.sap.pct.mdm.tech.editors.ResultSetEditor
    User : Administrator
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    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: java.lang.NullPointerException
    at com.sapportals.htmlb.Container.addComponent(Container.java:49)
    at com.sapportals.admin.wizardframework.components.Group.getGroup(Group.java:39)
    at com.sapportals.admin.wizardframework.components.Group.getDisplay(Group.java:45)
    at com.sap.portal.admin.editor.ui.EditorGroup.getDisplay(EditorGroup.java:46)
    at com.sapportals.admin.wizardframework.components.GridContainer.getGrid(GridContainer.java:182)
    at com.sapportals.admin.wizardframework.components.GridContainer.getDisplay(GridContainer.java:210)
    at com.sap.portal.admin.editor.ui.PELayout.doLayout(PELayout.java:145)
    at com.sap.portal.admin.editor.pane.OutPane.doBeforeDisplay(OutPane.java:96)
    at com.sap.portal.admin.editor.pane.EditorPaneWrapper.myDoBeforeDisplay(EditorPaneWrapper.java:95)
    at com.sapportals.admin.wizardframework.components.FlowContainer.doBeforeDisplay(FlowContainer.java:124)
    at com.sapportals.admin.wizardframework.core.WizardInstance.doPre(WizardInstance.java:305)
    at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:242)
    at com.sap.portal.admin.editor.Editor.doWizard(Editor.java:605)
    at com.sap.portal.admin.editor.Editor.run(Editor.java:150)
    at com.sap.portal.admin.editor.AbstractEditorComponent.doContent(AbstractEditorComponent.java:59)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more

    Hi Mehul & Nirmal
    Please find the solution here:-
    EP7 "Personalize - User Mapping" iView not working
    Regards
    Navneet
    Please revert incase of doubt.

  • Portal Content area not displaying in Portal

    I tried to disable Portal favorites option from Content admin -> Default Frame work Page -> Detailed navigation. Instead of only disabling the default navigation I have disabled the entire Portal content area and I am now not able to see any content  in the Portal except the masthead area and the Top level navigation.
    Can any one please help me on this.
    Thanks.

    Hi,
    Check the content area iview in the Desktop inner page in framework page.If this iview is not there then it will not show the content area.
    If desktop inner page is deeted then also you will not see the content area.
    If so please add the content area iview indside the Desktop inner page then you can see the content area for the users.
    Content area iview will be available under the following path of the portal
    Content Administration > Portal Content > Content provided by sap > Admin Interfaces > Admin Iview Templates > Content Area (view).
    Thanks,
    Regards,
    Rudradev Devulaplli

Maybe you are looking for