Error in Report Execution and Viewing

We have some reports that were originally developed in Crystal Reports 5 running on Crystal Reports Xi now.
Our users reported getting the following error while printing
Error in File C:\temp\{72703900-5223-49CB-8C2A-A83FCFCA4447}.rpt: The request could not be submitted for background processing.
When I refresh this report using the crsytal reports tool (desktop tool), I see the report, but as I am browsing the report using the navigation buttons, I get the following error on one page. After reporting this error, the application shuts down.
CiceroUIWndFrame:crw32.exe - Application Error
The exception Integer division by zero.
(0xc000094) occurred in the application at the location  x2c03a340
Click OK to terminate program
Click CANCEL to debug program
I checked the formulas and sql queries on this report and there is no division of any sort being performed. There is some grouping being done.. but the flelds being grouped on have data and I think its unlikely that the grouping would cause this error.
I am using windows XP sp2. The server is a windows 2000 server with IIS going against a sql server 9 version database.
Thanks,
Jayashree

Hi James,
Thank you for your quick response.
I checked the report and the remainder functions is not being used.
The only formulas being used in the report are the following.
UpperCase ([1])
+ ", " + - This is set to @name
{@name} + " (" + + ")"
There are some formatting formulas set on the above values, but other than that, there is a sql query and the "select distinct rows" and "perform grouping on server" is selected.
Thanks,
Jayashree

Similar Messages

  • Unknown Database connector Error - Crystal Reports 2008 and OLE DB

    Hi,
    I want to create a report based on OLE DB provider.
    Once I Select it from the Database Expert list I get this Error: "Unknown Database Connector Error", and the list is empty.
    I am using Crystal Reports 2008 on Win XP SP2.
    SQL Server 2005 is installed on the local machine.
    If I create a UDL File and double click, I can see all OLE DB Providers on the machine.
    What am I missing ?
    Thanks,
    Yuval.

    Hi Friends,
    Thank you all for trying to help.
    - The installed MDAC version is 2.8 (It comes with XP SP2). I have tried installing it again and it says that it is already installed.
    - I am not using a bussiness view. Just the simplest blank report in CR2008. I am not able to start it using OLE DB, once I want to choose a provider - I get the error, before even entering connection details such as username and password.
    - I am able to build an ODBC report, but when trying to view it using Crystal Reports Windows Form Viewer (from within a .Net application) I get an error: "Failed to Open The Connection". It happens also with reports built on other machines using OLE DB.
    Same report works fine with the same application on different machines and I cannot figure out what is the difference.
    I think Something on my machine is not right.
    Any suggestions ?
    Thanks,
    Yuval.

  • Error while report execution

    Hi,
    We are getting the following error while running of the Query '0PA_C01_Q014'.
    Error Meassage: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System Error in Program SAPLRRI2 and from REP_ASSIGN_INITIAL_0PT-01-
    Diagnosis
    This internal error is an intended termination resulting from a program state that is not permitted.
    Please if any one has faced this error previously help us in reloving the same.
    Full points will be awarded.
    Regards
    Niren

    >
    Senthilkumar Palanivelu wrote:
    > Hi,
    >
    > Pls check you Infoprovider whether load is proper or not. sometimes it may happen due to infoprovider inconsistencies.
    >
    > Regards,
    > Senthil
    Hi Senthil,
    Thanks a lot for your responce. But the Other reports based on the same info provider are working fine.
    Regards
    Niren.

  • Error during report execution ( REP-271468672: )

    Hi,
    Following error is encountered during execution of report on Reports 9i...
    Terminated with error: <br>REP-271468672: Unable to create a temporary file.
    I have checked space and permissions of temporary folder.
    Please help on same
    Regards/-
    Neeraj

    I've got the same error with r12 (12.04) on windows 2003
    I set the environment variables reports_tmp & reports60_tmp (this one is according to book Oracle Applications System Administrator's Guide - Configuration )
    I set the path to d:\temp
    this folder has write permission, I also change the folder's owner to my ap user
    but It doesn't work
    Do you fix the problem yet ?

  • Exe giving error for report generation and LV 8.6.1

    I have created and installed a labview application in a PC(windows XP) where labview is not installed.  (already included NI_Excel.lvclass)
    I have used a report(excel) generation to display the results.
    I am getting following error:
    Error Code: -2147352573
    Member not found in NI_Excel.lvclass:
    I am using MS office Excel 2007 SP1
    NI LabVIEW Run-Time Engine:8.6.1.
    Report generation toolkit version:1.1.3
    phani srikanth
    Solved!
    Go to Solution.
    Attachments:
    Error.JPG ‏10 KB

    search the ni website and a 30 day eval copy can be found. For use beyond this period you would have to buy a license (unless you have one of course)
    compatibility can be found on the following link
    http://digital.ni.com/public.nsf/allkb/C9408B9F08D711E786256F3300701D01 
    hope it helps
    TD 
    Please remember to accept any solutions and give kudos, Thanks
    LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7

  • Error with report - pkg and bind var

    Hi to all,
    i'm writing some report and i found a strange isssue.
    I would like to retrieve some data using packages.
    So, something like select dbms_xxxx(var1, var2, var3) from dual;
    I would like to pass through bind vars the value per each variable.
    I used :var1 and also &var1 to be secure..
    if i use select dbms_xxxx(':var1', ':var2', ':var3') from dual;
    it gives me error about the apex, so i changed it in
    select dbms_xxxx(par1 => :var1.....
    Now it gives a problem with the parenthesis. But they are right!
    Any ideas? A possible limit of developer?
    By the way.. latest sqldev version.
    Thanks
    Acr

    Example:
    SELECT DBMS_METADATA.GET_DDL(
    object_type => upper(&object_type),
    object_name => upper(&object_name),
    schema => upper(&schema)) DDL
    FROM DUAL;
    This i what i get.
    Error: ORA-00907 MISSING RIGHT PARENTHESIS
    using &var or :var
    Acr

  • Bind varibles,reports,dblink and view based on joins

    Created a report in portal with sql code (<oracle> tag) which fetches data from remoted db on 7.3.4.5 thru db link..
    But when i run report it says 0 rows found..seems bind varibles r not getting bounded..
    Db link is active.
    Same query works fine in sql plus .But does not work in portal or TOAD.
    Any qlue..
    sarvesh

    Hi,
    Did you try creating any other components or a view using the same query and DBLink and see any results ??
    what version of portal are you using .
    Thanks,
    Anu

  • Error in Report Execution

    Hi
    I am getting an Error as '"ALPHA" and "IT-F2" are type-incompatible.'
    Can anyone solve it.
    Report abc.
    data: begin of it occurs 5,
             f1 like sy-index,
             f2,
          end of it,
          alpha(5) value 'ABCDE'.
          do 5 times varying it-f2 from alpha0 next alpha1.
          it-f1 = sy-index.
          append it.
          enddo.
          it-f2 = 'Z'.
          modify it index 4.
          loop at it.
          write: / it-f1, it-f2.
          endloop.
          loop at it.
            it-f1 = it-f1 * 2.
            modify it.
            endloop.
          skip.
          loop at it.
          write: / it-f1, it-f2.
          endloop.
          it-f2 = 'X'.
          modify it transporting f2 where f1 <> 10.
          skip.
          loop at it.
          write: / it-f1, it-f2.
          endloop.

    Hi,
    I too got complilation error when I ran your code.Now I modified the code and it is showing the output.Kindly reward points if it helps.
    data: begin of it occurs 5,
    f1 like sy-index,
    f2,
    end of it,
    alpha(5) value 'ABCDE'.
    <b>data i1 type i value 0.</b>
    <b>do 5 times.
    it-f2 = alpha+i1(1).
    it-f1 = sy-index.
    append it.
    i1 = i1 + 1.
    enddo.</b>
    it-f2 = 'Z'.
    modify it index 4.
    loop at it.
    write: / it-f1, it-f2.
    endloop.
    loop at it.
    it-f1 = it-f1 * 2.
    modify it.
    endloop.
    skip.
    loop at it.
    write: / it-f1, it-f2.
    endloop.
    it-f2 = 'X'.
    modify it transporting f2 where f1 <> 10.
    skip.
    loop at it.
    write: / it-f1, it-f2.
    endloop.

  • Error Crystal Report Windows Forms Viewer in Windows 8.1

    As you can see from the picture I get this error when trying to load the report anyone have any suggestions?, This happens with windows 8 on windows 7 I have no problems with the application

    Hi,
    The error is not having connection to the database, the error is that it can not open the temporary file that Crystal Report generates before opening the report but it only gives the error when running on Windows 8, Windows 7 not same program fails.
    It conect to a MySql database using. Net Framework Data Provider for MySQL in a 32 Bits

  • Job Error Diagnostic Report

    Hi,
    The OWB 10R2 user guide says that
    "This (Job Error Diagnostic Report) execution report (sometimes also referred to as the Run Error Diagnostic Report) shows basic details of runtime error, shows target details, and lists source and target column details, where possible. Note that some column values are displayed only when your role has appropriate privilege Within this report, you can sort column details on source/target category,source/target name,rowkey,column name."
    I was unable to locate this report in the repository browser. I had logged in as the repository owner.
    Could some please guide me on how to access this report, and also which runtime audit views does it pick up the data from?
    Thanks and Regards,
    Amit

    Hi All,
    I got the problem when I execute the report by using OWB10GR2-Repository Browser, status of the report is 'Complete' and the result is nothing :
    - I started OWB Browser listener
    - then I run browser IE(Internet Explorer)
    - Run Repository browser
    - Start execute the Report
    _ but....after I refresh for report list status, the status of report that I executed is 'Complete' and nothing the result however if I run it by usng OWB Design Centre (Windows) is OK and worked properly...
    Any body can help me please....!!!, I'm so confuse~~~~~~~~~~
    Thanks a lots

  • 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

  • Automate a report execution & save results as a flat file on FTP server

    Hello Gurus
    I am working on BW 3.5 version. I want to Automate a report execution, and save the results of the same as a flat file on a FTP server.---- (So that another program could look it up and run few processes at it's end). pls give me solution in step-by-step format. Plss help.....

    Hi Priyadarshini,
    You can Automate a Report Execution and Save the results as a flat file by creating a Query Extract and by scheduling  the Query Extractor using the T-Code RSCRM_BAPI.
    Steps:
    1. Goto RSCRM_BAPI T-Code
    2. Select the Quey from the list
    3. Click on Query Extract
    4. Create a Query Extractor and give the file name and Path.
    5. Schedule the Query Extractor.
    Hope it helps.
    Regards,
    -Vijay

  • Crystal Report Windows Forms Viewer Error in 1 Workstation after upgrade of PL

    Hi all,
    We just upgraded SAP from 8.82 PL02 to 8.82 PL15.
    Afterwards, in just 1 workstation, Crystal Reports layouts have Crystal Report Windows Forms Viewer error I attach.
    Before the upgrade this error did not happen.
    No permissions or authorizations were changed  in the workstation.
    The Crystal Reports layouts remain working fine in server and in the other workstations.
    In the workstation following are installed:
    - Operating System Windows 7;
    - Microsoft .NET Framework 4.5;
    - SAP Crystal Reports runtime engine for. NET Framework;
    - Crystal Report 2008 Runtime SP6;
    - Microsoft SQL Server 2008 R2 Native Client.
    All, but the operating system, are equal to the other workstations.
    User has edit access to SAP folders, temp and access to the attach path.
    We already uninstalled SAP client and client agent and re-installed it but with no avail.
    Can anyone help me?
    Thanks in advance.
    Best regards,
    Pedro Mariano

    Hi San Xu,
    Thank you for your input.
    However I'm facing problem with each software is suitable.
    I installed SAP Crystal Reports for SAP Business One (CR 2011 V14.0.4.738), but with no avail.
    Thanks in advance.
    Best regards,
    Pedro Mariano

  • Error message when trying to view/print Crystal reports in B1

    I get the following Error message when trying to view/print crystal reports in SAP B1/Crystal Reports Integration Tool for SAP Business One:   
    " Could not load file or assembly 'Crystal Decisions Windows Forms, version=12.0.2000.0, Culture=neutral, Public Key Token=692fbea551e1304'  or one of its dependencies.  The system cannot find the file specified.  ????

    Hi
    Common issues for this :
    1. Once you install crystall add on ,you need to go to Crystal report Administration >Account setup .
    Put on the user name and password and click on creating ext tables
    Try then running the report .
    If not the case ,
    make sure you install runtime .
    You need :
    1.Crystal report basic from SAP download -(Not necessary if you want only report viewer >
    2.You need to have crystal integration addon (I think service pack is SP1)
    3.Make sure you have runtime install
    When you are installing ,make sure you restart your PC before you do or remove temporary file s
    Hope this solves your issue
    Bishal

  • Crystal Report Windows Forms Viewer - No Error Popup

    Similar to this post:  Error message that says "No Error" from CR Viewer, I have just upgraded by Application to .net 4.0 and Crystal Reports 2010. The report viewer works fine the first time a report is loaded, but when I change the parameters on the report, and put the updated report back into the report viewer, I get the message shown above.  The report does not change its parameters and the updated report is not displayed.  The code in question is setting the date parameters for the report.  The user can select new date parameters from the form that encloses the report viewer.  The code subclasses the Report Object code to add additional functions through interfaces.  The IDateRange interface provides a starting and ending date range for the report using a property on the report class as follows:
        Public Property EndingDate() As Date Implements IDateRange.EndingDate
            Get
                Return _endingDate
            End Get
            Set(ByVal value As Date)
                _endingDate = value
                Me.SetParameterValue("EndingDate", value)
            End Set
        End Property
    In addition, the immediate Window shows the following message:
    A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in CrystalDecisions.CrystalReports.Engine.dll
    The code in the Report Viewer looks like this, see line marked in blue for when pop-up appears:
    ''' <summary>
    ''' Sets the report period and displays it.
    ''' </summary>
    ''' <param name="Report">The Report.</param>
    ''' <param name="Refresh">if set to <c>true</c> force a refresh.</param>
    Private Function PFSetReportPeriod(ByVal Report As Object, Optional ByVal Refresh As Boolean = True) As Boolean
        Dim fld As FormulaFieldDefinition
        Dim bRefresh As Boolean = False
        Dim rpt As ReportClass = CType(Report, ReportClass)
        Try
            If CRV.ReportSource IsNot Nothing Then
                rpt = CType(CRV.ReportSource, ReportClass)
            End If
    If TypeOf rpt Is IDateRange Then
        With DirectCast(rpt, IDateRange)
    .        StartingDate = dtpFromDate.Value
    .        EndingDate = dtpToDate.Value
        End With
        SetTitleLine2(DirectCast(Report, ReportClass), bRefresh)
        bRefresh = True
    Else
        If TypeOf rpt Is ReportClass Then
           fld = rpt.DataDefinition.FormulaFields("FromDate")
           If Not fld Is Nothing Then
                fld.Text = "Date(" & dtpFromDate.Value.Year & "," & dtpFromDate.Value.Month & "," & dtpFromDate.Value.Day & ")"
                bRefresh = True
            End If
            fld = rpt.DataDefinition.FormulaFields("ToDate")
            If Not fld Is Nothing Then
                fld.Text = "Date(" & dtpToDate.Value.Year & "," & dtpToDate.Value.Month & "," & dtpToDate.Value.Day & ")"
                bRefresh = True
            End If
            SetTitleLine2(rpt, bRefresh)
        End If
    End If
        If Refresh And bRefresh Then
            If dtpToDate.Value <> CDate(dtpToDate.Tag) OrElse _
               dtpFromDate.Value <> CDate(dtpFromDate.Tag) Then
                    System.Windows.Forms.Application.DoEvents()
                If CRV.Visible Then CRV.ReportSource = rpt ' The popup appears when this statement is executed.
                If CRV.Visible = True Then CRV.Refresh()
                dtpToDate.Tag = dtpToDate.Value
                dtpFromDate.Tag = dtpFromDate.Value
               Return True
            End If
        End If
    Catch ex As Exception
        DisplayException(ex)
    End Try
    Return False
    End Function

    Problem has been resolved.  I downloaded Support Pack 8 (v.13.0.8.1216) from this location.  I then applied the fix from the entry above:
    With CRV ' Report Viewer Control
        If .Visible Then
            If .ParameterFieldInfo IsNot Nothing Then .ParameterFieldInfo.Clear()
            .ReportSource = rpt
            .Refresh()
        End If
    End With
    And no more annoying "No Error" messages.

Maybe you are looking for