Clock-in/out runtime error in Netweaver UI5 portal

Dear Experts
Following error is runtime error for the service clock-in/out in the portal
when i click on the service,i m getting the runtime error(in ST22)
Category                        ABAP Programming Error
Runtime Errors              MESSAGE_TYPE_X
ABAP Program             SAPLPT_COR_REQUEST_UIA
Application Component  PT-RC-TE
Date and Time              12.09.2014 16:45:43
Error analysis
    Short text of the error message:
    No Customizing E
    Long text of the error message:
    Technical information about the message:
    Message class....... 53
    Number.............. 999
    Variable 1.......... No Customizing
    Variable 2.......... E
    Variable 3..........
    Variable 4.......... " "
please help.
what should i do, to fix this error

thank you
this issue is solved!

Similar Messages

  • Clock in out correction error in ESS

    Dear Experts,
    We are getting very strange error in clock in out correction application in ess
    When we are trying to make new clock in/out entry within 2hours of system it gives us error " The date of the correction is outside the permitted processing period".
    Example: If system time is 14:30pm and if we are entering correction entry of 12:30pm system is not accepting it. But if we enter 11:30am on same date, it accept that entry without any error.
    We checked background config node related to define period for clock in out correction and retroactive processing permitted period.
    Its all fine, but we dont know from where we are getting above error.
    Please guide us.
    Plz help.
    Thanks & Regards,
    Zara

    Hello,
    I know it was reported by me only earlier. But somehow that time iit seems to be temporary setting.
    I am getting same error again and im not able to solve that.
    Please guide.
    Thanks & Regards,
    Zara

  • Load from ODS into InfoCube gives TIME-OUT runtime error after 10 minutes ?

    Hi all,
       We have a full load from ODS into InfoCube and it was working fine till the last week upto with 50,000 records. Now, we have around 70,000+ records and started failing with TIME_OUT runtime error.
       The following is from the Short Dump (ST22):
       The system profile "rdisp/max_wprun_time" contains the maximum runtime of a
    program. The current setting is 600 seconds. Once this time limit has been exceeded, the system tries to terminate any SQL statements that are currently being executed and tells the ABAP processor to terminate the current program.
      The following are from ROIDOCPRMS table:
       MAXSIZE (in KB) : 20,000
       Frequency       :  10
       Max Processes : 3
      When I check the Data Packages under 'Details' tab in Monitor, there are four Data Packages and the first three are with 24,450 records.  I will right click on each Data Package and select 'Manual Update' to load from PSA. When this Manual Update takes more than 10 minutes it is failing with TIME_OUT again.
      How could I fix this problem, PLEASE ??
    Thanks,
    Venkat.

    Hello A.H.P,
    The following is the Start Routine:
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: /BIC/AZCPR_O0400, /BIC/AZCPR_O0100, /BIC/AZCPR_O0200.
    DATA: material(18), plant(4).
    DATA: role_assignment like /BIC/AZCPR_O0100-CPR_ROLE, resource like
    /BIC/AZCPR_O0200-CPR_BPARTN.
    $$ end of global - insert your declaration only before this line   -
    The follow definition is new in the BW3.x
    TYPES:
      BEGIN OF DATA_PACKAGE_STRUCTURE.
         INCLUDE STRUCTURE /BIC/CS8ZCPR_O03.
    TYPES:
         RECNO   LIKE sy-tabix,
      END OF DATA_PACKAGE_STRUCTURE.
    DATA:
      DATA_PACKAGE TYPE STANDARD TABLE OF DATA_PACKAGE_STRUCTURE
           WITH HEADER LINE
           WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    FORM startup
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
               MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n
               DATA_PACKAGE STRUCTURE DATA_PACKAGE
      USING    RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
    to make monitor entries
       clear DATA_PACKAGE.
       loop at DATA_PACKAGE.
          select single /BIC/ZMATERIAL PLANT
             into (material, plant)
             from /BIC/AZCPR_O0400
             where CPR_EXT_ID = DATA_PACKAGE-CPR_EXT_ID
             and ( MATL_TYPE = 'ZKIT' OR MATL_TYPE = 'ZSVK' ).
           if sy-subrc = 0.
              DATA_PACKAGE-/BIC/ZMATERIAL = material.
              DATA_PACKAGE-plant = plant.
              modify DATA_PACKAGE.
              commit work.
           endif.
           select single CPR_ROLE into (role_assignment)
                         from /BIC/AZCPR_O0100
                         where CPR_GUID = DATA_PACKAGE-CPR_GUID.
            if sy-subrc = 0.
              select single CPR_BPARTN into (resource)
                         from /BIC/AZCPR_O0200
                         where CPR_ROLE = role_assignment
                         and CPR_EXT_ID = DATA_PACKAGE-CPR_EXT_ID.
                   if sy-subrc = 0.
                      DATA_PACKAGE-CPR_ROLE = role_assignment.
                      DATA_PACKAGE-/BIC/ZRESOURCE = resource.
                      modify DATA_PACKAGE.
                      commit work.
                   endif.
              endif.
           clear DATA_PACKAGE.
           endloop.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    Thanks,
    Venkat.

  • EP6.0 runtime error in Systemadmin- Monitor- Portal- Protocol

    Got a runtime error:       
    Systemadmin->Monitor->Portal->Protocol
    pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.monitoring/portal/com.sap.portal.logAdmin                                                 
    Component name: com.sap.portal.runtime.admin.logadmin.default          
    Pruduct:                                               
    EP6 on WAS 6.40 SP6 Patch 1
    What says the logfile:
    Exception ID:03:36_27/08/04_0013_9354850
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.monitoring/portal/com.sap.portal.logAdmin
    Component class : com.sapportals.portal.prt.test.component.JSPLogAnalyser
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:682)
         at com.sapportals.portal.prt.test.component.JSPLogAnalyser.doContent(JSPLogAnalyser.java:43)
         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.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:355)
         at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:310)
         at com.sapportals.portal.navigation.workAreaiView.doContent(workAreaiView.java:219)
         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.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:376)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:389)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at pagelet._sapportalsjsp_userLogAnalyser.doContent(_sapportalsjsp_userLogAnalyser.java:607)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:931)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 21 more
    Caused by: java.lang.NullPointerException
         at pagelet._sapportalsjsp_userLogAnalyser.doContent(_sapportalsjsp_userLogAnalyser.java:469)
         ... 26 more
    Any hints?
    Thanks and Regards
    H.K.

    As far as I can see this is caused by a
    java.lang.NullPointerException
    at pagelet._sapportalsjsp_userLogAnalyser.doContent(_sapportalsjsp_userLogAnalyser.java:469)
    If there is a missing service, this should have been showed diffently (an error during the jndi call).
    Could you try to search for the file (_sapportalsjsp_userLogAnalyser.java and find out what is on line 469 (and adjacent lines). The files should be in \usr\sap\EPXX\j2ee\j2ee_01\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\portalapps\<component name>\work\jsp

  • 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.

  • 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,

  • Tips for using clock in/out mass approval report in the portal.

    Currently there is no standalone application for mass approval of the time corrections. There is no seperate workflow template for Clock-In/Out Corrections as well. So its suggested to copy the standard leave request template WS12300111 and use it for Clock-In/Out Corrections.
    Usually the volume of the Clock-In/Out Corrections for approval are large. So the report RPTCORAPP is provided for mass approval of all the Clock-In/Out Corrections pending for the manager in the backend. This report can also be used in the portal in the following way. Before proceeding, I will take up an example :-
    Let us assume that we are using a custom WF template 'WS99900013' for clock in/out corrections which is a copy of the standard LeaveRequest template WS12300111. The approval task is 'TS99900043' which used for approving the workitems.
    Below are steps to configure the RPTCORAPP in the portal:-
    1. Change the task 'TS99900043'  to point to a DUMMY method. i.e. create a DUMMY method and make the task to point to the method.
    2. Save and activate the workflow.
    3. Create an i-view in the portal which calls the report RPTCORAPP directly.
    4. In the UWL xml file change the attributes of the task 'TS99900043'  to call the PCD of that iview directly.
    5. Upload the modified UWL XML file and re-register the workitems to sync it with changes of the task 'TS99900043'  in the backend.
    6. Test the application.
    Please note that the application is tested across all the scenario known to me. There might some scenario which are unknown to me, in which some issues may crop up. So I would suggest to to take a backup of the current WF template and UWL xml
    file before implementing the above changes.

    Hi,
    Checked everything and it seems fine. Any other ideas where i should looking?
    Regards

  • Maximum Time out  runtime error

    Hi All,
    The following query is giving the error message:
    SELECT mkpfbudat msegbwart msegwerks msegmatnr mseg~shkzg
             msegmenge msegmeins msegdmbtr maraextwg makt~maktx
        INTO TABLE i_src
        FROM mkpf
          JOIN mseg ON mkpfmblnr = msegmblnr
                   AND mkpfmjahr = msegmjahr
          JOIN mara ON msegmatnr = maramatnr
          JOIN makt ON msegmatnr = maktmatnr
        WHERE mkpf~budat IN s_budat AND
              mseg~bwart IN s_bwart AND
              mseg~matnr IN s_matnr AND
              mseg~werks IN s_werks AND
              mara~mtart  = c_mtart AND
              makt~spras  = sy-langu.
    The error message is :
    The program ZMMPR_KEY_MOVEMENT has exceeded the maximum permitted runtime and therefore has been terminated. 
    Can you tell me how we can improve the performance?
    Thanks,
    Sobhan.

    Hi Sobhan,
    I remember this problem, getting MBELN's for a date range and material range and BWART range, from the early 90's on an R/3 1.2.
    Try it this way:
    TABLES: mkpf, mseg, mara.
    SELECT-OPTIONS:
      s_budat FOR mkpf-budat,
      s_bwart FOR mseg-bwart,
      s_matnr FOR mseg-matnr,
      s_werks FOR mseg-werks.
    PARAMETERS:
      c_mtart TYPE mtart.
    TYPES:
      BEGIN OF i_scr_t,
        mblnr LIKE mkpf-mblnr,
        mjahr LIKE mkpf-mjahr,
        budat LIKE mkpf-budat,
        bwart LIKE mseg-bwart,
        werks LIKE mseg-werks,
        matnr LIKE mseg-matnr,
        shkzg LIKE mseg-shkzg,
        menge LIKE mseg-menge,
        meins LIKE mseg-meins,
        dmbtr LIKE mseg-dmbtr,
        extwg LIKE mara-extwg,
        maktx LIKE makt-maktx,
      END OF i_scr_t,
      BEGIN OF mblnr_t,
        mblnr LIKE mkpf-mblnr,
        mjahr LIKE mkpf-mjahr,
        budat LIKE mkpf-budat,
      END OF mblnr_t,
      BEGIN OF mat_t,
        matnr LIKE mara-matnr,
        extwg LIKE mara-extwg,
        mtart LIKE mara-mtart,
        maktx LIKE makt-maktx,
      END OF mat_t.
    DATA:
      lt_mblnr TYPE TABLE OF mblnr_t WITH HEADER LINE,
      lt_mat   TYPE HASHED TABLE OF mat_t WITH UNIQUE KEY matnr,
      ls_mat   LIKE LINE OF lt_mat,
      i_scr    TYPE TABLE OF i_scr_t WITH HEADER LINE.
    SELECT budat mjahr mblnr FROM mkpf
      INTO CORRESPONDING FIELDS OF TABLE lt_mblnr
      WHERE mkpf~budat IN s_budat.
    LOOP AT lt_mblnr.
      SELECT bwart werks matnr shkzg menge meins dmbtr
        FROM mseg
        INTO CORRESPONDING FIELDS OF i_scr
        WHERE mblnr = lt_mblnr-mblnr
          AND mjahr = lt_mblnr-mjahr
          AND bwart IN s_bwart
          AND matnr IN s_matnr
          AND werks IN s_werks.
        READ TABLE lt_mat INTO ls_mat
          WITH TABLE KEY matnr = i_scr-matnr.
        IF sy-subrc <> 0.
          ls_mat-matnr = i_scr-matnr.
          SELECT SINGLE extwg mtart FROM mara
            INTO (ls_mat-extwg, ls_mat-mtart)
            WHERE matnr = ls_mat-matnr.
          SELECT SINGLE maktx FROM makt INTO ls_mat-maktx
            WHERE matnr = ls_mat-matnr
              AND spras = sy-langu.
          INSERT ls_mat INTO TABLE lt_mat.
        ENDIF.
        IF ls_mat-mtart = c_mtart.
          i_scr-extwg = ls_mat-extwg.
          i_scr-maktx = ls_mat-maktx.
          APPEND i_scr.
        ENDIF.
      ENDSELECT.
    ENDLOOP.
    It does not look very high performing, but in fact, it used only 1/2 an hour instead of 3 days of the version, that corresponds to yours. Yes, I know, a lot changed since 1.2 in the database interface, but just try it and you will see. And forget joining MKPF and MSEG. No database will handle this in a real system.
    If you find my answer useful, please don't forget the reward.
    Regards,
    Juergen
    Message was edited by: Juergen Wurth

  • Runtime error while creating a Portal Desktop

    Hello *,
    I want to create a New Portal Desktop in System Administration > Portal display > Desktops & Display Rules (EP7 SP14).
    The Portal Content editor is correctly showed when I create de Desktop in the Portal Content folder, BUT, a run time error is showed when I try to do the same under a "New Folder" under the Portal Content Folder.
    I am working with Administrator user and the permissions have been defined as follows:
    Portal Content
    content_admin_role Full Control End User Role Assigner
    Everyone Read End User Role Assigner
    super_admin_role  Owner User Role Assigner
    system_admin_role Owner User Role Assigner
    New Folder
    content_admin_role Full Control End User Role Assigner
    Everyone None End User Role Assigner
    super_admin_role  Owner User Role Assigner
    system_admin_role Owner User Role Assigner
    Helpful answers will be rewarded
    Thanks
    Marta.

    What do you mean by a prefix here?
    For me the theme implementation is not working either way
    - I am not able to create a new desktop (some SAP Error)
    - Copying the default desktop into my folder and doing the required changes there.
                      changed the name/id/theme/default framework page
    but when i apply it to a user, doesnt show up.

  • Portal runtime error in MSS

    In MSS portal -->Work Overview --> Key Figure Monitor section displays Portal runtime error as follows.
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 03:45_24/10/11_0126_6285950
    Refer to the log file for details about this exception.
    When I Traced the Log file I got the trace as follows
    03:28_24/10/11_0125_6285950
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;/sap/bc/webdynpro/&lt;WebDynproNamespace&gt;/&lt;WebDynproApplication&gt;/;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;?sap-ep-iviewhandle=007&lt;ESID[HASH]&gt;&amp;sap-wd-configId=&lt;WebDynproConfiguration&gt;&amp;sap-ep-iviewid=&lt;IView.ShortID&gt;&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID&gt;&amp;sap-client=&lt;System.client&gt;&amp;sap-language=&lt;Request.Language&gt;&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]&gt;&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]&gt;&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]&gt;&amp;sap-wd-tstamp=&lt;$TimeStamp&gt;&amp;&lt;FPNInfo[IF_false PROCESS_RECURSIVE]&gt;&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]&gt;&amp;&lt;StylesheetIntegration[IF_true PROCESS_RECURSIVE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;DynamicParameter[PARAMETER_MAPPING PROCESS_RECURSIVE]&gt;&amp;&lt;ForwardParameters[QUERYSTRING]&gt;&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]&gt;&#39;; the problem occured at position 310. Cannot process expression &lt;System.client&gt; because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
    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:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
    at java.security.AccessController.doPrivileged(AccessController.java:246)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:434)
    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(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)
    I am new to MSS Portal. Can anyone help me figure out the cause of this error.

    Hi,
    I am also facing the same issue .Getting runtime Erorr (Whilce Click on MSS--Budget/Projects/recruitment/team..etc...
    Is this related to backend Configuraiton issue or Portal installtion error
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 05:48_09/06/12_0165_22331150
    See log file for details about this exception
    we have installed the below BP's on (Netweaver 7.3 and backend EHP5)
    BP_ERP5COM    1.51
    BP_ERP5ESS    1.41
    BP_ERP5MSS    1.51
    BPERPESSWDA   1.50
    SAP_ESS       633
    SAP_MSS       630  
    SAPPCUI_GP    633
    Please adivce..
    thanks
    Matt

  • Portal Runtime Error in WD iViews during iView personalization

    Hi,
    I am using SAP's MDM iViews with some custom webdynpro application iViews in my netweaver portal 7.0.  When I click on the personalize 'apply' button of any iView, the whole page gets refreshed. The standard SAP MDM iViews gets rendered without any problems.  But the custom webdynpro iViews throw portal runtime error as shown below:
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 02:25_17/12/08_0106_18297950
    Can anybody throw some light on this?
    Regards,
    Yuvaraj SG

    Hi Yuvaraj,
    Assign the user super admin role and see if the page opens fine or not.
    If the page opens fine, remove the super admin role and check the permissions for the custom web dynpro applications.....
    and see if enduser check box is marked or not.
    And at the same time check the permissions of the content provided by SAP folder and your custom folder where you have similar roles or not.
    For this navigate to System Administration - Permissions - Portal Content
    For detailed analysis check nwa as suggested by Bala.
    Hope this helps.
    Cheers-
    Pramod

  • Runtime error using range table in select query

    I have to select tcodes from table tstc, based on the entries in ust12,
    the entries in ust12-von and ust12-bis, these contains wild charcters also,  and i have to selct all the tcodes  from von to bis.
    so ia m preparing a range table for the entries in ust12, and querying table tstc, then i am getting a runtime error with following description.
    'If the problem occurred because an excessively large table was used
    in an IN itab construct, you can use FOR ALL ENTRIES instead.'
    but how can i use FOR ALL ENTRIES here, because if von = A* and bis = AB*,then i ahve to read all the entries from AAAA till ABZZ (may be something like this),
    is there any way to write this query, with out runtime error.
    there are total 15000 entries in ust12, i am preparing range table for 3000 entries each and querying tstc.
    Thanks in advance
    Best Regards
    Amarender Reddy B

    Hi,
    first write a select on ust12 based on ust12-von and ust12-bis.
    eg: select von bis from ust12 into table gt_ust12
                               where von LIKE 'A%'
                                   and bis LIKE 'AB%'.
    now write another select for tstc for all entries in gt_ust12...
    Hope it helps
    Regards,
    Pavan

  • Runtime error when I add materials to Sales order

    Hi All,
    The user attempted to add materials to Order 4002262638.    When adding 05302 and 05804 to the sales order, SAP
    went to the hourglass and then created the Timed out Runtime Error message.
    The Error at SAP Standard program LZVA_PRO_ALLOF01 at statement,
    When I press enter after giving materials its getting timed out due to long execution time. Looks the select query is taking lot of execution time.
    SELECT DISTINCT vbap~vbeln
             vbap~posnr
             vbap~kwmeng
        FROM vbap INNER JOIN vbak ON vbapvbeln = vbakvbeln
                  INNER JOIN vbep ON vbapvbeln = vbepvbeln
                                 AND vbapposnr = vbepposnr
        INTO TABLE lt_vbap
        WHERE vbak~kunnr  IN r_hienr  AND
              vbap~prodh  IN r_prdha  AND
              vbap~abgru  EQ space    AND
              vbep~wadat  LE gv_datbi AND
              vbep~wadat  GE gv_datab AND
              vbep~edatu  NE '00000000' AND
            vbep~bmeng GT 0 AND
              vbap~kwmeng GT 0.
    Please let me know your ideas.
    Thanks in advance,
    Rama

    Hi,
    Check if some user exits have been written in the includes attached to main porogram in sales order.
    May be the exits arent properly written or activated
    Regards,
    Dhananjay

  • Portal Runtime error - Customization

    Hi,
    How to customize the Portal runtime error message page in portal.
    Is it required to modify any standard par file for this? If so what par file needs to be modified.
    Ramganesan Karuppaiyah

    Ramganesan,
    check these links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/customizing%252berror%252bmessages%252bin%252bportal
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/1d5a4390524403e10000000a1553f6/frameset.htm
    Thanks
    Bala Duvvuri

  • Portal runtime error: where can I find the system log?

    I got a portal runtime error. Like this:
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 10:22_16/05/08_0007_13424550
    Where can I find the log file / more details?
    Thanks
    René

    Hello rene,
    2 ways for accessing log: 
    1) browse portal filesystem : \usr\sap\J2E\JC00\j2ee\cluster\<server instance>\log\
    2) use sap log applications
    I suggest you to use logviewer or visual admin(it contains logviewer) applications. It will display formated logfile and you will be able to filter on severity / User Name / date / .......
    if you are using visual admin, just connect with Visual Admin then browse to  <server name> / services / log viewer then  again <server name> \usr\sap\J2E\JC00
    j2ee\cluster\server0\log and then click on defaultTrace.trc
    it is pretty the same navigation when using logviewer
    Kind Regards
    Cedric Meyer

Maybe you are looking for

  • Mail always shows sending two emails in Mail activity

    Hi, I have noticed, that even when I send only one email, the Mail activity reports "sending 2 mails". Does anyone know why that is? Thanks in advance ralf

  • Drag and Drop in JTree

    Hello i have developped sucessfully the drag on drop operation in my JTree and it works well but now i will also change the cursor of the mouse. so if you drag and drop an object in a jtree you must view the movement of that object, i think that it m

  • Implementing BI Content, Portal etc..

    Hi Gurus! I am quite new with portals.(1) Where and how exactly would I know what portal are we using in BW? Are there standard portals that I can access? We are using BW ver. 3.5 and the support packages below: SAP_BW     350     0013 BI_CONT     35

  • Integration of Microsoft OCS 2007 with WebCenter Spaces 11G PS4

    Hi All, I want to know has anyone successfully integrate Microsoft OCS 2007 with WebCenter Spaces 11G PS4? If yes, pls share detail. Thank you. Regards,

  • PCI standard PCI-to-PCI bridge error when install Chipset driver to T430 with Windows XP

    Hi,  I have one T430 and wanna downgrade to Windows XP. After I finished installing OS and procceded to update drivers, this error message "Cannot Install this Hardware There was a problem installing this hardware PCI standard PCI-to-PCI bridge An er