Report execution terminated due to oversized report data.

Hi
We are trying to run the OOTB report Trend By Category-Spend Trend Analysis by category.We are getting the message
"Report execution terminated due to oversized report data. Apply filters to narrow down result set." But we are not getting the link to Bex however the report is displayed in UI.
We get Bex link for other large reports.
Why is it not directing to Bex in this case?
Regards
Neel

Hi Neel,
You typically get a message (which can be customized in the 'Application Properties') when the size of a reports exceeds beyond a certain limit (which can also be customized in the 'Application Properties').  In the application properties you can turn on a check box that provides a Bex link.
So if you receive this message along with the BEx link for other reports and not for specific reports, this tells me that there might be other errors in these reports thats preventing from displaying the message.  Please check under the UI application logs and also the portal logs to see if there are any additional messages, may be that will give you some clue as to what the problem might be.
Regards,
Rohit

Similar Messages

  • Crystal Reports PrintToPrinter - The process was terminated due to an unhandled exception

    Hi,
    I am having a real problem with Crystal Reports in an application built using Visual Studio 2013.
    Sometimes (in fact nearly all the time, but not always) whenever I call PrintToPrinter, I get the following error:-
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: exception code c0000005, exception address 37A9D5DC
    I have two projects that wrap the functionality, one a Windows Service and the other a Console application.
    I will attach a sample of my code, but at the moment I am testing using the console application for testing and this error always terminates the application completely. I have added all sorts of exception handling to try and stop it terminating the app, but to deal with the exception gracefully. Nothing however works, it always terminates the application completely.
    The strange thing is that this only happens when calling PrintToPrinter. If I use export functionality such as ExportToStream, everything is absolutely fine and I don't get any errors.
    The application always works fine on my development machine as well printing to an Epson WF-3540, it just falls over when deployed to the live server.
    The application is developed in Visual Studio 2013.
    It uses .NET Framework 4.5.1.
    The printer that we are printing to that causes the issue is an HP LaserJet P3010 Series PCL 6
    All Crystal Reports For Visual Studio are patched to the latest versions on the live server (13.0.5.891)
    I am at a complete loss and any help or guidance would be very much appreciated.
    A sample of my code is attached
    Many thanks in advance.
    Simon

    VS 2013 is not supported until SP 9 due out end of this month
    Don

  • Data in Table Control vanishes after report execution

    Hi,
    I have created a report program with a table control on its selection screen (on a subscreen).
    The report executes perfectly, but, after the report execution, once the control comes back to the selection screen, the data entered in the table control gets cleared.
    Please let me know how can I retain the data entered in the table control even after the report execution.
    Regards,
    David.

    Hello,
    When control comes back to selection screen. PBO event executes and possibly internal table has got cleared somewhere before that.
    Debug you code to find the exact problem line. You can also add watchpoint for internal table with value initial. So code will break in debug mode whenever internal table is cleared.
    Hope this helps!
    Thanks,
    Augustin.

  • Report for payment due billing doc with taxes

    Hi All,
    I want the report for payment due billing documents with following fields and after payment is done( F-28 )  that document should not appear in the report for the said period.
    Billing date, Billing doc no, Net value, Tax Amount
    Thanks and regards,

    Dear Swarup
    You have to table join in SQVI - VBRP  for Billing date, Billing doc no, Net value, Tax Amount and BSEG  for payment updation details.
    Take the help of ABAPer and develop a zee report to fulfill the requirement.
    thanks
    G. Lakshmipathi

  • Discrepancy in report execution duration

    Hello,
    Everyday we are executing audit reports which tells us report execution time for all our daily scheduled reports. Here we have observed some discrepancy between the time shown in the instance history verses auditing report's data. For example, if XYZ report took 120 seconds to execute, our auditing report shows 110 seconds only (-10 sec difference); however instance status in report history shows 120 sec only.
    Here are environment details:
    Product: SAP BI 4.0 SP6 Patch 6
    Server OS: Windows Server 2008 R2
    CMS DB: Oracle 11g R2
    Auditing DB: Oracle 11g R2
    We would like to know why there is a difference? Please advise!
    Regards,
    Daya Jha

    Issue resolved after doing multiple activity.
    - Adding 2 new cluster in PRD environment, After refering Server sizing Guide from SAP
    - Adding 4 new Web Intelligence Processing Server in PRD environment
    - Assign Static port in all 4 Nodes, Previously it was Dynamic Ports
    - Proper spiliting of APS as per SAP APS Sliting KBA (1792286 ,1694041)
    - Change Maximum Connection Paremeter in Web Intelligence Processing Server, Because we have more Web Intelligence Business user to view the Web Intelligence reports.By Default SAP provided 50 Connections.
    - Change in Tomcat Parameters like
    Parameter                Old Value      New Value
    XX:MaxPermSize      384 M          512 M
    Maximum Memory     2,048           4,096
    maxThreads              200              900
    Thanks,
    Daya

  • KMTL - How to add Column for OVER DUE DAYS in report

    Dear Concern,
          We are Microsoft Dynamics NAV 2013 users, We want a little change on Reminder Report (In report there is due date we inserted column for OVER DUE DAYS right side to Due Date column in we required Expression of which type of formula that
    shows us the Over Due Days for particular.
    Please every one confirm or suggest for this error.
    Thanks & regards,
    Laxman Sonar

    Hi Laxman Sonar,
    Per my understanding that you have an date field(Due Date) in the report and now you want to get the over due days based on this field and display at right of the date field in the report, right?
    I have tested on my local environment that we have two method to do this, one is to add the datediff functon in the query to get the overdue days and another method is to using expression in the report.
    Details information below for your reference:
    Method one:
    Modify the query as below to get the new field(OverDue Days):
    SELECT   DueDate, DATEDIFF(day, DueDate, GETDATE()) AS OverDueDays
    FROM      tableName
    Method Two:
    Add an calculated fields and then add the expression below to get the value for this field or just add expression directly in the new field:
    =Datediff("d",Fields!DueDate.Value,Today())
    If your problem still exists, please try to provide us some sample date and more details information about your requirements.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Apex Report to Excel Problem in long text data in one cell

    Hi
    Using apex 3.1, I have created one sql Report based on UNION.
    Report has 10 rows & 2 columns only. first column contain title & second Column display values.
    9 rows contain numeric value (converted to char) one last row display Remarks (lot of text).
    When stored in excel last line display data in single line.
    ex
    col1 col2
    A1 456.12
    A2 789.165
    B1 784.126
    B2 456.1
    C1 0
    C2 1
    D1 0
    D2 2
    E1 34.23
    E2 This is row containing long text. This is row containing long text . This is row containing long text.........
    Due to this Report does not fit on one A4 size Paper for printout . Any Solution.

    Hi,
    There's a solution in Excel... Select the cell, select Format, Cells from the menu and select the Alignment tab - tick the "Wrap text" option.
    Obviously, that would require a manual action by the user and would be after the export has taken place.
    Andy

  • Oracle Apps - How to create a table before report execution?

    Hi,
    I'm new to oracle apps, I created a procedure to get some values for a report and created a query to get the remaining values. Now I need to populate those values into a temporary table and after the report execution I have to delete the table. In apps there is no before parameter form. If any one can help me, that will great.
    Thanks in advance.

    Hi,
    Do you really need to create a table INSIDE the report? It doesn't look like a good idea to me. For instance, what happens if 2 users try to execute the report at the same time? I would create a global temporary table before any execution of the report, and then I would just populate the data in the table in the 'Before Report' trigger. The data in a global temporary table is only visible at session level, so you wouldn't have any problems with multiple users executing the report at the same time and the data disappears once you finish your session, so you don't need to take care of deleting the data.
    Hope it helps.

  • Report execution time should displayed in Local Time

    Hi,
    I have a query related to the Report execution time.
    Our SAP Servers are available in US.  The Servers are configured in US Time.
    We have developed a Z report and used SY-UZEIT to display the Report Run Time.
    we also have a plant in India.
    When we execute this report for India Plant we are getting the execution run time for US.
    But we need to get the run time in India Time.
    Please help ASAP.
    Regards,
    Shankar

    Hi Shankaran,
    In your Z report, give a condition to check if the Plant is in India. If it is in india, then get SY-UZEIT and add the time difference to get IST.
    Display this time on your report.
    For implementing this, you will have to convert the Date and Time into Timestamp (use FM "LXHME_TIMESTAMP_CONVERT_INTO"), add the Time to this Time stamp (use FM "TIMESTAMP_DURATION_ADD" and convert it back to Date and Time (use FM "LXHME_TIMESTAMP_CONVERT_FROM"). 
    Reward points if useful.
    regards,
    Raj
    Message was edited by: Rajagopal G

  • Need information on Reports execution Log..

    Hi All,
    Need help regarding SAP Report execution log. Here Client wants to develop a report, which displays the information about reports Usage (ABAP Report, ABAP Query and Report Painter).
    The report requires the following information.
    1. Users who has run the report
    2. T-codes of reports
    3. Type of report (ABAP Report, ABAP Query and Report Painter)
    4. Run times for each instance that the report was run
    5. Dates for each instance that the report was run.
    Requesting to share the information about the tables or function modules, where I can get the data.
    Thanks in advance.
    Chanda.

    Hi Chanda,
    The log can be seen using STAT transaction.
    TXN:STAT
    Give the date: The required date.
    Read Time: 23:59:59
    Start Time: 00:00:00 (or ur required time)
    User: username/      * (for all users)
    Transaction: SE38/      * (For all transactions)
    Program:      ztest/     
    In tools option:
    You have further options:
    there
    Wait time for collection of data (via RFC): 99999
    Maximum runtime: 23:59:59
    And Execute.
    It displays a log of all the details required.
    There are few sample programs in this link. Also check out them:
    http://www.kabai.com/abaps/q.htm
    Programs: 072, 065, 021, 015, 012
    http://www.kabai.com/abaps/z72.htm
    Best Regards,
    Anjali

  • Report Execution History

    Hi all,
    I have a requirement like, when the user executes a report; it has to show the previous execution history. Like last time execution date, time and number of times the report wad executed. How can I handle this and which event can I write the code.
    Thanks in advance.

    I think you have to create a Z table with the following fields.
    Mandt.
    program name (key field).
    Executed by (key field).
    Executed on (key field).
    Executed time (key field).
    YOu have to update this z table evry time you run this program.
    Then you have to get the records from this table to find out the report execution history.
    tables ztab.
    end-of-selection.
    ztab-mandt = sy-mandt.
    ztab-progname = sy-repid.
    ztab-exby = sy-uname.
    ztab-exdt = sy-datum.
    ztab-extm = sy-uzeit.
    modify ztab.

  • Delay in report execution

    Hello all,
    i have written following code, it take so much time in execution , any tips so that report executes in less execution time:
    REPORT ZHR_COURSES_AI .
    TABLES:HRP1000,
           HRP1001,
           HRP1002,
           HRP1021,
           HRP1026,
           HRP1035,
           HRT1002.
    type-pools: slis.
    *Data Declaration
    TYPES: BEGIN OF CTAB,
          COURSE_TYPE TYPE HRP1000-STEXT,
          TRAINING_CATEGORY TYPE HRP1000-SHORT,
          TRAINING_CATEGORY_DESC TYPE HRP1000-STEXT,
          COURSE_TITLE TYPE HRP1000-STEXT,
          LOCATION TYPE HRP1000-STEXT,
          DURATION TYPE HRP1035-NDAYS,
          EXTERNAL_FEE TYPE HRP1021-EKOST,
          INTERNAL_FEE TYPE HRP1021-IKOST,
          SAPID TYPE HRP1000-OBJID,
          COURSES_CONTENTS TYPE HRT1002-TLINE,
    END OF CTAB.
    DATA: ATAB TYPE STANDARD TABLE OF CTAB INITIAL SIZE 0 WITH HEADER LINE,
          DTAB TYPE CTAB.
    DATA: BEGIN OF BTAB OCCURS 10,
          SAPID     LIKE HRP1000-OBJID,
          END OF BTAB.
    DATA: TEMP LIKE HRP1000-OBJID,
          TEMP1 LIKE HRP1002-TABNR,
          TEMP2 LIKE HRP1001-OTJID.
    *ALV data declarations
    data: fieldcatalog type slis_t_fieldcat_alv with header line,
          gd_tab_group type slis_t_sp_group_alv,
          gd_layout    type slis_layout_alv,
          gd_repid     like sy-repid.
    *Start-of-selection.
    START-OF-SELECTION.
    perform data_retrieval.
    perform build_fieldcatalog.
    perform build_layout.
    perform display_alv_report.
    *&      Form  BUILD_FIELDCATALOG
          Build Fieldcatalog for ALV Report
    form build_fieldcatalog.
    There are a number of ways to create a fieldcat.
    For the purpose of this example i will build the fieldcatalog manualy
    by populating the internal table fields individually and then
    appending the rows. This method can be the most time consuming but can
    also allow you  more control of the final product.
    Beware though, you need to ensure that all fields required are
    populated. When using some of functionality available via ALV, such as
    total. You may need to provide more information than if you were
    simply displaying the result
                  I.e. Field type may be required in-order for
                       the 'TOTAL' function to work.
      fieldcatalog-fieldname   = 'COURSE_TYPE'.
      fieldcatalog-seltext_m   = 'COURSE_TYPE'.
      fieldcatalog-col_pos     = 0.
      fieldcatalog-outputlen   = 10.
      fieldcatalog-emphasize   = 'X'.
      fieldcatalog-key         = 'X'.
    fieldcatalog-do_sum      = 'X'.
    fieldcatalog-no_zero     = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'TRAINING_CATEGORY'.
      fieldcatalog-seltext_m   = 'TRAINING_CATEGORY'.
      fieldcatalog-col_pos     = 1.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'TRAINING_CATEGORY_DESC'.
      fieldcatalog-seltext_m   = 'TRAINING_CATEGORY_DESC'.
      fieldcatalog-col_pos     = 2.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'COURSE_TITLE'.
      fieldcatalog-seltext_m   = 'COURSE_TITLE'.
      fieldcatalog-col_pos     = 3.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'LOCATION'.
      fieldcatalog-seltext_m   = 'LOCATION'.
      fieldcatalog-col_pos     = 4.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'DURATION'.
      fieldcatalog-seltext_m   = 'DURATION'.
      fieldcatalog-col_pos     = 5.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'EXTERNAL_FEE'.
      fieldcatalog-seltext_m   = 'EXTERNAL_FEE'.
      fieldcatalog-col_pos     = 6.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'INTERNAL_FEE'.
      fieldcatalog-seltext_m   = 'INTERNAL_FEE'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-do_sum      = 'X'.        "Display column total
      fieldcatalog-datatype     = 'CURR'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'SAPID'.
      fieldcatalog-seltext_m   = 'SAPID'.
      fieldcatalog-col_pos     = 8.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'COURSES_CONTENTS'.
      fieldcatalog-seltext_m   = 'COURSES_CONTENTS'.
      fieldcatalog-col_pos     = 9.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    endform.                    " BUILD_FIELDCATALOG
    *&      Form  BUILD_LAYOUT
          Build layout for ALV grid report
    form build_layout.
      gd_layout-no_input          = 'X'.
      gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_text       = 'Totals'(201).
    gd_layout-totals_only        = 'X'.
    gd_layout-f2code            = 'DISP'.  "Sets fcode for when double
                                            "click(press f2)
    gd_layout-zebra             = 'X'.
    gd_layout-group_change_edit = 'X'.
    gd_layout-header_text       = 'helllllo'.
    endform.                    " BUILD_LAYOUT
    *&      Form  DISPLAY_ALV_REPORT
          Display report using ALV grid
    form display_alv_report.
      gd_repid = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
               i_callback_top_of_page   = 'TOP-OF-PAGE'  "see FORM
               i_callback_user_command = 'USER_COMMAND'
               i_grid_title           = outtext
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
               it_special_groups       = gd_tabgroup
               IT_EVENTS                = GT_XEVENTS
                i_save                  = 'X'
               is_variant              = z_template
           tables
                t_outtab                = ATAB
           exceptions
                program_error           = 1
                others                  = 2.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    " DISPLAY_ALV_REPORT
    *&      Form  DATA_RETRIEVAL
          Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
      SELECT * FROM HRP1035.
      BTAB-SAPID  = HRP1035-OBJID.
        APPEND BTAB.
      ENDSELECT.
    LOOP AT BTAB.
    For Course Type
      SELECT * FROM HRP1026 WHERE OBJID = BTAB-SAPID.
        ATAB-SAPID = BTAB-SAPID.
        ATAB-COURSE_TYPE = HRP1026-EXTRN.
          IF ATAB-COURSE_TYPE = 'X'.
             ATAB-COURSE_TYPE = 'External'.
             Else.
             ATAB-COURSE_TYPE = 'Internal'.
          ENDIF.
      ENDSELECT.
    For Training Category
      SELECT * FROM HRP1001 WHERE OBJID = BTAB-SAPID AND RELAT = '020'.
        TEMP = HRP1001-SOBID.
      ENDSELECT.
      SELECT * FROM HRP1000 WHERE OBJID = TEMP AND OTYPE = 'D'.
        ATAB-TRAINING_CATEGORY = HRP1000-SHORT.
        ATAB-TRAINING_CATEGORY_DESC = HRP1000-STEXT.
      ENDSELECT.
    *For Course Title
      SELECT * FROM HRP1000 WHERE OBJID = BTAB-SAPID AND OTYPE = 'E'.
        ATAB-COURSE_TITLE = HRP1000-STEXT.
      ENDSELECT.
    For Location
      SELECT * FROM HRP1001 WHERE OBJID = BTAB-SAPID AND RELAT = '024'.
        TEMP = HRP1001-SOBID.
      ENDSELECT.
      SELECT * FROM HRP1000 WHERE OBJID = TEMP.
        ATAB-LOCATION = HRP1000-STEXT.
      ENDSELECT.
    *For Duration
      SELECT * FROM HRP1035 WHERE OBJID = BTAB-SAPID.
        ATAB-DURATION = HRP1035-NDAYS.
      ENDSELECT.
    *For Fee
      SELECT * FROM HRP1021 WHERE OBJID = BTAB-SAPID.
        ATAB-EXTERNAL_FEE = HRP1021-EKOST.
        ATAB-INTERNAL_FEE = HRP1021-IKOST.
      ENDSELECT.
    For Course Contents
      SELECT * FROM HRP1002 WHERE OBJID = BTAB-SAPID.
        TEMP1 = HRP1002-TABNR.
      ENDSELECT.
      SELECT * FROM HRT1002 WHERE TABNR = TEMP1.
        ATAB-COURSES_CONTENTS = HRT1002-TLINE.
      ENDSELECT.
      APPEND ATAB.
    ENDLOOP.
    *LOOP AT ATAB.
    WRITE:/ ATAB-COURSE_TYPE,ATAB-TRAINING_CATEGORY.
    WRITE:ATAB-TRAINING_CATEGORY_DESC,ATAB-COURSE_TITLE.
    WRITE:ATAB-LOCATION,ATAB-DURATION,ATAB-EXTERNAL_FEE.
    WRITE:ATAB-INTERNAL_FEE,ATAB-SAPID,ATAB-COURSES_CONTENTS.
    *ENDLOOP.
    ENDFORM.

    please  go through  the   select query   method s  ..
    change your all select   queries  ...
    you are using select ...endselect  it is not adviceable  ...
    for  each one  data  it will  go data base    gets  data and again  it does   as  many data retreivals.
    so  you have  to write  the select  query   in such a way to  get all the data @  one stretch   into your  internal table  ..
    i am giving you some  select  query   types  :
    " *Select directly into an internal table
    SELECT bukrs belnr gjahr buzei mwskz umsks prctr hkont xauto koart
           dmbtr mwart hwbas aufnr projk shkzg kokrs
      FROM bseg
      INTO TABLE it_bseg.
    " * Select directly into an internal table where fields are in a
    * different order or not all fields are specified
    SELECT bukrs belnr gjahr buzei mwskz umsks prctr hkont xauto koart
           dmbtr mwart hwbas aufnr projk shkzg kokrs
      FROM bseg
      INTO CORRESPONDING FIELDS OF TABLE it_bseg.
    " *Select... endselect command
    SELECT bukrs belnr gjahr buzei mwskz umsks prctr hkont xauto koart
           dmbtr mwart hwbas aufnr projk shkzg kokrs
      FROM bseg
      INTO wa_bseg.
      APPEND wa_bseg TO it_bseg.
    ENDSELECT.
    "*Select FOR ALL ENTRIES command
    SELECT bukrs belnr gjahr bldat monat budat xblnr awtyp awkey
      UP TO 100 ROWS
      FROM bkpf
      INTO TABLE it_bkpf.
    * The FOR ALL ENTRIES comand only retrieves data which matches
    * entries within a particular internal table.
      SELECT bukrs belnr gjahr buzei mwskz umsks prctr hkont xauto koart
             dmbtr mwart hwbas aufnr projk shkzg kokrs
        FROM bseg
        INTO TABLE it_bseg
        FOR ALL ENTRIES IN it_bkpf
        WHERE bukrs EQ it_bkpf-bukrs AND
              belnr EQ it_bkpf-belnr AND
              gjahr EQ it_bkpf-gjahr.
    ENDIF.
    Reward points if it is usefull .....
    Girish

  • COPA Report - Execution in Background

    Friends,
    We have a COPA report that takes very long time to execute. For this reason the user wants to schedule the report such that it executes in the background at month-end.
    In order to test the scheduling of the report execution in background in Development system, I followed the following steps:
    1) Selected the report to be executed using the t-code KE30.
    2) Clicked on Report - Execute in background.
    3) Filled in the execution parameters and since I did not want the print of the report, I ticked the checkbox 'Rebuild frozen report data' (I was getting the error message "Select either 'Print' or 'Save'".
    4) Executed the report by pressing F8. I got the message 'Report data for the report saved'.
    My question is how to view the report on screen when the report is executed in background?
    Please advise at the earliest.
    Thanks & Regards,
    Sameer S. Gupte
    Office: +91 22 66452730
    Cell: +91 93232747801

    Sameer
    You cannot see this data as it is.
    When you see the message 'Report data for the report saved'. It means that the system has performed a kind of summarization for the selection criteria you have entered. This is performance enhancement tool.
    So you have to run the report again to view this report; but  this time choose the option Read saved Data for the Read Mode under Status of Data. You can get to the see report output fairly quick.
    SAP documnetation reads thus " <b>You create report-specific frozen report data by executing the report in the background and by choosing the Rebuild frozen report data option in the selection.  When you call up the report again using the same selection, you have the option of displaying this frozen report data. If you would like more up-to-date frozen report data, you need to create this data again."</b>
    Good luck.
    Sridhar

  • Do we have any option to set time limit for report execution

    Hi Experts,
    Please Could any one clarify is there atime  limit to set  for report execution and if it crosses the limit it wud not display a data,
    Thanks in advance
    Nitya

    Hi,
    Basis should be help you in timeout settings on various cases. Time out setting while execution from portal is there.
    Regards,
    Akshay

  • How to view report execution Log files on RAS Server

    I wish to view the log files that are generated when a crystal report is run. In my application the crystal report is triggered from java application. The report templates are stored on the BO server. The report is executed converted to PDF and then returned back to java app for viewing. I need the execution logs and the activities performed by the server for this report generation.
    1. Where can I find the log file with this information on the server?
    2. Are there any setting required to be made to capture these information ? If yes, where and ho can I make these settings ?
    Thanks in advance.

    Hi Don,
    Thank you very much for your reply. I am fairly new on working on the Admin side and this is my first opportunity to be managing some tasks of this role. I have majorly been a CR report designer.
    The answers to your questions are as below :
    1. The reports are developed using CR 2008.
    2. I have access to the CMC. The product version as specified in the settings tab is Product Version:  12.1.0.882 .
    3. The Dev application programming language is Java(Spring,hibernate etc)
    4. I have access to BusinessObjects Enterpriseu2122 XI Release 2 Administratoru2019s Guide. However I couldnt find anything that can give me report execution information.
    Am I looking at the correct application (CMC) and docs ? If not, what is the correct BO application I should be using to enable  Iogging. In the settings tab, I can however see that Auditing is enabled. Below is the complete information I can see under Properties in the Setting tab of the CMC application.
    Build Date:  2008/09/13:08:31:32  
    Build Number:  882  
    Product Version:  12.1.0.882 ; 
    Data Source:  BOE120:localhost:3306  
    Database Name:  5.0.34-enterprise-nt  
    Database User Name:  sa  
    Auditing:  Enabled  
    I  am really confused and require your urgent help.
    Thanks
    Malvika

Maybe you are looking for

  • SSO to InfoView with IIS 7 problem

    Hello, I couldn't find a answer to my problem in other threads. I read the dokumentation for this but one piece is missing since it is not funktion properly. Description of Problem or Question: I do get a Windows login promp when I configure Windows-

  • DPX Files, Exporting DPX

    I am using the trial version of Premiere Pro CC, and I'd like to put in a suggestion for a new feature for the program. I am importing DPX files (Cineon type) that were scanned on a film scanner for movie film, and Premiere Pro does not currently all

  • What is the difference between NetWeaver 7.3 and NetWeaver 7.03?

    Hi Experts, Can anydoby explain me the difference between NetWeaver 7.3 and NetWeaver 7.03? or say difference between NetWeaver 7.2 and NetWeaver 7.02? I have been confused by these 2 terms. As far as I know, the features of AS ABAP in NetWeaver 7.3

  • One Time Vendor

    Hi All, I am trying to work out whether there is any standard functionality in SAP that will aid the control of one time vendor usage for the following areas. 1. During posting of an invoice against one time vendor account we would like to block the

  • How is an object created in a workflow ?

    Hello, When i create a task and assign an organizational business object to it along with a method. When the workflow is activated then it will call this method, but who will create the object and who will fill up the initial attributes of the object