Report 6 - Error only on Print

I have a report develloped with Report builder (version Report Builder 6.0.5.33.0) ..
I run it from Forms and I can see the preview I can genearte a PDF HTML and all the option .. but if I try to print it the report go in error and appeart to me a popup with write (Visual Studio Just-in-Time Debugger An Unhanded win32 exception occurred in RWRBE60.exe [3812]....
Any Idea ???
thank's In advance
Edited by: user582435 on Nov 13, 2008 7:17 AM

I have try to print also in other printer and in another place .. in to the customer office .... no way to print correctly ...

Similar Messages

  • Crystal Report: Show Field only in Print-Preview

    Dear Experts,
    is it possible to show a field only in the print preview (when the report is generated) without printing this field?
    Thanks for Help.
    Jacqueline

    No, it is not possible to display a report object on screen then suppress it when printing.
    Fuskie
    Who thinks you would have to use 2 reports or use a parameter that offers the option of formatting for view versus for print...

  • REPORT 10G ERROR WITH DESTYPE=PRINTER

    I try to pass the DESNAME with the name of a printer mapped in the net ex:desname='\\192.168.1.3\epson_lx300' , occours an error ora-01403.
    If i pass the local printer, work's fine!!

    the ora message RA-01403 no data found
    Cause: In a host language program, all records have been fetched. The return code from the fetch was +4, indicating that all records have been returned from the SQL query.
    Action: Terminate processing for the SELECT statement.
    The other cause can be, that the printer is not known to the reports server.
    greetz

  • Indesign CS3 report an error only for one of mac accounts

    When I open Indesign CS3 it get a message that sounds like "error report has been generated..." and so on.
    I've already uninstalled ed re-installed Adobe CS3
    Photoshop and Illustrator works normally.
    I think it's a mac account problem because launching Indesign fron another one it works!
    Thanks

    Did you try resetting the prefs? Hold cmd-opt-shift-control as you boot it. If it gets far enough to ask if you want to delete the InDesign preferences files, tell it to do so.
    If it crashes before you can reset the prefs, try flushing the caches on the machine with something like Onyx (or whatever cache management app you prefer).

  • Crystal report runtime error on print preview

    Hi everybody
    I've built a CR report based on a 'SAP B1' connection type
    I pick my tables from the DBO menu and not from the B1 tables menu (not the one which is organized like  the SAP main menu)
    I  open CR application and the report
    I click on the print preview button
    I enter the parameter
    I enter the Company user password in the "Enter connection details below' window
    After this step, I've often have a C++ runtime error
         Detail of the error message :
         TITLE : MS Visual C++ Runtime library
         Runtime error !
         Prgram : C:\Program files (x86) \business...
    Problem signature:
      Problem Event Name:     APPCRASH
      Application Name:     crw32.exe
      Application Version:     12.2.0.290
      Application Timestamp:     4a365bb5
      Fault Module Name:     MSVCR80.dll
      Fault Module Version:     8.0.50727.3053
      Fault Module Timestamp:     4889d619
      Exception Code:     40000015
      Exception Offset:     000046b4
      OS Version:     6.0.6001.2.1.0.16.7
      Locale ID:     1033
      Additional Information 1:     fbca
      Additional Information 2:     4dd03cfc2bbb8ba75251d9b6c3496254
      Additional Information 3:     81d9
      Additional Information 4:     759284bec319ee7a483715cbc8f2c898
    this erreor does not appear every time
    I do not understand what makes tihs error to appear or not.
    The only solution I've found so far :
    Re open the report
    Go to DATABASE Manue / Set Datasource location
    I change the location of all the table to a new connection source.
    environnement : win XP SP3 and CR 12.2.0.290 or Win 2008 serv and CR 12.2.0.290
    Have you met the same problem in your editions ? Have you found any solutions ?
    Thks for all answers
    Edited by: Antoine TESSIER on Apr 19, 2010 11:58 AM

    I am having the same problem, reloaded Crystal, tried changing database, still getting error message.  I am running in Windows 7 Professional.
    Description
    Faulting Application Path:     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\crw32.exe
    Problem signature
    Problem Event Name:     APPCRASH
    Application Name:     crw32.exe
    Application Version:     12.1.3.1028
    Application Timestamp:     4991a897
    Fault Module Name:     MSVCR80.dll
    Fault Module Version:     8.0.50727.4927
    Fault Module Timestamp:     4a2752ff
    Exception Code:     40000015
    Exception Offset:     000046b4
    OS Version:     6.1.7600.2.0.0.256.48
    Locale ID:     1033
    Additional Information 1:     cd41
    Additional Information 2:     cd416236504bbf90e1e977a0426bc2fe
    Additional Information 3:     671e
    Additional Information 4:     671eefc7db4b2a40792acc9f378ae3f4

  • "No Error" exception when printing report after Export

    Hello,
    When calling a PrintToPrinter function after an Export of the same instance, the exception with the message "No Error" comes up.
    This happens only for certain reports.
       at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetLastPageNumber(RequestContext pRequestContext)
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at FidelioCrystalNET.CrystalNET.Print() in CrystalNETLib.cs:line 127
    Source      - "rptcontrollers.dll"
    Same error also comes when calling either Refresh or VerifyDatabase methods.
    Crystal Reports 2008 Runtime SP2 is installed. Reports using Oracle DB connection.
    .NET code uses Framework 2.0
    Anybody knows how to fix it?
    Thanks
    Edited by: Vitaly Gamarnik on Oct 26, 2009 1:07 PM

    Hi Ludek,
    I am able to reproduce the problem in a simple test code pure .NET (C#) application.
    Here is the code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    namespace CrystalLibTest
        public partial class Form1 : Form
            private ReportDocument crpe;
            private ConnectionInfo connectionInfo;
            public Form1()
                InitializeComponent();
                ReportTest();
            public void Init(string service, string user, string password)
                connectionInfo = new ConnectionInfo();
                connectionInfo.ServerName = service;
                connectionInfo.DatabaseName = service;
                connectionInfo.UserID = user;
                connectionInfo.Password = password;
            private void SetDBLogonForReport(ConnectionInfo connectionInfo, ReportDocument reportDocument)
                Tables tables = reportDocument.Database.Tables;
                foreach (CrystalDecisions.CrystalReports.Engine.Table table in tables)
                    TableLogOnInfo tableLogonInfo = table.LogOnInfo;
                    tableLogonInfo.ConnectionInfo = connectionInfo;
                    table.ApplyLogOnInfo(tableLogonInfo);
            private void SetDBLogonForSubreports(ConnectionInfo connectionInfo, ReportDocument reportDocument)
                Sections sections = reportDocument.ReportDefinition.Sections;
                foreach (Section section in sections)
                    ReportObjects reportObjects = section.ReportObjects;
                    foreach (ReportObject reportObject in reportObjects)
                        if (reportObject.Kind == ReportObjectKind.SubreportObject)
                            SubreportObject subreportObject = (SubreportObject)reportObject;
                            ReportDocument subReportDocument = subreportObject.OpenSubreport(subreportObject.SubreportName);
                            SetDBLogonForReport(connectionInfo, subReportDocument);
            private void AddCurrentValue(ParameterField field, object parameterValue)
                ParameterDiscreteValue parameterDiscreteValue = new ParameterDiscreteValue();
                parameterDiscreteValue.Value = parameterValue;;
                field.CurrentValues.Add(parameterDiscreteValue);
            private void setParameter(string parameterName, Object parameterValue)
                ParameterField field = crpe.ParameterFields[parameterName];
                if (field != null)
                    AddCurrentValue(field, parameterValue);
            private void ReportTest()
                crpe = new ReportDocument();
                Init("SERVICE", "USERNAME", "PASSWORD");
                crpe.Load("c:\\temp\\report.rpt");
                SetDBLogonForReport(connectionInfo, crpe);
                SetDBLogonForSubreports(connectionInfo, crpe);
                setParameter("SP-PARAM1", "param_value1");
                setParameter("SP-PARAM2", 1111);
               /* about 20 different parameters are here */
                crpe.ExportToDisk(ExportFormatType.RichText, "c:\\temp\\export.rtf");
                setParameter("SP-PARAM1", "param_value1");
                setParameter("SP-PARAM2", 1111);
               /* about 20 different parameters are here */
                try
                    crpe.PrintToPrinter(1, true, 1, 65535);
                catch (Exception e)
                    MessageBox.Show(e.Message);
                   /*here the error comes up*/
    I also found that for some different reports, the error comes even when executing first time. 
    Vitaly

  • Report Print.VI redirects to the wrong printer if error on intended printer

    I have an application that involves a Zebra barcode printer and an HP letter-sized printer, both connected via USB to an XP box running LV2011.  I need to send binary files directly to the label printer so I have it shared as LPT1 using NETUSE and I use COPY to get the file to the printer.  Works great, except for the flash as the DOS screen momentarily appears during the COPY command.  I can live with that.  Here's the problem: when I use Print Report.VI to send an HTML report to the letter-sized printer it comes out on the label printer if there is any issue with the intended printer (e.g. out of toner).  35 labels later....
    1] is there any way to force the print to sit in the HP's queue instead of redirecting to the label printer? I believe the Print Report VI uses IE's default printer regardless of what you specify, so maybe it's also IE that's doing the substitution?
    2] is there any way to query the HP printer's "health" before sending a job so I can avoid creating the issue in the first place? I read somewhere that Windows only knows the state of the printer at certain discrete (an not-so-informative) times.

    Hi Zwired1,
    Just to make sure I fully understand the situation - I am assuming since you say you are printing to two different printers that when you are using the Print Report.vi you are using the printer name string to specify which printer you would like to print on. And if the printer that you specify is not functioning it automatically prints on the other printer, is that correct?
    From looking at the code in the Print Report.vi, it looks like if you specify a printer name in the input string, if there is a problem with that printer or if that printer is unavailable, the VI should not print anything, so please let me know if that is not the behavior you are seeing.
    For your question about checking the health of printers, there is a VI in the report gen toolkit called Query Available Printers. You can find it if you open up the Print Report.vi and choose the Standard Report instance, the Query Available Printers.vi is on the block diagram of that VI. It will return the list of available printers and the default printer.
    I hope that helps,

  • Unable to print a report- Server Error

    I have a java/CR XI (sp3) web application which will display reporters but will not print them. When attempting to print the Crystal report viewer page shows the print dialog page with a choice of printers. When I select a printer and press print. I get a "Server Error" message box that says "An error occured on the server. Printing will be stopped. Would you like to view the error information?" When I say "yes" I get a blank page "PrintControlError.html". There is also a background window that says "Retrieving page 1".
    Edited by: Allen Oliver on Sep 2, 2008 9:11 AM

    That suggest a communication issue between the ActiveX Print Control and the server.
    The ActiveX Print Control posts back to the generating page for each page that it prints out.
    If you use [Fiddler|http://www.fiddlertool.com/] (.NET based) or [Charles|http://www.charlesproxy.com/] (Java based) on the client browser machine, are you able to see any error messages in the page 1 request?
    ActiveX controls usually hide interesting error messages.
    Sincerely,
    Ted Ueda

  • Error on server - printing stopped - Very First request to print any report

    vs2010 sp2
    CR13 sp1
    CR12 developed reports requested in app with no mods
    I'm getting there but I can't get the very first print request honored regardless of
    size to print on the very first request but will print when re-requested.
    A very large detailed report (+300 pages) errors as well.  The running time is
    over 1 hour from rendering to print.  The printing starts to spool but errors.
    I've caching, sessions to keep the large report alive.
    I have also increased timeout on the server.
    Thanks,
    Isaac

    Is is a website/web app
    I found the following which makes sense in relation to initial prints etc.
    Can you or someone tell me where to make this change in II6
    which we are using on the sql server 2000 box (initially I was was told it was 2003)
    ActiveX printing fails in the .NET web form viewer when IIS GZip Compression is in use. As a result, the following error message appears:
    "A Communication Error Occurred. Printing will be stopped".
    Cause
    This is a known issue with Crystal Reports .NET. This issue has been assigned Track ID ADAPT00459349. At time of writing, there are no file updates to resolve this issue.
    Resolution
    To work around this issue, do one of the two suggestions offered below:
    Disable compression for the following mime types:
    application/x-eor (end of report)
    application/x-ack (acknowledgement of printing finishing)
    application/x-epf (encapsulated page format)
    -OR-
    Use HTTPZip instead of GZip for compression.
    Thanks,
    Isaac

  • HT4910 My iCal has frozen after I tried to paste info from an email into a reminder.  I get a "server reports an error" message with what I tried to paste in the box.  Calendar is frozen and will only close by forcing it.  Any help?

    My iCal has frozen after I tried to paste info from an email into a reminder.  I get a "server reports an error" message with what I tried to paste in the box.  Calendar is frozen and will only close by forcing it.  Any help?

    Did another window open with the pasted information?  If so, try hitting "enter/return" key and "delete" key at the same time.  That should get rid of the current action on the ical, the extra window should go bye-bye, and all should be fine with the world.

  • Interactive report gives an error only for a specific user

    An interactive report based on a very complicated select gives an error only when a specific user is logged on.
    The error is:
    ORA-00932: inconsistent datatypes: expected - got CLOB.
    For other users logging using this page it works fine.
    Authentication for this application is done using a stored function.
    The query does not use the current userid in it.
    Why does it fail for a specific user? if there is a problem, it should fail all the time.

    Hi ankur,
    By what you said the report dont have any date parameters or no date columns.
    "Query execution was not successful ORA-01843 not a valid month." This means it is related with date mask passing a invalid month into date column or argument to to_date function.Check once the session date that is 'dd-mm-yy' or anything else
    select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT'
    select to_date('01-DEC-06'),to_date('01-12-06') from dual;
    Also a general question whenever I am trying to mark any question as 'Helpful', the status is not changing. Is there anything I am missing.While you flag it 'helpful' or 'correct',it takes you to other screen where you see "Yes, the question is now answered" click the radio button and then click ok button.
    Hope its helpful.
    Best Wishes,
    Kranthi.
    Edited by: Kranthi.K on Jun 8, 2009 9:00 AM

  • Consistently getting an error in custom reports "an error occurred" is the only msg displayed...my c

    Consistently getting an error in custom reports "an error occurred" is the only msg displayed...my clients are screaming...what is the problem?

    Hi,
    Please log a ticket with BC support for this issue. Please provide the exact steps, preferably a video. You can log the ticket from your admin panel > help & support.
    Kind Regards,
    Aish

  • I have to print two labels using single XML file.Error:Only one top level e

    Hi,
    I have to print two labels using single XML file. But its giving error:
    [Error] Error -1072896683 - Line: 38 Pos: 2 Error: Only one top level element is allowed in an XML document.
    Below is my XMl file:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE labels SYSTEM "label.dtd">
    <labels FORMAT="lib://FRD/PurchasedDoor.btw"  PRINTERNAME="IBM 6700-R80 (300 dpi)" _QUANTITY="1">
    <label>
    <variable name= "Color">AUTUMN</variable>
    <variable name= "Special_Message_Attribute">MSG*</variable>
    <variable name= "Special_Message">This is special Message Label</variable>
    <variable name= "Model"></variable>
    <variable name= "Build_Date">09-APR-12</variable>
    <variable name= "Assy_Cart"></variable>
    <variable name= "Assy_Slot"></variable>
    <variable name= "Finish_Cart"></variable>
    <variable name= "Finish_Slot"></variable>
    <variable name= "Serial_Number">1945.1.1.2-1</variable>
    <variable name= "Serial_Number_Barcode">1945.1.1.2-1</variable>
    <variable name= "Specie">BIRCH</variable>
    <variable name= "Truck_Group"></variable>
    <variable name= "Label_Sequence_No">1</variable>
    <variable name= "WIP_Cart"></variable>
    <variable name= "WIP_Slot"></variable>
    <variable name= "Cabinet_Sequence_No">110</variable>
    <variable name= "JC"></variable>
    <variable name= "Thickness"> </variable>
    <variable name= "Width"> </variable>
    <variable name= "Length"> </variable>
    <variable name= "Overlay"></variable>
    <variable name= "Options">B30</variable>
    <variable name= "Profile_No"></variable>
    <variable name= "Door_Style">NEWBERRY</variable>
    <variable name= "Glaze"></variable>
    <variable name= "Shape"></variable>
    <variable name= "Glass"></variable>
    <variable name= "Hinge_Side"></variable>
    <variable name= "Hinge_Type"></variable>
    <variable name= "EGE"></variable>
    </label>
    <labels FORMAT="lib://FRD/SpecialMessage.btw"  PRINTERNAME="IBM 6700-R80 (300 dpi)" _QUANTITY="1">
    <label>
    <variable name= "Serial_Number">1945.1.1.2-1</variable>
    <variable name= "Special_Message">This is special Message Label</variable>
    <variable name= "Cabinet_Sequence_No">110</variable>
    </label>
    </labels>
    Please suggest.

    >
    XML can only have one root element per file.
    >
    from XML Document: The Root Element

  • Print Report using ASCII command through printer selection available on windows

    Hi,
    I'm using Labview 2009 to create a report using Report Generation Toolkit.
    Creating a report is not the problem, the problem is I need to print the report manually by sending an ASCII Code.
    I noticed that there are few example on send ASCII code command, but neither of them are related to printing.
    The printer I use is Panasonic dot matrix printer KX-P1121E with USB port. (Fanfold type of paper)
    I used "NI_report_lvclass: Print report.vi" from Report Generation before this to print my report, everything is okay and not receiving any error.
    But I noticed that after finish printing, the paper will automatically feed out as if that VI (Print report.vi) is sending out "Form Feed" (FF) Command to the printer. 
    My application cannot use this method because I need to print a set of data in every minute. If the data only have 2 rows, then it will be a wasting a lot of paper if everytime finished printing paper feeding out. I want the printer to continue standby on the same paper after finished printing previous data. In other words, maybe just manually send "Line Feed or Carriage Return" to the printer.
    So I have a few things need to be clarified step by step;
    1. How can I send an ASCII Code to my printer? Do you have any example for this? link below is the character of ASCII Codes that can be use :http://webpages.charter.net/dperr/links/esc_p83.ht​m
    2. Can I send a report created by report generation to be printed using this ASCII command method?
    3. If my printer is setup by using windows (Meaning: Available on "Printer and Faxes" list), How can I configure the printer setup in sending the ASCII Code? 
    Really appreciated your reply
    Thanks!

    Hi Zwired1,
    Just to make sure I fully understand the situation - I am assuming since you say you are printing to two different printers that when you are using the Print Report.vi you are using the printer name string to specify which printer you would like to print on. And if the printer that you specify is not functioning it automatically prints on the other printer, is that correct?
    From looking at the code in the Print Report.vi, it looks like if you specify a printer name in the input string, if there is a problem with that printer or if that printer is unavailable, the VI should not print anything, so please let me know if that is not the behavior you are seeing.
    For your question about checking the health of printers, there is a VI in the report gen toolkit called Query Available Printers. You can find it if you open up the Print Report.vi and choose the Standard Report instance, the Query Available Printers.vi is on the block diagram of that VI. It will return the list of available printers and the default printer.
    I hope that helps,

  • HP Scan (Officejet Pro 8600) reports an error

    I'm having several problems with scanning. I am using HP Scan Version 4.4.1 (21) on a MacBook Pro running Mavericks - 10.9.1. This is installed as part of the v12.34.37 Mac OS Driver/Application Suite for Mavericks.
    1. Scanner reported an error (An error occurred during scanning.)
    This occurs having selected 'Scan' from the HP Scan Menu, I then select Type, but only have the 'Automatic' option available to me.
    2. I no longer have access to change settings on the Scanner Presets Menu. I can't select any of the options (Source, Orientation, Mode, Resolution, Crop to) and I also seem to have lost the 'manual' double-sided option (which alongside the lack of twain driver was a shocking omission from this model, and an enormous dissappointment).
    See the image below: -
    3. Scan to computer (scanning to PDF or JPG)
    Having selected a computer from the list, the scanner is unsuccessful. The error message is: -
    Scan Unsuccessful
    The HP Scan dialogue briefly appears on screen and displays the message 'Preparing to Scan'.
    The scan could not be completed due to one or more of the following issues:
    - Connection to the computer is lost
    - The scan application on the computer is currently in use
    - OCR application is not installed on the computer
    See the computer monitor for details (there is no information on screen).
    I can scan from the webscan applicaiton, and eprint is configured correctly if that has any bearing on the response!
    I hope that this is enough information to get the problem diagnosed/solved, but if not, please let me know what else you need!
    Thanks!!

    Hi,
    I've got around to runing the tests you recommended.
    The power cycle did not work.
    I then ran the troubleshooting from the recommended link for Mavericks which is what I am running.
    Solution one: There are no other users using the scanner, just one connection from my computer.
    Solution two: Scan to computer checked, and printer sharing switched on. Still no scan.
    Solution three: Repair Disk. This resulted in the following: -
    2014-03-02 15:41:07 +0000: Disk Utility started.
    2014-03-02 15:44:11 +0000: Repairing permissions for “Macintosh HD”
    2014-03-02 15:44:20 +0000: Group differs on “Library/Printers/InstalledPrinters.plist”; should be 80; group is 0.
    2014-03-02 15:44:20 +0000: Permissions differ on “Library/Printers/InstalledPrinters.plist”; should be -rw-rw-rw- ; they are -rw-r--r-- .
    2014-03-02 15:44:20 +0000: Repaired “Library/Printers/InstalledPrinters.plist”
    2014-03-02 15:45:51 +0000:
    2014-03-02 15:45:51 +0000: Permissions repair complete
    2014-03-02 15:45:51 +0000:
    2014-03-02 15:45:51 +0000:
     This did not solve the problem.
    Solution four: Uninstall and reinstall the software. The scan to computer feature is still not working.
    I am still without a working scanning feature. I may look at returning the printer and exchanging it for a different make or model - this is harder than it should be.

Maybe you are looking for

  • My MacBook pro will not connect to the Internet through wifi yet all other devices do

    My MacBook pro will not connect to the Internet through wifi. I have several other wifi enabled devices and they are all connected to the Internet just fine... What could/would cause this?

  • How to add one task in manager task list in CRM

    Hello, I have one scenario like when the user status is changed in service request then manager should get one email notification and that one task should be added in the manager task list. To send the email I have configure the Action profile and it

  • Markups not visible in Reader

    I marked up and PDF created by printing from Mapquest into my Adobe Acrobat 9 Pro.  I added some text using Typewriter tool, and some boxes and arrows as well.  They are only visible when opened in Acrobat.  When I save and send them, all of the text

  • Difference between Durable and Transient Processes

    According to the BPEL Administrator Guide it mentions on p.3.2 that "The synchronous process you design in JDeveloper BPEL Designer is an example of a transient process" - hence no dehydration activity. However below it mentions that a Durable proces

  • WHERE clause doesn't work in certain column

    Hi All, I try to filter mysql database using WHERE clause...everything seem working until i found there are 3 column that i can't use for WHERE clause query. When i use that columns to filter, there's no data appear in the table but the other column