Crystal Report Running Slowly

Hi Guys,
I am facing  a problem while running crystal reports in SAP B1 8.8.
When i run any crystal report within SAP  it is taking so much time to display the output (say  nearly a Minute). But if a run the PLD means then i am getting the output with in  seconds.So  if any of u guys  faced this probelm means pl tell me any solution ???
Regards,
P.V

Hi Vamsi
The slowness of your report might be because when you design the report and if you tried to print it then the path of your local printer will get saved within your report file. When you add this report to a distant database and try to load the report , the report will try to find this local printer path saved in it. This I think makes the report to load very slowly.
So what You should do is that while designing your report you got to your page setup and check the "No Printer" option on the top.
Vivek
Edited by: viveksr on Sep 2, 2011 7:08 AM

Similar Messages

  • Open a Crystal Report, run and export

    I am looking for help with respect to running a .rpt report developed in crystal report 2008 from a jsp or java. I need to set the parameters and export the report to PDF. I am looked at many different examples and still I am getting various kinds of error. Please can any one help me out on this.
    Thanks a lot.

    I am getting the below error message when I am trying to open a crystal report from the repository which is using a universe.
    java.lang.NoSuchMethodError: com.crystaldecisions.proxy.remoteagent.ICommunicationAdapter.setProductLocale(Ljava/util/Locale;)V
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)
         org.apache.jsp.test3_jsp._jspService(test3_jsp.java:93)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:321)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:257)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    I am using the below code
         // Get the Report Application Factory service from Crystal Enterprise
         IReportAppFactory rptAppFactory = (IReportAppFactory)boEnterpriseSession.getService("", "RASReportService");
         // Get the InfoStore service from Crystal Enterprise
         IInfoStore boInfoStore = (IInfoStore)boEnterpriseSession.getService("", "InfoStore");
         // Retrieve the report by name from Crystal Enterprise
         IInfoObjects boInfoObjects = boInfoStore.query("Select SI_ID From CI_INFOOBJECTS Where SI_NAME = '" + reportName + "'");
         // Open the report into a Report Document object
         ReportClientDocument rcd = rptAppFactory.openDocument((IInfoObject)boInfoObjects.get(0), 0, Locale.ENGLISH);
    Can I please get some help in how to resolve this issue.
    Thank you very much.

  • Need help Crystal Reports running in BO 4.1 while using Universe as database connection.

    Sorry, I may not know how to describe this in the correct technical manner, but I'll explain in as simple terms as I can.
    I open up Crystal Reports 2013 click new document
    and it begins to ask for Database Expert.
    I select Universes and log in to my Business Objects Enterprise Explorer.   I then select the Universe that I want to write my report with,
    then i save the rpt on my local machine.
    then I log into my Business Objects 4.1 CMC or BI and upload this rpt file so that I can begin to schedule the report for example...
    but the problem i have is whenever I try to run the report, 
    it asks for a prompt for my database connection...  
    it displays the Universe name, but User Name Password, I am not sure what to write,
    do I write My login for Business Objects?  do I write the user name password of the database that Universe uses?
    in CMC I see a database configuration,  I tried many combinations and still have been receiving the following error message
    The viewer could not process an event. The database logon information for this report is either incomplete or incorrect. []
    ---- Error code:0 [CRWEB00000119]
    From all I read the point of using the Universe in Crystal reports is to be automatic in such a way that it doesnt need the database conneciton, because its technically using the Universe as the database connection....
    so what am I doing wrong here?    maybe its my database configuration,    I keep reading that it doesnt need anything...   that you upload the Crystal Reports and it would just work...
    any help with this issue would be greatly appreciated..
    thanks
    -Daniel

    Hi Daniel,
    What is the reporting DB used?
    The trick with your configuration is the following:
    - Universe Designer: 32bits application that may work fine on your desktop
    - Crystal 2013: 32bits application as well
    - When you export to the repository, Web Intelligence (64bits) has to process the Universe to extract the query.
    Your server should have the drivers required for Crystal + Universe: 32bit and 64bit versions.
    See more details on this KBA:
    https://service.sap.com/sap/support/notes/1821625
    Regards,
    Julian

  • Crystal reports run through infoview stuck in running state

    We have some Crystal reports that are executed via InfoView that contain calls to function modules in SAP R/3. Out of 200-300 exectutions, we will get one or two of them that get stuck in a "running" state and they never complete. When we reschedule the report they complete in a few seconds. Has anyone else experienced this? We're trying to determine if it's a problem on the BOE side or in the gateway in R/3. Again, 99% of the time the reports work, but just an occasional one or two get stuck each day. We are using BOE XI 3.1 SP3.

    OK. Sorry, but now I want you to read over what you wrote. Put your self in my shoes and see if you can even start to troubeshoot this. Looking at the following may also help;
    [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]
    Step 2 Asking Your Question; Provide Enough Information
    /people/ludek.uher/blog/2008/11/24/what-do-i-need-to-do-to-get-the-fastest-issue-resolution
    - Ludek

  • Crystal report runs one way in designer and another in Infoview

    Post Author: jasonp
    CA Forum: Crystal Reports
    I have a Crystal report with a number formula that runs correctly in the designer, but comes up with incorrect values on the server. The formula is used to determine a range in the select expert, so I end up with completely different data. I'm not using any custom functions, just what Crystal gives you. We recently migrated the Infoview server and I suspect this is what is causing this since it worked before. The formula:
    CDbl (Mid ("1" + Mid (CStr (Year (date(dateadd("d",-(day(currentdate)),currentdate)))),3 ,2) + CStr ((date(dateadd("d",-(day(currentdate)),currentdate)) - CDate (Year (date(dateadd("d",-(day(currentdate)),currentdate))),01 ,01))+1),1 ,6))
    returns 107273 in the designer (correct), but returns 100273 in Infoview (incorrect).
    Any suggestions?

    Post Author: SKodidine
    CA Forum: Crystal Reports
    CSTR is not functioning as you expected because you are not accounting for the decimals and commas.  Here is what is happening. Results are step by step and color coded assuming you run this on 10/01/2007.
    The first half of the formula is the problem.
    Mid ("1" + Mid (cstr (Year (date(dateadd("d",-(day(currentdate)),currentdate)))),3 ,2)
                                                                                    09/30/2007
                                                                                    09/30/2007
                                                                                    2007
                                                                                    2,007.00 This is causing the problem.
                                                                                    00
    The second half of your formula brings in 273, combine that with above gives you 100273.
    You could change the MID values from (3,2) to (4,2) but I suggest using the optional arguments, which will give you the following:
    Mid ("1" + Mid (cstr (Year (date(dateadd("d",-(day(currentdate)),currentdate))),0,"",""),3 ,2)
                                                                                    09/30/2007
                                                                                    09/30/2007
                                                                                    2007
                                                                                    2007
                                                                                    07
    Combined with the second half of your formula it will give you 107273. 
    I suggest, for the second CSTR be used with the optional arguments for decimal places, thousands separator and decimal character, for uniformity.  The CDBL makes it numeric and puts the commas and decimals.
    Your final formula:
    CDbl (Mid ("1" + Mid (cstr(Year (date(dateadd("d",-(day(currentdate)),currentdate))),0, "",""),3 ,2) + cstr ((date(dateadd("d",-(day(currentdate)),currentdate)) - CDate (Year (date(dateadd("d",-(day(currentdate)),currentdate))),01 ,01))+1,0, "",""),1 ,6));

  • Crystal report running total balance

    Hi guys, please help me.
    im creating a report using crystal report that display running balance from subreport.
    i do have subreport and add it to main report but i need it real time changing.
    for example
    TRANSACTION TYPE                    QTY_IN               QTY_OUT          RUNNING BALANCE
    RECEIVED                                        1                         0                         1
    RECEIVED                                        2                         0                         3
    SHIP OUT                                         0                          1                         2
    SHIP OUT                                         0                          1                         1
    RECEIVED                                        1                         0                          2
    diagram shows the needed output of the report. please help. thanks

    hi sir abhilash, i know you know how to fix this, maybe i need to provide some more information about the report: here what i did:
    created formula @QTY_IN where code is:
                                  if {ITRN.TRANTYPE} = 'DP' then
                                      {ITRN.QTY}
                                  else
                                  if{ITRN.TRANTYPE}='AJ' then
                                 (if {ITRN.QTY} >=0 then {ITRN.QTY}) else
                                  0
    create formula @QTY_OUT
                                  if{ITRN.TRANTYPE}='AJ' then
                                 (if {ITRN.QTY} >=0 then 0 else
                               {ITRN.QTY}) else
                                  if{ITRN.TRANTYPE}='WD' then
                            {ITRN.QTY}
                             else 0
    create running total fields for @QTY_IN And @QTY_OUT
                             total_qty_in and total_qty_out
                             sum the fields and resets every change of group.
    create a formula(running) based on your suggetion
    create running_total_reset code is
                                  WhilePrintingRecords;
                                  numbervar rt := 0;
    paste it to group header.
    the output is
                                      in               out             running
    shipment              0                -4               146116
    shipment             0                 -1               146117
    shipment               0               -4               146116
    but it should be
                                      in               out                            running
    shipment              0                -4    (-146118)           146114
    shipment             0                 -1    (-146114)           146113
    shipment               0               -4     (-146113)          146109
    so on so forth.
    we can do this sir. thanks ^__^.
    really appreciate your help.

  • My application's page(sql report) run slowly

    Hi,All
    I have a apex with 3.2.1 version, on my WIN7 OS.
    The application can run normally,
    But sometimes the page sumbit very slowly,about need waiting 2 or 3 minutes (Most of time it runs normal)
    My reports is sql report, and not complicacy.
    These reports all connect remote db,and general select only 1-8 tables
    So i want to ask why they runs slowly
    Any one help me ,very thanks.
    saven

    Hi,Jari
    Apex version is apex 3.2.1
    Database version and release 11G release2
    server architecture i think is embedded PL/SQL.
    My apex address is here ----http://localhost:8080/apex/f?p=4550:1:3085321679475823::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|84584318503228\
    one of error is : IBMPC/WIN_NT-8.1.0
    expect your help
    saven

  • After analyze report run slowly!!

    Dear all,
    please help me how is it happen
    I run this in sql
    DBMS_Stats.Gather_Schema_Stats('user');
    and i expect the performance will be better than before but the real world the report was tak 30 sec it take now 15 minute (not all report but tow only)
    i want to resolve this problem
    thanx

    still report is slowly but now i put the query and execution plan may be I have to modify the query
    -----the query is-----------
    SELECT
    W.ORG, W.BRN, W.GDEPT, W.SITE, W.DIV, W.BRD,
    W.MGR,
    W.RESERVDATE,
    W.BOOKEDBY,
    W.REPDUR,
    W.RESERVNO RESERVNO,
    SUBSTR(W.RESERVNO, 1, 1) RESORD,
    W.CUSTNAME,
    W.PHONE,
    W.MDL,
    W.REGNO,
    W.SERVICE,
    W.REPAIRDESC,
    W.APPOINTMENT,
    W.TEAM,
    W.ARRTIME,
    W.COLTIME,
    W.JOBNO,
    W.DELY,
    W.READYTIME,
    W.DELVTIME,
    W.CANCELTIME,
    DECODE(W.STATUS,'A','Active','C','Cancel',w.status) Status,
    S.ENAME SERVKM,
    T.DES,
    -- C.COM_TY_CODE COM_CAT,
    RC.COMP_CODE COMP_CODE,
    CA.COM_TY_CODE C_CAT,
    RC.REMARK,
    'WWW' W
    FROM WS_WORK_LOADING W, WS_RESERV_COMPLAINTS RC, CC_SERVICES S, WS_TEAMS T, WS_COMPLAINTS CA
    WHERE
    RC.COMP_CODE = CA.COM_CODE(+)
    AND W.ORG = RC.ORG(+)
    AND W.BRN = RC.BRN(+)
    AND W.SITE = RC.SITE(+)
    AND W.GDEPT = RC.GDEPT(+)
    AND W.RESERVNO = RC.RESERVNO(+)
    --SERVICE || W_LOADING
    AND S.BRD(+) = W.BRD
    AND S.DIV(+) = W.DIV
    AND S.DOP_CODE(+) = W.SERVICE
    AND S.MDL(+) = W.MDL
    AND S.MGR(+) = W.MGR
    --W_LOADING || TEAMS
    AND W.ORG = T.ORG
    AND W.BRN = T.BRN
    AND W.GDEPT = T.GDEPT
    AND W.SITE = T.SITE
    AND W.TEAM = T.CODE
    -- PARAMETERS
    AND W.ORG = :P_ORG
    AND W.BRN = :P_BRN
    AND W.GDEPT = :P_GDEPT
    AND W.SITE = :P_SITE
    AND(
    APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM')
    OR(
    (W.ORG, W.BRN, W.SITE,W.JOBNO) IN (SELECT JB.ORG,JB.BRN,JB.SITE,JB.JOBNO FROM WS_JOBS JB WHERE JB.JST_TYP='1' AND SUBSTR(JB.RESERVNO,1,1) = 'N')
    AND (APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM') AND DELVTIME IS NULL AND STATUS <> 'C')
    OR (DELVTIME BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM'))
    AND (APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM')) --*******
    OR (APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM') )
    AND CANCELTIME BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM')
    ORDER BY
    SUBSTR(RESERVNO, 1, 1) DESC,
    TO_CHAR(W.APPOINTMENT,'yyyymmdd') DESC ,
    TO_CHAR(W.APPOINTMENT,'HH12:MI AM')
    ----------end of query----------------------
    and the executio plan is
    Step     Description
    1     Rows were retrieved using the index WL_SIT_FK_INDXX
    2     Rows from table WS_WORK_LOADING were accessed using rowid got from an index
    3     Rows were retrieved by performing a sequential read of all index records in W_D_O_INDX3
    4     Rows were retrieved using the unique index OP_PK
    5     For each row retrieved by step 3, the operation in step 4 was performed to find a matching row
    6     VIEW PUSHED PREDICATE was performed on CC_SERVICES
    7     For each row returned by step 2 get the matching row from step 6 If there are not matching rows from step 6 return nulls for those columns
    8     Rows were retrieved using the unique index TM_PK
    9     Rows from table WS_TEAMS were accessed using rowid got from an index
    10     For each row retrieved by step 7, the operation in step 9 was performed to find a matching row
    11     Rows were retrieved using the index WS_RESERV_COMP_PK
    12     Rows from table WS_RESERV_COMPLAINTS were accessed using rowid got from an index
    13     For each row returned by step 10 get the matching row from step 12 If there are not matching rows from step 12 return nulls for those columns
    14     Rows were retrieved using the unique index WS_COMPLAINTS_PK
    15     Rows from table WS_COMPLAINTS were accessed using rowid got from an index
    16     For each row returned by step 13 get the matching row from step 15 If there are not matching rows from step 15 return nulls for those columns
    17     Rows were retrieved using the unique index JOB_PK
    18     Rows from table WS_JOBS were accessed using rowid got from an index
    19     For the rows returned by step 16 filter out rows depending on the results returned by step 18
    20     The results where sorted to support the ORDER BY clause
    21     Rows were returned by the SELECT statement
    many thanx

  • Data missing in InfoView report but Crystal Report runs fine on my PC

    I have created a Crystal Report (XI) which combines data from 2 datasources. Firstly from a postgres db (connected to by ODBC) and second from an Informix db (connected to by ODBC).
    The report runs fine on my PC but when I publish the report into Business Objects XI and run the report in InfoView, the report runs successfully but displays no details rows. The title, page headers, group headers all display but no data detail rows are shown. There is no conditional suppression on the details section of the report.
    The ODBC drivers install ed on the Business Objects XI Enterprise server are the same as the ones on my PC.
    If the report is adapted to only use just one of the datasources then it displays the data fine in Business Objects. So it is just when the datasources are compbined in one report that the data is not displayed.
    Any Ideas?
    Keith.

    Post your question to the Business Objects Forum

  • Crystal Reports Running Extremly Slow

    Hi All,
    I'm new here and have been using Crystal reports XI Release 2 for a little while.
    However this has always run slow for me. The problem is not running the report to get results from the server the problem is editing the report. Amending text boxes drilling down etc.
    My computer specs are 2.8Ghz P4 and with 1gb of ram.
    Is there anyway of me speeding this up as I'm out of ideas
    Thanks a lot for your time

    Hi James
    The performance of a report is related to:
    External factors:
    1. The amount of time the database server takes to process the SQL query.
    ( Crystal Reports send the SQL query to the database, the database process it, and returns the data set to Crystal Reports. )
    2. Network traffics.
    3. Local computer processor speed.
        ( When Crystal Reports receives the data set, it generates a temp file to further filter the data when necessary, as well as to group, sort, process formulas, ... )
    4. The number of records returned
        ( If a SQL query returns a large number of records, it will take longer to format and display than if was returning a smaller data set.)
    Report design:
    1. Where is the Record Selection evaluated?
        Ensure your Record Selection Formula can be translated in SQL, so the data can be filter down on the server, otherwise the filtering will be done in a temp file on the local machine which will be much slower.
        They have many functions that cannot be translated in SQL because they may not have a standard SQL for it.
        For example, control structure like IF THEN ELSE cannot be translated into SQL. It will always be evaluated
        in Crystal Reports. But if you use an IF THEN ELSE on a parameter, it will convert the result of the condition to
        SQL, but as soon as uses database fileds in the conditions it will not be translated in SQL.
    2. How many subreports the report contains and in section section they are located.
         Minimise the number of subreports used, or avoid using subreports if possible because
         subreports are reports within a report, and if you have a subreport in a details section, and the report returns 100
         records, the subreport will be evaluated 100 times, so it will query the database 100 times. It is often the biggest
         factor why a report takes a long time to preview.
    3. How many records will be returned to the report.
        Large number of records will slow down the preview of the reports. Ensure you only returns the necessary data on the report, by creating a Record Selection Formula, or basing your report off a Stored Procedure, or a Command Object that only returns the desired data set.
    4. Do you use the special field "Page N of M", or "TotalPageCount"
        When the special field "Page N of M" or "TotalPageCount" is used on a report, it will have to generate each page
        of the report before it displays the first page, therfore it will take more time to display the first page of the report.
    If you want to improve the speed of a report, remove the special field "Page N of M" or "Total Page Count" or formula that uses the function "TotalPageCount". If those aren't use when you view a report it only format the page requested. It won't format the whole report.
    5. Link tables on indexed fields whenever possible.
    6. Remove unused tables, unused formulas, unused running totals from the report.
    7. Suppress unnecessary sections.
    8. For summaries, use conditional formulas instead of running totals when possible.
    9. Whenever possible, limit records through selection, not suppression.
    10. Use SQL expressions to convert fields to be used in record selection instead of using formula functions.
        For example, if you need to concatenate 2 fields together, instead of doing it in a formula, you can create a SQL Expression Field. It will concatenate the fields on the database server, instead of doing in Crystal Reports.
    SQL Expression Fields are added to the SELECT clause of the SQL Query send to the database.
    11. Using one command as the datasource can be faster if you returns only the desired data set. It can be faster if the SQL query written only return the desired data.
    12. Perform grouping on server
        This is only relevant if you only need to return the summary to your report but not the details. It will be faster as less data will be returned to the reports.
    Regards
    Girish Bhosale

  • Crystal report running total explodes after adding a low-level characterist

    I've profit center hierarchy, suppressed to show only level 5 of the hierarchy in crystal report and the report has Group1:Division, Group2:Company Code and Group3:Profit Center hierarchy and I have summary at each group level.
    and now when I click on  a profit center, I want to drill-down to show all customers for that profit center, sales document and few other characteristics.... that I want to add to the details.
    After adding these characteristics to the details, the Summary at group division is not right for the AR Balance and I've other key figures and Iam sure they are also not correct. Any help with fixing this issue will be appreciated. Thanks.

    I've profit center hierarchy, suppressed to show only level 5 of the hierarchy in crystal report and the report has Group1:Division, Group2:Company Code and Group3:Profit Center hierarchy and I have summary at each group level.
    and now when I click on  a profit center, I want to drill-down to show all customers for that profit center, sales document and few other characteristics.... that I want to add to the details.
    After adding these characteristics to the details, the Summary at group division is not right for the AR Balance and I've other key figures and Iam sure they are also not correct. Any help with fixing this issue will be appreciated. Thanks.

  • How to connect to a Unix from Crystal Reports running on windows?

    <p>Any idea on how to connect from windows Crystal Reports X1 client to a Unix box
    file directoriesu2026<br>
    <br>
    Any suggestions would be much appreciatedu2026<br>
     </p>
    Edited by: DarkNight on Nov 13, 2009 10:42 AM

    Hi Darknight,
    What is it you want to find once you are connected? Since you posted this in the Database Connectivity forum I assume you want to connect to some DB or flat file on that server? If it's a DB then use the client to connect from windows. If it's a flat file then you should be able to use whatever connection utility you use to see the file system from windows. I don't know Unix so not sure but need more details.
    Thank you
    Don

  • Crystal report run from ASP code significantly slower than when run in CRS

    We have CRS XI R2.  I developed a report that contains several on-demand sub-reports.  The report and sub-reports are very fast when run directly from CRS.  However, when I run from ASP (users run a link from the intranet), it takes 4 times longer (1 second on CRS, vs. 5-10 seconds on intranet).  The report takes longer, bringing up a sub-report takes longer and paging through sub-reports take longer.  What can be done to improve the speed of the report that is using the ASP code?  I used a sample program provided at this support site to develop the report and it is pretty basic code.  The only time I have a problem is when I have many sub-reports.  Since they are on-demand, I do not know why this would matter.

    This has been created as an incident with SAP support.  Things that you will want to check is making sure that you handle the postback to the code as you do not need to run your entire code on every postback.  This will help performance after the original load. 
    One other thing is to compare performance with the viewer within Infoview that uses the same backend server as your application, ie PSReportFactory uses the page server, so you'll want to test with the DHTML viewer.  RAS code (reportclientdocument) uses the Report Application Server so you will want to test with the Advanced DHTML viewer.

  • Arabic XML reports running slowly

    Dear All,
    We are currently on 11.5.10.2.
    We recently migrated our DB character set to AR8MSWIN1256.
    There are some custom Arabic reports in the HR module. These are XML based. All the Arabic reports are taking long time to open the parameter form.
    Please help to resolve the problem.
    Regards,
    Abid

    All the Arabic reports are taking long time to open the parameter form.Enable trace to find out why it takes that long.

  • Crystal Reports 2008 runtime error while running on Windows Server X64

    I have a .NET web application compiled as X86 in Visual Studio 2008 invoking Crystal Reports 2008 SP2 that's running fine at a number of sites running Windows Server 2003 X86.</br>
    </br>
    When deploying this app to Windows Server 2008 X64 I get the error message below. </br>
    </br>
    I'm aware that there is an unanswered question similar to this already in the forum but my application is compiled for X86 and I've tryed installing a variety of run times including "crruntime_12_2_mlb.msi" and "crredist2008_x86.msi".</br>
    </br>
    What combination of compile and run time is needed to get around this issue?</br>
    </br>
    Thanks.</br>
    </br>
    </br>
    ERROR MESSAGE **.</br>
    </br>
    An error has occurred while attempting to load the Crystal Reports run time..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. .</br>
    </br>
    Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information..</br>
    </br>
    Source Error: .</br>
    </br>
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  .</br>
    </br>
    Stack Trace: .</br>
    </br>
    [LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime() +399.</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +218.</br>
    </br>
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.].</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0.</br>
       ChartsEnterprise.UI.GenReport.CreateReport(String reportname) +42.</br>
       System.EventHandler.Invoke(Object sender, EventArgs e) +0.</br>
       System.Web.UI.Control.OnLoad(EventArgs e) +132.</br>
       System.Web.UI.Control.LoadRecursive() +66.</br>
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean .</br>includeStagesAfterAsyncPoint) +2428.</br>
    Edited by: PSernz on Mar 25, 2010 3:58 AM

    What combination of compile and run time is needed to get around this issue?
    See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki. I think I may not have that wiki updated up to FP2.5, so the FP2.5 msm is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975182010E/cr2008fp25_mm.zip
    msi is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975312010E/cr2008fp25_redist.zip
    Check the version of the CR assemblies referenced in your project. The use the wiki above to deploy the correct runtime.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

Maybe you are looking for

  • Photoshop crashes when opening a file (stalling)

    Can anyone please help me with this issue? I have searched all available threads, yet none of the solutions have worked when executed. I hope this isn't too much information, but I wanted to provide as much as I could in order to obtain a solution/wo

  • Oracle 8i Lite usage

    Hi, 1.Is there any upper limit on the storage capacity of Oracle 8i Lite? 2.Can oracle 8i lite be used for storing large amount of data say in the order of 100MBs or so ? Thanks and regards, Gane.

  • Adobe 7.0 problem

    I installed Adobe 7.0 standard on my laptop and I get this message: Warning 20225 Adobe Acrobat 7.0 setup was unalbe to creat a new item, adobe pdf port & printer. The adobe pdf printer may be unavailable. I really need to get this working and adobe

  • Data transfer from RT to FPGA using DMA FIFO

    Hello all, My question is "How do you stream data from RT target to FPGA target using DMA FIFOs?" I would like to control some indicators (or controls) in FPGA vi using controls in the RT vi using DMA FIFO. I have used four controls in my RT vi, but

  • Library content, specifically buttons

    I've had production premium of CS6 installed since a few weeks after it came out. But... I've not needed to make a DVD until this week. So I just opened up Encore CS6 on my win7 machine yesterday for the first time. One of the first things I notice i