Sequential Read on table BUT0ID while opening BSP application.

Hi,
We have a problem opening Business Partner Application(comm_bupar) with only one User Id.Other application gets opened.Even if we try to copy this user to another user, the new user works properly.The User Id accesses the report SAPLCOM_BUPA_BSP_SEARCH and sequentially reads on table BUT0ID.
The application keeps on loading and gets timed out.This is the problem with only one user id with roles and authorisation same as others.
Regards,
Adity

Its quite strange if you have same roles and authorisation.
I will suggest check once again and also could you please check the trace.
Thanks
Sarbjeet Singh

Similar Messages

  • While opening BSP File download popup opens

    HI Experts,
    While opening BSP application(appraisal) in UWL work items a popup window opens.
    this happens on particular PC of the user only,we are able to open the same on our PC.
    this must be because of browser setting,but not sure
    please suggest,points will be awarded accordingly
    With Regards,
    Dayakar.

    Hi Dayakar ,
    Comapre your browser settings with his and see if there is any discrepency . What is the message in Pop up window?
    Try adding  portal's and the application's URL to trusted sites and then see .
    Regards
    Mayank

  • Sequential Read on table BSAD

    Hello All
    Our custom program job when observed thru SM51 is spending over 4 hours at a single point showing SEQUENTIAL READ on table BSAD. DB2 provided us with the queries that were executed during runtime trying to fetch data from table BSAD
    SELECT * FROM BSAD
    WHERE XBLNR EQ <value>
    AND BUKRS EQ <value>
    AND KUNNR IN L_KUNNR [] (which has around 400 KUNNR values)
    SELECT bukrs belnr xblnr blart zuonr kidno
    FROM bsad
    UP TO 1 ROWS
    INTO CORRESPONDING FIELDS OF <name>
    WHERE kunnr IN L_kunnr[] ((which has more than 400 KUNNR values)
    AND ( zuonr EQ <value> OR kidno EQ <value> ).
    We have indexes for both combinations specified above - still during the execution of the program the above query is being observed to clock for over 5 hours. This program had not been giving issues all along - and we are seeing issues lately. DB2 team mentions that IN statement is expensive. When DB2 observes during run-time - they see a lot of values been used in L_KUNNR[] range. The table re-org or index re-build has not been done for a while too. We are trying to interpret the possibilities
    Edited by: Vasantharaman Viswanathan on Jan 29, 2011 5:49 PM

    THanks for your inputs John
    Whenever we tried putting a trace- we do it during the execution of the statement - and only for a few times we have been able to capture trace - sometimes Basis team says that they did not capture any. In the traces that we have i was able to see at the statement being executed for 10 mins or so - which may not make sense if the program is stuck for hours.
    Also in the trace - i believe you are asking if we are able to deduce if it would use index based on the values provided?\or is there a field / param in the trace that provides this info? Please clarify
    Also when i tried having around 400 values in the IN statement and tried executing the query in non-prod - it took atleast 600 secs (since thats the max time i could keep it active as Dialog process in non-prod). Also do you think the above SELECT statement warrants a change?

  • Performance problems due to sequential read on tables WBCROSSGT and CROSS

    Hello all,
    got the SAPNW2004s Sneak Preview ABAP installed. Performance is quite ok. But with certain dictionary operations like creating new attributes for a class I experience exceptional long runtimes and timeout dumps. In SM50 I see a sequential read on table WBCROSSGT. In OSS I can't find anything applicable yet for this release  (SAP_BASIS 700, support level 5).
    Any suggestions appreciated.
    Simon

    Hello,
    i had exactly the same problem after upgrading from MS SQL 2005 to MS SQl 2008 R2.
    Our DEV system was almost completely exhausted and normal operation wasn't possible anymore.
    SAP Note 1479008 solved the issue, even it is only "released" for MaxDB.
    Cheers, Christoph

  • While Opening HFM application getting Error : "A connection to the server has failed. (status=503)"

    Hi All,
    While Opening HFM application I'm getting Error : "A connection to the server has failed. (status=503)".
    I Checked the Doc ID 1516598.1 and tried to increase the timeout setting, which really didn't help.
    Where can check a log for this connection issue, not able to see any error in Starter or HFM server logs.
    Please help me to fix this issue.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Regards,
    Rajeevan D

    Hi!!
         I am facing the same issue and have increased the timeout setting according to the Doc ID 1516598.1.
         When I open up the app, it takes more than 5 minutes but it just get little longer and I've got the error....
         My HFM is at 11.1.2.2.300 version.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Thanks

  • Error while running BSP application

    Hi all,
    the following errors are comming while running the BSP Application on browser, so please help me to sort it out.
    errors comming on browser are:
    1)The following error text was processed in the system  NWS : An exception that could not be caught occurred.
    2)The error occurred on the application server nwserver_NWS_00 and in the work process 0 .
    3)The termination type was: RABAX_STATE
    4)The ABAP call stack was:
    Form: ON_CHECK_BSP of program CL_BSP_RUNTIME================CP
    Form: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Form: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Form: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    thank you
    kamaljeet

    Hi Kamaljeet
    Are you calling some function module from the BSP page?
    If yes, it seems that it is not getting called properly.
    Function module has to be remote enabled and called from BSP page as: call <FM> DESTINATION '<destination>'. If destination server is same, use 'NONE' as destination
    Or, the problem may be because of mismatch of a data/table type in Function module when called from BSP. In such a case, put a breakpoint at function module and debug to see - at what point, your application fails.
    Hope, it will be of some help.
    Regards
    Ashish Jain
    [email protected]

  • Not able to open BSP application in Internet

    Hi Everyone,
    i have a BSP Application which i have put into a tab strip as a link.But users are not able to open the url though they are able to log on to the standard application (cProjects suit 3.1)
    this is how i did.
    <htmlb:link id        = "Link1000"
                text      = "Company cProjects"
                target    = "_blank"
                reference = "http://hxyz.corp.company.ad:8000/sap/bc/bsp/sap/zzzz_cprojects/default.htm?sap-client = <%=sy-mandt%> " >
    </htmlb:link>
    can anyone let me know what configurations i need to do so as to make it open in internet outside my company's network.
    i checked SICF and application is active.
    Regards,
    Ajay

    Hi Ajay,
    This is sample application (overwrite column 7).
    Page Attribute:
    flights     TYPE     FLIGHTTAB
    ovtab     TYPE     TABLEVIEWOVERWRITETAB
    wa_ov     TYPE     TABLEVIEWOVERWRITE
    Layout:
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title=" " >
        <htmlb:form>
          <%
      clear wa_ov .
      data: temp_bee type ref to IF_BSP_BEE .
      data: wf_text type string ,
      wf_url type string .
      wf_text = 'ABC' .
      CONCATENATE 'http://www.google.com/search?q=' wf_text INTO wf_url .
      CALL METHOD cl_htmlb_link=>factory
      EXPORTING
      id            = 'tv1_1_7'
      reference     = wf_url
      target        = '_blank'
      text          = wf_text
      RECEIVING
      element       = temp_bee .
      move: '7' to wa_ov-column_index ,
      '1' to wa_ov-row_index  ,
      temp_bee to wa_ov-display_bee .
      append wa_ov to ovtab .
          %>
          <htmlb:tableView id                   = "tv1"
                           table                = "<%= flights %>"
                           overWriteDefinitions = "<%= ovtab %>"
                           visibleRowCount      = "10"
                           columnHeaderVisible  = "true" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    onInitialization Event:
    SELECT * FROM sflight INTO TABLE flights.
    Hope this helps.

  • Create a table view in my BSP Application!.

    Hi All,
    I am using CRM version 4.0 here i want to crate a new table view in my own BSP Application and want to display in the CRM_IC Application.
    The problem now i am facing is.. there is now provision to create the table view via the wizard. I tried to copy the BSP code, changed the code accordingly also i changed the inheritance for the context node class from
    CL_BSP_WD_CONTEXT_NODE to CL_BSP_WD_CONTEXT_NODE_TV.
    i also copied the iterator attribute.
    still the view is coming with an error saying that page have some problem.
    can anyone suggest any easy method to create the table view!.
    or else can you tell me what i have to do further!.
    Thanks n regards,
    sudeep v d.

    Hi,
    The problem is not only at the .htm page!. I think some changes are required at the context node level. for
    here is the BSP code I m using for displaying the table view..
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <%@extension name="xhtmlb" prefix="xhtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <%@extension name="CRM_BSP_IC" prefix="crmic" %>
    <crmic:tray2 id     = "MoreFields"
                 title  = "<%= otr(crm_ic_appl/BuPaAccount) %>"
                 height = "100%,603"
                 width  = "100%" >
      <crmic:trayBody2>
        <crmic:gridLayout cellSpacing    = "1"
                          columnSize     = "1"
                          rowSize        = "10"
                          height         = "100%"
                          width          = "100%"
                          widthPredefine = "TRUE">
        <crmic:gridLayoutCell columnIndex = "1" rowIndex    = "4" >
            <crmic:tableView design          = "STANDARD"
                             width           = "100%"
                             id              = "Address"
                             table           = "//Address/Table"
                             visibleFirstRow = "3"
                             visibleRowCount = "4"
                             selectionMode   = "LINEEDIT"
                             onRowSelection  = "select"
                             fillUpEmptyRows = "TRUE"
                             headerVisible   = "FALSE"
                                           >
              <crmic:tableViewCols>
                <crmic:tableViewColumn columnName = "STREET"
                                       title      = "<%= otr(CRM_IC_APPL/BuPaStreet_t) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "POSTL_COD1"
                                       title      = "<%= otr(CRM_IC_APPL/BUPAPOSTCODE_T) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "CITY"
                                       title      = "<%= otr(CRM_IC_APPL/BUPACITY_T) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "REGION"
                                       title      = "<%= otr(CRM_IC_APPL/REGION) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "REGIONNAME"
                                    title      = " "
                                       edit       = "FALSE" />
              </crmic:tableViewCols>
            </crmic:tableView>
        </crmic:gridLayoutCell>
       </crmic:gridLayout>
      </crmic:trayBody2>
    </crmic:tray2>
    In the above code i have given
    table    = "//Address/Table"
    here the 'Address' is defined as a page attribute type ref to the context node class ( CL_CRM_IC_BUPAMOREADDRESS_CN01 ).
    the same class is used in the CRM_IC application works fine!.
    also i entered the attribute entry for the 'Address' in the _CTXT class the view.
    still the same error 'page  cannot be displayed'.
    what could be the problem anyone plaese help!.
    Thanks n regards,
    sudeep v d.

  • Error while opening planning application

    I am getting error while opening application through planning.
    An error occurred while processing this page. Check the log for details.
    Please close the current tab and open application again.
    Cannot configure the system. Please check the configuration.
    2 days back I reconfigure the system as well with new IP address
    Regards,
    Sami Khan

    I mean i configure it to new IP .. I didnt use IP address ifact I use host name to configure.
    these are the planning logs..
    Oct 8, 2012 5:33:19 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8300
    Oct 8, 2012 5:33:19 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 312 ms
    Oct 8, 2012 5:33:19 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Oct 8, 2012 5:33:19 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
    Oct 8, 2012 5:33:19 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Oct 8, 2012 5:33:19 PM org.apache.catalina.core.StandardHost getDeployer
    INFO: Create Host deployer for direct deployment ( non-jmx )
    Oct 8, 2012 5:33:19 PM org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path /HyperionPlanning from URL file:E:\Hyperion\deployments\Tomcat5\HyperionPlanning\webapps\HyperionPlanning
    [ERROR] ManagerBase - IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
         at java.io.ObjectInputStream.readSerialData(Unknown Source)
         at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.readObject(Unknown Source)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1342)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:885)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:416)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:343)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:657)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:499)
         at org.apache.catalina.startup.ContextConfig.managerConfig(ContextConfig.java:315)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:635)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:216)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4290)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:480)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(Unknown Source)
         at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
         at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
         at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
         at java.io.ObjectOutputStream.writeObject0(Unknown Source)
         at java.io.ObjectOutputStream.writeObject(Unknown Source)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1415)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:902)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:539)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:485)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:687)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4496)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:952)
         at org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:670)
         at org.apache.catalina.core.StandardHost.remove(StandardHost.java:946)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1028)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1005)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:351)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1123)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1135)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:483)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:542)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2347)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:605)
         at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:648)
    [ERROR] ManagerBase - Exception loading sessions from persistent storage <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
         at java.io.ObjectInputStream.readSerialData(Unknown Source)
         at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.readObject(Unknown Source)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1342)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:885)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:416)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:343)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:657)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:499)
         at org.apache.catalina.startup.ContextConfig.managerConfig(ContextConfig.java:315)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:635)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:216)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4290)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:480)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(Unknown Source)
         at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
         at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
         at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
         at java.io.ObjectOutputStream.writeObject0(Unknown Source)
         at java.io.ObjectOutputStream.writeObject(Unknown Source)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1415)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:902)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:539)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:485)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:687)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4496)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:952)
         at org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:670)
         at org.apache.catalina.core.StandardHost.remove(StandardHost.java:946)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1028)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1005)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:351)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1123)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1135)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:483)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:542)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2347)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:605)
         at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:648)

  • Error while opening the application help

    Hello,
    We are trying to open the application help from the R/3. It is giving
    us the follwoing error.
    This is linked to the knowledge warehouse server 6.20.
    Error:
    SAP Internet Knowledge Server
    The IKS cannot display the page you asked for.
    Please contact the administrator if this problem persists.
    Additional infomation:
    RFC Error: System exception raised, connection closed (SIW_IKS_VAR_GET)
    RfcRc: <3>, ErrorInfo:
    The confuguration looks fine as per the note # 381266.
    The help is working fine previously.
    Thanks in advance.
    Best regards,
    Madhav.

    Hi Arun,
    Error due to incorrect installation of life cycle designer.
    check the below links for solution.. ( same issue ).
    Error Message "Error while Opening the Document"
    Error - Adobe Live Cycle designer
    Regards
    Srinivas

  • MEM_BAD_POINTER error while opening disocoverer application

    Hi,
    I installed successfully Oracle discoverer 10G (desktop & administrator) version 10.1.2.48.18.
    OS is windows xp professional with service pack 2 & 1GB RAM.
    While trying to open the applicaiton intially itself, i'm getting the following error
    smartHeap Library
    MEM_BAD_POINTER
    Could not able to open the application.
    Please help me in resolving this issue.
    Thanks.

    I renamed SH31W32.dll in windows\system32 folder to SH31W32_old and Downloaded the SHW32.dll from Internet and copied to C:\windows\System32 folder, then Oracle Business Intelligence Tools started working without any errors.
    This Problem can resolve in Windows SP2 or VISTA Operating System. Problem due to East Asian Language.
    Download the .DLL file from the below link to resolve the issue.
    http://msgboard.alphasoftware.com/alphaforum/showthread.php?p=410023
    Krishna /Sudha
    Kuwait

  • Error while opening HFM Application "The Parameter is Incorrect"

    I have recently installed HFM 11.1.2.1 and created an applicatiion. When I try to open that application, system is giving an error message stating "The Parameter is Incorrect"
    Error Reference Number: {DB65561D-1ECC-4227-9361-BB662D71078A};User Name: admin@Native Directory
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:09 PM;Svr: HYPERION;File: CHsxServerImpl.cpp;Line: 2025;Ver: 11.1.2.1.000.3082;
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxServerImpl.cpp;Line: 2361;Ver: 11.1.2.1.000.3082;
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxServerImpl.cpp;Line: 4092;Ver: 11.1.2.1.000.3082;
    Num: 0x80070057;Type: 1;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxServer.cpp;Line: 1460;Ver: 11.1.2.1.000.3082;DStr: OpenApplication: DEMOAPP;
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxClient.cpp;Line: 2417;Ver: 11.1.2.1.000.3082;
    Did I do something wrong in the installation?

    After upgrading to version 9.3.3, 11.1.1.3.50 or 11.1.2.1 this error could occur with the below scenario...
    The cause was due to a program change in these upgrade version, with how logins work when accessing HFM via workspace. Any login to HFM that does not go through workspace, will inconsistently cause this error.
    To resolve this issue in version 11.1.2.1, download and apply Patch 12865428.
    Refer : Financial Management Error "The Parameter Is Incorrect" Appears Frequently in HsvEventlog.log After Upgrade to Version 9.3.3, 11.1.1.3.50 or 11.1.2.1 (Doc ID 1290122.1)

  • Error while opening HFM Application

    Hello all,
    We have an EPM 11.1.1.3 environment. Components installed are Essbase, Planning, HFM, FR, HSF.
    Currently we have 2 applications in HFM and we wanted to migrate/upgrade these applications to a EPM 11.1.2.3 environment
    We have an EPM 11.1.2.3 environment where we've installed and Configured all above mentioned products. We tested the HFM by creating a sample application in EPM 11.1.23 and deploying it which was done successfully.
    We used the Copy app utility followed by Schema Upgrade utility in EPM 11.1.2.3 with EPM 11.1.1.3 database schema being the source and EPM 123 Database Schema being the target.
    The utilities executed successfully and we migrated the applications into EPM 11.1.2.3 environment successfully.
    Now when we are trying to open the applications we can open one of our application from workspace but when we try to open the second application we get errors as below...
    We get errors in consolidation administration as below:
    As specified in the screenshot we cant see the HsvDatasource Process for the application for which get this error(the process gets initiated in task manager but disappears soon)
    Any help appreciated
    Thanks
    Arpan

    Dear Arphan,
    Please try your luck...following the below steps.
    Launch the EPM System Configurator
    Select Hyperion Financial Management>Configure App Server
    Check the "Working Folder" section and make sure that the path exists and that you have full access to it..
    Thanks,
    Aj

  • Run Time Error  while executing BSP application in Safari browser

    Hi Frens,
      I am new to BSP application. I have made changes for an existing BSP application which has to be executed on both IE and Safari browsers. I made changes in the View for IE browser and it is executing correctly. I have done the same changes in the Safari view also but when executed in Safari, the browser hangs up and in the backend in SAP it goes to dump. The dump message is as below:                                                                           
    " An exception occurred. This exception is dealt with in more detail below         
    . The exception, which is assinged to the class 'CX_BSP_ELEMENT_EXCEPTION', was  
    not caught,                                                                     
    which led to a runtime error.                                                    
    The reason for this exception is:                                                
    <htmlb:gridLayoutCell>: Class <htmlb:gridLayout> (CL_HTMLB_GRIDLAYOUT) was not   
    found as BSP parent element.           "
    Can anyone help me in understanding this?                                          
    Regards,
    Priya.

    Hi Priya,
    I don't think, you need to change in code for Safari. Please check the following thread.
    Re: BSP's with htmlb - Tags on Browsers for Apple Computers
    Regards,
    Sagar

  • Access deinied error in browser while accessing bsp application in Portal

    Hi All,
    I'm integrating SRM in to Enterprise portal using SRM business package,in which i access CCM iviews which were buit using BSP  Application. EP in one host, and BSP Application resides in another host, so there are 2 different hosts. I define full hostname to both host, example, EPhost.domain.com and BSPhost.domain.com.  The iView can be displayed in Portal. However, when I click one of the button or drop down in that iview displayed on the iView's toolbar (e.g. buttons are New, Goto), it gives me "Access is denied".
    Any idea to fix this?
    Regards,
    Vinoth.M
    <b></b>

    Look at below thread, same issue discussed:
    Re: BSP Iview error message : Access denied
    Raja T

Maybe you are looking for

  • Error while doing MIGO

    Hi Experts, While doing migo system showing the error message: in this purchase order no excise. It is IS OIL process. Maintain pricing conditions for the material for the excise invoice date     Message no. 8I629 Pls help some one. Regards, Hanuman.

  • Can you refer to the original host name when using a challenge redirect?

    I have an authentication scheme that uses a challenge redirect to cause authentication to happen using https instead of http. However, this seems to break some of our monitoring scripts because now the credential challenge is coming from a different

  • Can't install files to downgrade qt. HELP

     I need your help.. I have installed Anna but i can't download the packages. And when im trying to install the fies to downgrade qt ,a pop up message on the mobile screen says "unable to install" And this is what my ovi suite says when im trying to d

  • Replacing a sequence audio track from 48,000 audio to 44,100

    I have a sequence where audio track is 48,000. I imported a 2nd track that I want to synch up to the audio. The new audio track is 44,100. Am I going to have problems with this? Thanks.

  • How can we implement the currency translation in a query definition

    How can we implement the currency translation in a query definition and should it modified for each and every type of currencies