Unable to print the SQR report to printer

Hi-
Trying to print the PAY003 SQR directly to the printer, SQR report runs sucessfully but not able to print to the server, Its working correctly in 9.0 Production instance with Windows 2003 32bit OS, but doesn't work with HR92 Applicaiton on Windows 2008 x64 bit servers.
Error Message : "The SQR report was generated, but the program was unable to route the report to the printer. Verify the validity of the printer path specified."
Installed the printer on the new 2008 Windows server with 64 bit drivers and still it doesn't work. Any help or suggestions what to check ?
Regards,

If you are using the Verizon Web-mail client here on My Verizon, then you need to click the "Print" button while viewing a message.
Click here for an illustration showing the button you need to click. Look towards the top right of the image.
When you click that button, a new window will be displayed and the Print dialog will open. Simply hit the new Print button to print the full email.

Similar Messages

  • How to stop printing the crystal report with an alert message

    I am having a field called "APPROVAL" in my stored procedure with which I prepared the CR. I want that if the value in the filed is 'A' then only the crystal report should print else it should prompt with an alert message.

    Hi Sreejith,
    Check this helps you:
    Create an alert from "Report  -> Alerts -> Create or Modify Alerts" with below steps:
    1. Provide name of the alert (say Alert1)
    2. Click on X+2 in front of "Message" field and write the Alert message you want to display.
    3. Click on Condition button and write the condition If not({APPROVAL}='A') then true;
    The above Alert will prompt with configured alert message when {APPROVAL} field is not having value of 'A'
    Now, in a formula, write below content and display it where you want to display the APPROVAL field value:
    If {APPROVAL} = 'A' then
              {APPROVAL}
    This formula content will be blank if the value of {APPROVAL} is not 'A'
    Thanks,
    Raghavendra

  • Unable to load the XML Report

    Hi,
    I am using TestStand 3.1. Someone before me has developped a lot of things in our application : specific steps, specific process model, ... . Now this person is not here anymore and I have a test report display problem.
    After an execution, the execution window cannot display the test report and displays the following message :
    "Unable to load the XML Report.
    At line 285 End tag 'NOBR' does not match the start tag 'BR'."
    Also with Internet Explorer, the test report cannot be displayed (and he locates the error at lign 287) .
    Needless to say that I am a poor guy in XML code that's why I am asking you some help.
    But, I opened the .xml with a text editor and that is the part of the code which causes the problem :
    284 </Prop>
    285 <BLOCKQUOTE>
    286 <H5><NOBR>Begin Sequence: MainSequence
    287 <BR>(X:\DATA_Utilisateur\Florian DENEVE\04_GENERIC\GenericTestMainSeq\GenericTestMainSeq.seq)<BR></BR></H5>
    288 <table BORDERCOLOR=#000000 FRAME=BOX RULES=ALL WIDTH=70%><TBODY>
    (please, be careful with the lines numbers, because i don't think that IE and TestStand have the same numbering)
    I don't know if it's a problem of basic TestStand or if it's due to the new process model and modifications realized by my previous colleague.
    Any ideas ?
    Thanks in advance for your help.

    Ok, here they are.
    There is a file called Addons.cfg.sources but I had to rename it to get it to attach
    Attachments:
    Addons.cfg.sources.txt ‏1 KB
    Addons.cfg ‏53 KB
    ResultProcessing.cfg ‏189 KB

  • Print the user address in print layout

    hi
    i need the print the user address in print layout.the address store in OUDG. but i call this field in pld. But its not print anything..please any one give the suggestion
    We have the three branches.but using one pld. So the user default address show in pld in automatically changes as per user enter.
    Edited by: Isayah.I on Nov 6, 2008 9:53 AM

    Hi there,
    So you have three branches using only one PLD? If the address is not showing. please try to create a three PLD's for the three company branches, every time the user print a PLD they must choose a PLD assign from them.
    Regards,
    Clint

  • I am unable to select the collate option to print reports. This a problem when using duplex printing

    Attempting to print multiple copies of a report using duplex printing

    Selecting paper size in the first sreen tellis iPhoto what papery you are going to use - it does not tell the printer what paper to use - printer specific options on on the last (second or third if you customize the print) screen where you tell the print any specifics like paper source (typically printers need to you tell them where a specific paper is loaded - they do not really know the sizes in each paper tray)
    LN

  • To print the ALV report on a printer

    Hi all,
    I want to print the report that is displayed on the screen. I have given my pf-status so, normal print functionality is not working. So I have tried adding in a function module GET_PRINT_PARAMETERS. This is printing but the font is very small. Is there a way, where I can print the data normally.
    Thank you, Regards

    Hi Om Prakasah,
    If I understanding correctly, you created a ReportViewer report, but you can’t see print icon when you run the report in browser. If so, please follow these steps:
    If you can’t see the print icon either when running the report in visual studio, you may have set ShowPrintButton to False in Properties window, then please set it to True.
    If there is print icon in visual studio but not in browser, please update the .NET Framework on your web server to the latest version, because the print icon is by default hidden in some version of browser. For more information, you can refer to the relevant
    link below:
    http://blogs.msdn.com/b/selvar/archive/2013/12/20/reportviewer-2012-control-not-showing-print-icon-when-viewed-from-ie-11-desktop-mode.aspx
    If the problem is not resolved, i would appreciate it if you could give us detailed description of your problem, it’s better to provide the version of ReportViewer and browser, it will help us move more quickly toward a solution.
    Thanks,
    Wendy Fu

  • Recieved Error While trying to print the OBIEE report in PDF format

    Hi ,
    I recieved the following error while printing the OBIEE dashboard page in PDF format . Also I recieve the same error when i try to download the report in Powerpoint format .
    Assertion failure: rElement.countChildElements() <= vColumns.size() at line 457 of ./project/websubsystems/xslfopostprocessor.cpp
    Error Details
    Error Codes: OQ78YWIW
    I am not able to figure out reason behind this ..
    Please help !!!
    jyoti

    I am also recieving the same error message while trying to download my report in PDF format.Can anyone pls help to resolve this??
    Payel

  • How do you set the Crystal Report Viewer Printer to Duplex

    Using the code below I can print in duplex mode, but this does not let me view a report before printing
    How do I set the Printer in the Viewer Control Bar of the Crystal Report Viewer to Duplex Printing programmatically rather than having to manually select Duplex through the preferences option?
    I have searched but the only example code I found produces errors in the code and will not run
    Private myReport As ReportDocument
    myReport = New ReportDocument()
    myReport.PrintOptions.PaperSize = PaperSize.PaperA4
    myReport.PrintOptions.PaperOrientation = PaperOrientation.Portrait
    myReport.PrintOptions.PrinterDuplex = PrinterDuplex. Vertical
    myReport.PrintToPrinter(3, False, 0, 0)
    In my VB6 Project that I am converting to VB.NET when I added Report.PrinterDuplex = crPRDPVertical, this allowed me to view the report and then print with Duplex without having to set the Print Preferences manualy
    I found 1386475 - How to set printer name and print job title at runtime using Report Application Server SDK for Visual Studio .NET
    But this causes errors
    Imports CrystalDecisions.ReportAppServer.ClientDoc
    Imports CrystalDecisions.ReportAppServer.Controllers
    Dim boReportClientDocument As ISCDReportClientDocument
    Dim boPrintOutputController As PrintOutputController
    Dim boPrintReportOptions As New PrintReportOptions
    Edited by: DavidMills on Feb 18, 2011 11:58 AM

    Hi David,
    You can mix both engines, just declare them both with different report object names. Here's all of my references:
    using System;
    using System.IO;
    using System.Xml;
    using System.Drawing;
    using System.Collections;
    using System.ComponentModel;
    using System.Windows.Forms;
    using System.Data;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    using CrystalDecisions.ReportAppServer.ClientDoc;
    using CrystalDecisions.ReportAppServer.Controllers;
    using CrystalDecisions.ReportAppServer.ReportDefModel;
    using CrystalDecisions.ReportAppServer.CommonControls;
    using CrystalDecisions.ReportAppServer.CommLayer;
    using CrystalDecisions.ReportAppServer.CommonObjectModel;
    using CrystalDecisions.ReportAppServer.ObjectFactory;
    using System.Data.OleDb;
    using CrystalDecisions.ReportAppServer.DataSetConversion;
    using CrystalDecisions.ReportAppServer.DataDefModel;
    using CrystalDecisions.ReportSource;
    using CrystalDecisions.Windows.Forms;
    using System.Data.SqlClient;
    using System.Runtime.InteropServices;
        public class frmMain : System.Windows.Forms.Form
            CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
            CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument rptClientDoc;
    My file open dialog:
            private void btnOpenReport_Click(object sender, System.EventArgs e)
                rptClientDoc = new CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument();
                openFileDialog.Filter = "Crystal Reports (*.rpt)|*.rpt|Crystal Reports Secure (*.rptr)|*.rptr";
                openFileDialog.FilterIndex = 1;
                 if (openFileDialog.ShowDialog() == DialogResult.OK)
                      btnOpenReport.Enabled = false;
                      btnSaveRptAs.Enabled = false;
                      object rptName = openFileDialog.FileName;
                    try
                        rpt.Load(rptName.ToString());
                        rptClientDoc = rpt.ReportClientDocument;
                    catch (Exception ex)
                        MessageBox.Show("ERROR: " + ex.Message);
                        return;
                    MessageBox.Show(rptClientDoc.MajorVersion.ToString() + "." + rptClientDoc.MinorVersion.ToString());
                        MessageBox.Show("Report opened.","RAS",MessageBoxButtons.OK,MessageBoxIcon.Information );
                        btnOpenReport.Enabled = true;
                        btnSaveRptAs.Enabled = true;
                    //MessageBox.Show(rpt.RecordSelectionFormula, "my record: ", MessageBoxButtons.OK, MessageBoxIcon.Information);
                    MessageBox.Show(rpt.ReportRequestStatus.NumberOfPages.ToString(), "Number of Pages: ", MessageBoxButtons.OK, MessageBoxIcon.Information);
    As for the page number I use it off the Engine report object:
    MessageBox.Show(rpt.ReportRequestStatus.NumberOfPages.ToString(), "Number of Pages: ", MessageBoxButtons.OK, MessageBoxIcon.Information);
    And it works for me...
    Thank you
    Don

  • Printing the crystal report from a wbe form

    Dear All,
    I am very new to crystal reports.
    In a web form I am having 3 report and by clicking on different options one will be visible at a time.
    Now when the user clicks on the "Print" option it has to print all the reports.
    For this I have used "PrintToPrinter" function but it is asking for the end page but I don't know how to get the last page number.

    Dear Adam,
    Thank you a lot.
    But how can we resolve the issue "Printing to client printer".
    If it is an intranet application then it will print to a network printer?
    I am expecting your valuable reply.
    Best Regards,
    M. J. Jaya Chitra

  • Intermittent "Invalid specified printer" when scheduling reports to printer

    Hi All,
    looking for pointers to resolve this issue .
    Every now and again (about once a week) a print schedule will fail with the error message "Invalid specified printer".
    - Issue is intermittent, and dozens of other print jobs run successfully.
    - No specific pattern has been found (no specific document, time, server, user). Documents scheduled are Crystal Reports
    - there are several printers installed on the machine, but only one used for those schedules (HP 4350 PCL6) set as default.
    - nothing specific appears in the event viewer when the issue occurs
    - at the time of the traced issue there were only 4 print jobs going on (low volume).
    - scheduled documents are small, and schedules run automatically (based on events)
    - using "No printer' parameter in the CR templates (early recommendation) seems to have reduced the number of occurence of the issue, but it still happens every other week
    - using XI3.1 SP2 clustered windows environment.
    Already tried the following steps with no success:
    - Running the CR Job server on a Domian Account
    - Re-installing printer drivers
    - Updating to the latest Printer drivers
    -  rights on all machines/servers have been checked
    - In CR report properties for the 'Print Settings' tried with both the options - 'Default Printer' and 'Specify the Printer'
    excerpt from traces (JobServerChild_<pid>_crpe_functions.log):
    PESelectPrinterN ~ce24e866c818dcfc2.rpt  0 printJob:3,driverName:,printerName:\\sinfp03p\RM43-062A,portName: IN tdrcws 0 <==
    PESelectPrinterExW ~ce24e866c818dcfc2.rpt  0 printJob:3,printerInfoW:<driverName:>, <printerName:\\sinfp03p\RM43-062A>, <portName:>, <StructSize:4272652726> IN tdrcws 0 <==
    PESelectPrinterExW ~ce24e866c818dcfc2.rpt  *513* OUT printJob:3,printerInfoW:<driverName:>, <printerName:\\sinfp03p\RM43-062A>, <portName:>, <StructSize:4272652730> tdrcws 0 <==
    PESelectPrinterN ~ce24e866c818dcfc2.rpt  *513* OUT printJob:3,driverName:,printerName:\\sinfp03p\RM43-062A,portName: tdrcws 0 <==
    The traces above look exactly similar in successful occurrences, except the 513 returned is 0 instead. They continue below (error case only)
    PEGetErrorCodeAndSubstituteStrings     ~ce24e866c818dcfc2.rpt          0     printJob:3,errorInfo:<lastErrorCode:0><StructSize:26><nSubstitutionHandle:0>     IN     tdrcws     0     <==
    PEGetErrorCodeAndSubstituteStrings     ~ce24e866c818dcfc2.rpt          0     OUT     printJob:3,errorInfo:<lastErrorCode:513><StructSize:26><nSubstitutionHandle:1>     tdrcws     0     <==
    PEGetErrorTextEx     ~ce24e866c818dcfc2.rpt          0     printJob:3,textHandle:0,textLength:0,lcid:4294967295     IN     tdrcws     0     <==
    PEGetErrorTextEx     ~ce24e866c818dcfc2.rpt          0     OUT     printJob:3,textHandle:1c8002c,textLength:100,lcid:3081     tdrcws     0     <==
    PEGetHandleStringExN               0     textHandle:1c8002c,text:*Invalid printer specified*.
    Any idea what to look for?
    Thanks for your help
    Antoine
    Edited by: Antoine Desmarets on Feb 18, 2011 6:52 AM

    A print server is indeed used.
    It is actually the company print server, but only one printer is used for this particular app.
    Unfortunately nothing canbe changed / tested regarding the printer / print server settings.
    Regarding error logs, it seems that the print requests don't even show on the print server at all.
    For example, 18 CR reports were scheduled to print and 17 were successful, 1 failed with the "Invalid printer specified" error.
    The print server only had signs of the 17 successful jobs, but nothing (no error, no pending, nothing) about the missing report.

  • Unable to export the SiteCatalyst Reports to FTP?

    Hi Team,
    This is the first time I'm using this... I was trying to export the SiteCatalyst Reports via FTP option...
    Below are the steps that I have followed..
    - Browse to Adobe Marketing Cloud -> Analytics -> Reports & Analytics
    - Custom Reports -> ExternalUserHits
    - Click on Send Button ->  
             Format: Excel / CSV
             Advanced Delivery Options ->  Selected FTP instead of Email
                Given our FTP Server (Our organization FTP Server) details with Host Name / port #/ Directory (tried with existing directory too) / User Name / password,
    The report has been sent through email as failed to upload to the FTP server .. Below is the error message
            Error Message :We were unable to upload your report via FTP due to the following error:
                         Failed to create provided directory
    I had given the existing directory in the FTP details section but still it has thrown the above error message
    I have tried with Datawarehouse option too but nothing has been uploaded to my FTP server..
    Please help me..
    Note: I was able to generate the reports and send through email...
    Thanks in Advance,
    Deeepa

    Hi Deeepa,
    I believe you are confusing Business Catalyst (http://businesscatalyst.com) with Site Catalyst (https://sitecatalyst.omniture.com) which are two different products. 
    I'll move this thread to the proper channel to help assist you further.
    Please revert your query to the following thread below instead.
    - http://help-forums.adobe.com/content/adobeforums/en/analytics-forum/adobe-analytics.html
    Kind regards,
    -Sidney

  • Not able to print the script form from print preview

    Hi Experts,
    I need to print one of the script form from print preview. As per the req. first i need to generate a print preview of this form and if required should be able to print it from this preview.
    i am able to generate print preview and also able to see the print option but when i try to print it is going to the spool (which i dont want). I want it to be printed directly to the printer instead of sending it to the spool.
    Please suggest me
    The way i coded it is
    DATA: arcpar TYPE arc_params,
                pripar TYPE pri_params.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          layout                 = 'X_65_132'
          line_count             = 65
          line_size              = 132
        IMPORTING
          out_parameters         = pripar
          out_archive_parameters = arcpar
          valid                  = val
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
      pr_options-tddest = ''.
      pr_options-tdpreview = 'X'.
      pr_options-tdnoprint = ''.
      pr_options-tdsuffix1 = 'STUFF'.
      pr_options-tdsuffix2 = matnr.
      pr_options-tdimmed = ''.
      pr_options-tdlifetime = '2'.
      pr_options-tdprogram = Form-name.
    CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          device   = 'PRINTER'
          dialog   = space
          form     = "purchase or"
          language = sy-langu
          OPTIONS  = pr_options
        EXCEPTIONS
          canceled = 01
          device   = 02
          form     = 03
          OPTIONS  = 04
          unclosed = 05.
      CALL FUNCTION 'START_FORM'.
    ENDFORM.                    " open_and_start_form
    Thank you.

    Hi,
       Just pass the value 'X' to "pr_options-tdimmed" field.Try this.
    I hope,it help you
    <=<< Sharing Knowledge is a way to Innovative  >=>>
    By,
      Yoga

  • I printed an AutoCad drawing to PDF and the PDF looks OK on the screen but when I print the PDF to a printer the text in the drawing is crosshatched with lines and you cant's see the letters, I printed an AutoCad drawing to PDF and the PDF looks OK on the

    I need to know why this crosshatching appears over the text when I print the PDF

    If you use the same Adobe Reader versions with the same PDF on Windows 7 and XP, then I would expect the outcome to be the same.
    Is this a local or online PDF?
    If local, is the file really exactly the same?
    If online, in what browser?

  • Unable to select the SSRS report parameters and execute the reports.

    Hi All,
    We have set of SSRS reports and are been published to SharePoint 2010.After that I have enabled Anonymous user access at SharPoint side,after enabling Anonymous user access no one is able to access the reports so I have removed Anonymous user access
    and the reports are working as normal in IE (internet explorer) but not working thorugh CITRIX (before Anonymous user access provided reports are working normal in CITRIX too), able to open welcome page of sharepoint and unable to select any parameters and
    unable to execute the rpeorts.
    Could you please suggest if you have any solutio as it is very urgent for me.
    Regards,
    Santosh
    Santosh

    Have you tried the basics, such as clearing the browser cache? Note that depending on the version of SSRS in use, Anonymous is not supported with SSRS.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • I have a brother laser hl 1110 printer. the double side page printing option is greyed out and unusable. anyone know a fix for this? thanks. it prints single side okay.

    basically the question is the same as the title of the discussion. double sided printing option is grey and unselectable. i can't figure out if it can be changed to on in the presets etc. would appreciate any help. i am using maverick and the brother hl 1110 laser printer.

    Hello! I have the same exact problem and tried your suggestion. I can't find a duplex setting

Maybe you are looking for

  • Satellite L100 will not boot up if wi-fi is enabled

    Hi Starting from the beginning, yesterday for first time my husband connected his Satellite Pro L100 PSLA4E to an LCD TV using a s-video cable. Everything seemed to work fine but thebackground on thedesktop had vanished, there was just a plain white

  • Method not found :set_ToggleSidePanel(SidePanelKind) error

    I developed an wpf application in vs2010. I am generating the reports using crystal report wpf viewer. Its working fine on the system it is developed but on target machine its giving following error: method not found: void SAPBusinessObjects.WPF.View

  • Performance Issue with the Query urgent

    is there any way to get the data for the material Rejected with Movement type 122 & 123 except MSEG table, as my report is very slow... my query is as below : - SELECT SUM( a~dmbtr )INTO value1     FROM mseg AS a INNER JOIN mkpf AS b          ON ambl

  • DBA role required to see indexes in Other Users schema

    When my developers try to view indexes owned by other users that are unable to see them unless the have been added to the DBA Role. Is this a requirement to view indexes owned by others? Are there lesser privs than DBA that will allow this?

  • Air print too large

    Ever since the IOS7 series, my printer prints the fonts on the screen and not native fonts. I contacted apple store twice without any success. When I has IOS6, it used to print perfectly. Why Iphone sends screen fonts rather than the native fonts. Si