C-runtime error occured "Out of Memory"

Cannot display the selected records when an end user clicks the (>*) button next to the record count. Instead of displaying all the records based on the prompted selection criteria, the record count (28,338) is shown by itself without the data after a few minutes of waiting. Above the record count and selected prompts, "!error: A C-runtime error occurred (Out of Memory)" is shown twice. No data.
So long as the end user does not click the (>*) button next to the record count, everything works okay. End user can download the entire set of selected records to a tab-delimited .csv file without any problem. End user can also scroll thru the 28,338 records, one page at a time. Using more restrictive selection criteria, I can view several thousand records at a time. No problem until the (>*) button is clicked when 28,338 records are requested.
We recently doubled the memory on our desktops from 1GB to 2GB. No help attempting to display all records.
Problem reproduced at will in both OBIEE 10.1.3.3.2 and 10.1.3.4.1 environments using either IE 8.0 or Firefox 3.6 on Windows XP Pro.
How can we reconfigure our environment to display the 28,338 records on a desktop without running Windows XP out of memory?

The C:\OracleBIData\tmp directory on the desktop appears empty before, during and after the query.
In addition in Windows Task Manager, the Networking tab for the Local Area Connection shows a steady, but less than 0.5%, activity stream for the duration. CPU use and paging is also minimal.
Edited by: bobatx on Dec 23, 2010 10:04 AM

Similar Messages

  • Not Loaded. A runtime error occurred during the load of the COM add-in.

    Hey All!
    I am relatively new to Hyperion, and need some help. I recently purchased a new laptop, and I am trying to reinstall Smart View 11.1.2.1 on my home system, but I continue to run into difficulties. I launch the Smart View installer by right-clicking and selecting "Run as Administrator," and everything seems to install successfully. However, when I open Excel or any Microsoft Office product, the Smart View tab is unavailable, and when I Manage my COM add-ins, the pop-up box reads "Load Behavior: A runtime error occurred during the loading of the COM add-in."
    I have looked into my registries, and everything seems to be in order. I have changed my load behavior back to 3 as well. Any ideas? Are there any compatibility issues I need to consider? Thanks for your help!
    Craig

    PLEASE do not do this! You are storing up trouble for the future that will be so much harder to unpick.
    1. It does not solve the problem. Whatever the problem was, this is not the solution! If the issue is multiple DLLs, you need to delete the duplicates and register the correct ones, not make even more copies. If the problem is permissions, you need to sort that one out.
    2. If it appears to solve the problem, then the problem (something to do with permissions) needs to be solved at source, not kludged round like this.
    3. If there is an unresolved problem on the system, it is more likely that the next upgrade will not go well.
    4. Uninstaller cannot remove the copies you made manually. The same thing applies to upgrades! You risk getting mixed versions afterwards.
    My first steps to resolve this problem would be:
    1. Uninstall the SmartView client. You must be an administrator to do this -- try to be the same administrator that installed it.
    2. Clean up. Make sure the files are all deleted. Search the whole box for old files (HsTBar.xla, HsAddin.dll etc.) possibly left over from an old installation -- you might have upgraded into a different location at some time in the past and left orphaned files hanging around. Get rid.
    3. Reboot. Log in as a local administrator.
    4. Open Excel and visit the Add-Ins dialog and remove any entries for SmartView.
    5. Install SmartView client from a local copy of SmartView.exe -- make sure you have the correct version.
    That solves 99% of problems like this. If you have to register the DLLs manually, it suggests that your 'administrator' account doesn't have the full rights you think it has. DON'T kludge it by copying DLLs into your profile!
    Thanks.

  • Runtime error : Time out

    Hi experts...
    I am trying to execute one program in production.. its giving me runtime error timed out....
    I am giving you line on which it is showing runtime error...
    Please check it n suggest me how can we optimize this code to avoid the same error...
    SELECT afko~aufnr afko~aufpl afko~rueck afpo~matnr
      INTO   CORRESPONDING FIELDS OF TABLE it_temp_orders
      FROM   afko
      INNER  JOIN afpo ON
             afpo~aufnr = afko~aufnr
      WHERE  afko~aufnr  IN  s_aufnr
      AND    afko~dispo  IN  s_dispo
      AND    afpo~matnr  IN  s_matnr
      AND    afpo~dwerk  IN  s_werks
      AND    afpo~dauat  IN  s_auart.
      SORT it_temp_orders BY aufnr aufpl matnr rueck.
    Regards

    Hi,
    break this into two select queries......
    use the below code to do the same....
    data : begin of fs_afko
                  aufnr type afko-aufnr,
                  aufpl type afko-aufpl,
                  reuck type afko-reuck,
            end of fs_afko.
    data : Begin of fs_afpo,
                aufnr type afpo-aufnr,
               matnr type afpo-matnr,
            End of fs_afpo.
    data : t_afko type table of fs_afko,
             t_afpo type table of fs_afpo.
    SELECT aufnr aufpl rueck
      INTO   TABLE t_afko
      FROM   afko
      WHERE  afko~aufnr  IN  s_aufnr
      AND    afko~dispo  IN  s_dispo.
    SELECT afpo~matnr
      INTO   TABLE t_afpo
      FROM   afpo
      FOR ALL ENTRIES IN t_afko
      WHERE  aufnr  =  t_afko-aufnr
      AND    afpo~matnr  IN  s_matnr
      AND    afpo~dwerk  IN  s_werks
      AND    afpo~dauat  IN  s_auart.
    loop at t_afko into fs_afko.
      loop at t_afpo into fs_afpo where aufnr = fs_afko-aufnr.
        move-corresponding fs_afko to fs_temp_orders.
        move-corresponding fs_afpo to fs_temp_orders.
        append fs_temp_orders to it_temp_orders
      endloop.
    endloop.
    Regards,
    Siddarth

  • Acrobat PDFMaker Office COM Addin for Microsoft Office 365 does not work. When I check the cox for COM Add-ins, it unchecks it. "A runtime error occurred during the loading of the COM Add-in." I use Adobe X Professional. The Add-in worked fine in Office 2

    I recently upgraded to Microsoft 365 Home and use Outlook 2013. The Acrobat PDFMaker Addin worked fine in Office 2010. Now, I get an error message: Not loaded. A runtime error occurred during the loading of the COM Add-in.
    I use Adobe Acrobat X Professional.
    I have restarted Outlook, restarted my computer, and nothing changes.
    Does anyone have a solution?
    Steve

    I do not think that AA X is compatible with the newest versions of OFFICE and such. Your only choice is to print to the Adobe PDF printer or use the MS plugins to create PDFs.

  • Error 500 Out of Memory on x64 bit machine

    Using windows vista 64bit business
    x64 bit machine 32 bit application
    using visual fox pro odbc driver
    Happens on Crystal reports 8 and 10
    After 3+ million records with our query we receive an Error 500 out of memory.
    Under windows 32bit machine, we haven't encountered this issue regardless the size of data.
    Any thoughts?

    Hi Alex
    As mentioned earlier Crystal Reports 9 and 10 are not tested platfrom with Windows Vista.
    Try using Crystal Reports 2008 and check if you are facing any issues.
    Hope this helps.
    Please let us know if you have any further queries.
    Regards
    Ashwini Yadav

  • A C-runtime error occured (bad allocation) from xmlViewService

    Hi There,
    I have a .NET code which calls OBI webservice xmlViewService. I observed xmlViewService.executeXMLQuery works fine when there are records between 0 - 80000, but when records go beyond 80000-100000 it fails & returns an exception "A C-runtime error occured (bad allocation)".
    I tried gradually increasing the maxRowsPerPage from 10 to 100000 but in vain.
    Below is the code am using:
    sawSessionService = new SAWSessionService(obieeWebServiceUrl);
    sawSessionService.Timeout = obieeTimeout;
    XmlViewService xmlViewService = new XmlViewService(obieeWebServiceUrl);
    xmlViewService.Timeout = obieeTimeout;
    SAWSessionParameters sawSessionParms = CreateSawSessionParameters();
    AuthResult logonResult = sawSessionService.logonex(obieeUserId, obieePassword, sawSessionParms);
    sessionID = logonResult.sessionID;
    ReportRef reportRef = new ReportRef();
    reportRef.reportPath = request.ReportPath;
    XMLQueryExecutionOptions xmlQueryOptions = new XMLQueryExecutionOptions();
    xmlQueryOptions.async = false;
    xmlQueryOptions.refresh = false;
    xmlQueryOptions.maxRowsPerPage = 100000; //10;
    xmlQueryOptions.presentationInfo = true;
    xmlQueryOptions.type = "";
    ReportParams reportParams = new ReportParams();
    QueryResults queryResults = new QueryResults();
    queryResults = xmlViewService.executeXMLQuery(reportRef, XMLQueryOutputFormat.SAWRowsetSchemaAndData, xmlQueryOptions, reportParams, sessionID);
    Please help me solving the issue. Highly Appreciate any help.
    Thanks - harry
    Edited by: 887426 on Sep 26, 2011 12:45 AM

    Hi Harry,
    We face this issue, when the criteria returns lot of data. Is the issue resolved for you now? If yes, can you share your solution.
    Thanks,
    madhu

  • Run-time error '7': Out of memory - Cisco Clean Access problem

    Hi all,
    I hope this question is in the appropriate place. I'm trying to use my company's vpn service. Here's how the process should work:
    1) Log on with username/password using Cisco AnyConnect VPN Client
    2) Log-in to the portal. During this step the Cisco Clean Access Agent is supposed to automatically log-in. However I get the following error:
    Run-time error '7':
    Out of memory
    My company's network services didn't seem to be much of a help so I was hoping one of you would have a good suggestion(s).
    Please keep in mind that I'm not great with computers. I know how to use them and all that but I'm not familiar with the inner-workings at all (registry editing etc.)
    Thanks in advance!
    -Bill

    I should add that the version of CCA is 4.1.10

  • Encountering with the error Client out of memory in Bex. . .

    Hello All,
    In the Bex report when I run for the 2000 sales organization selection the initial display is coming fine. When I try to drill down to the next levels in the result, I am encountering with the error 'CLENT OUT OF MEMORY'.
    The report is displaying sales document level data. I need to drill down on almost 6 fields like cost element, Profit center. Auth group, Cost center, Customer number... Up to 7 attributes.
    I am able to drill down up to 5 attributes when i try to drill down on the 6th one, the report ended up with this error.
    Note:  I am able to run the report for remaining sales orgs and can drill down on all the fields. Might be because of huge data not able drill down on 2000, not sure
    Any one could help me on this.
    Thanks in Advance,
    Lakshmi.

    I checked in the infoprovider level.
    For the same selection, we have around 450000 of cells.
    Thank you,
    Lakshmi.

  • How do I fix Error Message = Out Of Memory Could Not Install or Delete Data"

    I have looked all over the internet and there is a lot of discussion about WHY this happens and a lot of discusion about what to do in the future to avoid this from happening.
    I need help with specific steps on how to delete the static image that is stuck on my desktop. The image is large and covers most of my screen. I have shut down, unplugged, let the machine rest....started up several times. Not working.
    The error reads "OUT OF MEMORY - COULD NOT INSERT OR DELETE DATA"
    Thanks!

    Probably you are running out of disk space. Can you interact with your Mac at all, or is the error  message preventing you from using Finder windows?
    I'd try to boot into Save Mode: This will only load a rudimentary version of Max OS X, needing less space, and will clean some caches. The Start Up will tale longer, however.
    When in Save Mode try to empty the Trash and to free as much disk space as you can, by deleting files.
    How much free disk space do you have right now?
    See:
    http://www.wikihow.com/Start-Your-Mac-in-Safe-Mode
    If you cannot access the FInder to free disk space, even in Save Boot Mode, post back.
    Regards
    Léonie

  • Portal Runtime Error occurred when trying to create iView using template.

    Hi,
    When I tried to create an iView by Content Management through "Existing iView Templates", the Portal runtime error occurred.
    (However, when I tried to create an iView through "Deployed Portal Archive" or "Web Dynpro Java Application", it was successful)
    If you know the same error and the way to solve, please help me.
    Best Regards,
    Daisuke Ikari
    It occurred below system environment.
    Version: NetWeaver 7.0 SPstack18
    OS: Windows 2003 Server SP2
    RDBMS: Oracle 10.2.0.2
    And the error log is below.
    08:29_26/03/09_0002_6759950
    [EXCEPTION]
    java.lang.NoSuchMethodError: com.sapportals.portal.pcd.gl.PcdSearchControls.addExplicitAttributeCheck(Lcom/sapportals/portal/pcd/gl/IPcdAttribute;)V
         at com.sap.portal.pcm.iviewserver.cache.TemplatesCacheSrv.getPCDCatalog(TemplatesCacheSrv.java:184)
         at com.sap.portal.pcm.iviewserver.cache.TemplatesCacheSrv.refresh(TemplatesCacheSrv.java:589)
         at com.sap.portal.pcm.iviewserver.cache.TemplatesCacheSrv.getTemplates(TemplatesCacheSrv.java:646)
         at com.sapportals.admin.templateselection.panes.InitPane.getCatalogList(InitPane.java:206)
         at com.sapportals.admin.templateselection.panes.InitPane.initTemplateList(InitPane.java:122)
         at com.sapportals.admin.templateselection.panes.InitPane.processInput(InitPane.java:59)
         at com.sapportals.admin.wizardframework.core.WizardInstance.doPost(WizardInstance.java:350)
         at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:174)
         at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:99)
         at com.sapportals.admin.wizardframework.AbstractDynamicWizard.doContent(AbstractDynamicWizard.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.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.sapportals.appdesigner.appdesignerfw.TabContentComponent.doOnNodeReady(TabContentComponent.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
         at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java: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:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Thanks for your help. Here is the xml
    <PAREVAHRS>
    <P_PROJECT_TYPE>Food Equipment</P_PROJECT_TYPE><P_PRJ_CATEGORY>Qualification</P_PRJ_CATEGORY><P_CPM_ID>658</P_CPM_ID><P_FROM_DATE>2007/03/01 00:00:00</P_FROM_DATE><P_TO_DATE>2007/03/31 00:00:00</P_TO_DATE>
    <LIST_G_PROGRAM>
    <G_PROGRAM>
    <PROGRAM_CODE>0180</PROGRAM_CODE>
    <PROGRAM_NAME>Food Equipment</PROGRAM_NAME>
    <LIST_G_MGR>
    <G_MGR>
    <PROJ_MGR>Lamoreaux, Mr. David</PROJ_MGR>
    <LIST_G_PRJ>
    <G_PRJ>
    <PROJECT_NUMBER>249400</PROJECT_NUMBER>
    <LONG_NAME>KM-60, 100 &amp; 150 BAH, ICE MAKE 249400</LONG_NAME>
    <CUSTOMER_NUMBER>22460</CUSTOMER_NUMBER>
    <CUSTOMER_NAME>HOSHIZAKI AMERICA, INC.</CUSTOMER_NAME>
    <LIST_G_TSKEXP>
    <G_TSKEXP>
    <TASK_NUMBER>PO01START</TASK_NUMBER>
    <EXP_TYPE>100 Labor - Chargeable</EXP_TYPE>
    <EXP_DATE/>
    <QTY>9.25</QTY>
    <REV>0</REV>
    </G_TSKEXP>
    </LIST_G_TSKEXP>
    <PRJREV>0</PRJREV>
    <PRJQTY>9.25</PRJQTY>
    </G_PRJ>
    The PRJREV and PRJQTY is at the same level and they are either zero or non null values.
    - Vasu -

  • After Effects Error: Keylight out of memory (4)

    After Effects CS4 keeps crapping out on me, and won't allow me to render my projects. I keep getting the message, "After Effects Error: Keylight out of memory (4)"
    I'm running a brand new IMac 3.4 GHz Intel Core I7 (which I understand gives me virtually 8 cores), and I have 8 GB of Ram.
    I've tried with multi-frame processing enabled, and dissabled and the same thing. When I tried with the mulit-frame enabled I selected allow 4 CPU's Free and allow 6CPU's free, and still the same results. Any help would be greatly apprecicated.
    Thanks!

    Since you run AE 9, it's probably your footage.  Okay, it's the most likely cause, at least.  Here's a copy 'n paste response I used to use a LOT  on the Creative COW:
    Dave's Stock Answer #1:
    If the footage you imported into AE is  any  kind of the following -- footage in an HDV acquisition codec, MPEG1, MPEG2, AVCHD, mp4, mts, m2t, H.261 or H.264 -- you need to convert it to a different codec.
    These kinds of footage use temporal, or interframe compression. They have keyframes at regular intervals, containing complete frame information.  However, the frames in between do NOT have complete information.  Interframe codecs toss out duplicated information.
    In order to maintain peak rendering efficiency, AE needs complete information for each and every frame. But because these kinds of footage contain only partial information, AE freaks out, resulting in a wide variety of problems.
    I'm a Mac guy, so I like to convert to Quicktime movies in the Animation or PNG codecs; both are lossless.  I'll

  • Error #3121 out of memory

    HTML形式で書き出しでエラー「error #3121 out of memory」が出ます。
    原因と解決方法を教えて下さい。

    これ迄、HTML形式で書き出しでエラーが出た事は無かったですが、「error #3121 out of memory adobe muse」で検索したところ、下記を見つけました。
    Adobe Muse crashes when i make a right mouseclick in the element library
    <BB68E8CC-422F-3121-8C86-D0F766FB696D>とあります。
    http://forums.adobe.com/message/5920753
    Google翻訳(http://translate.google.co.jp/)で見ました。
    内容が難解でよくわかりませんが、OS 10.9をお使いですか?
    内容としましては、スタッグの方の回答を期待するしかないです。

  • Error: cc1obj: out of memory allocating 1130584464 bytes after a total of 0

    hi guys : )
    I have a weird bug. It's a compile time error but only happens when i compile in release config. when i compile in debug mode, my app runs perfectly. when i compile in release mode (even to simulator) i get this error:
    cc1obj: out of memory allocating 1130584464 bytes after a total of 0 bytes
    Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 failed with exit code 1
    any one else seen this?

    the file was too big : )

  • Error 21 - Out of Memory

    Already created file, attempting to modify. Receiving "Error 21, Out of Memory" message.

    Hi Don ,
    Could you please provide me with with some more details about the PDF and the Acrobat version?
    What version of Acrobat are you using ?
    What kind of PDF is it?
    What version of OS are you using?
    Try deleting the temp files and see if that helps.
    Try modifying any other PDF and compare the outcome .
    Regards
    Sukrit Dhingra

  • B2C webshop - A runtime error occurred

    Dear all,
    Our B2C webshop is down and giving the error
    "A runtime error occurred - Contact the administrator  - Start application"
    I have restarted the application but still getting the same error not sure what happend.

    Hi Mark,
    From the logs I could see the below entries. It shows some issue with Product cateloguage. Please advice.
    Feb 25, 2009 2:28:55 PM                     bctracing.isa.runtime [SAPEngine_Application_Thread[impl:3]_29] Debug: [(J2EE1979100)ID2023208650DB02706280855622221063End|?][actionxecution]='end' [actionclass]='com.sapmarkets.isa.isacore.action.ShopReadAction' [path]='/b2c/readshop' [forward]='/catalog/ISAEntry.do' [exectime]='15171'
    Feb 25, 2009 2:28:55 PM                     bctracing.isa.runtime [SAPEngine_Application_Thread[impl:3]_29] Debug: [(J2EE1979100)ID2023208650DB02706280855622221063End|?][actionxecution]='begin' [actionclass]='com.sapmarkets.isa.catalog.actions.ISAEntryAction' [path]='/catalog/ISAEntry'
    Feb 25, 2009 2:28:55 PM                     bctracing.isa.runtime [SAPEngine_Application_Thread[impl:3]_29] Debug: [(J2EE1979100)ID2023208650DB02706280855622221063End|?][jcofuncionexecution]='begin' [funcname]='CRM_PCAT_IMS_IDXCAT_GETLIST' [ashost]='crmdb' [sysid]='PCR'
    Feb 25, 2009 2:28:55 PM                     bctracing.isa.runtime [SAPEngine_Application_Thread[impl:3]_29] Debug: [(J2EE1979100)ID2023208650DB02706280855622221063End|?][jcofunctionexecution]='end' [funcname]='CRM_PCAT_IMS_IDXCAT_GETLIST' [ashost]='crmdb' [sysid]='PCR' [exectime]='110'
    Feb 25, 2009 2:28:55 PM                     bctracing.isa.runtime [SAPEngine_Application_Thread[impl:3]_29] Debug: [(J2EE1979100)ID2023208650DB02706280855622221063End|?][actionxecution]='end' [actionclass]='com.sapmarkets.isa.catalog.actions.ISAEntryAction' [path]='/catalog/ISAEntry' [forward]='/b2c/error.jsp' [exectime]='532'

Maybe you are looking for