Crystal report Print small print area

Hello,
i made some receipt print and i had a problem with printig of report. I prepared report and in reportviewer it was OK, but when i send it to a  receipt printer, the final ouptut is bad.The report was printed  in small text area left bottom of paper.
in attach file: left is oputput, right is viewer.
I tried it to send via PrintToPrinter method or print from CrystalReportViwer. The problem is everywhere.
Maybe some problem with resolution..
Can you resolve my problem ?
Thanks you for your idea
Jan

Hello Jan
The most likely reason is the printer driver. From the screenshot, the report looks like it is formatted on an A1 or 8 1/2 X 11 page. But the printout is on a label printer(?). So, if the report is supposed to be used on a label printer, it must be formatted in the designer for that specific label printer.
You don't mention the version of CR or VS you are working with, but I assume it is VS 2010 / 2012 and SAP Crystal Reports, developer version for Microsoft Visual Studio (CRVS). If that is the case, make sure you apply Service Pack 8 for CRVS:
SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
Follow us on Twitter

Similar Messages

  • Crystal Reports export and print fails with SSL / https but works with http

    Windows 2008 Server, 32-bit (IIS7)
    ASP.NET 2.0
    Ajax 1.0
    Crystal Reports version 10.5.3700.0
    http:  printing works, export works
    https:  printing not working, only export to MS Excel and MS Word work.
    I am able to generate reports using both http and https, and the toolbar icons are all showing.  However, I am unable to print or export properly with SSL.
    Printing prompts me with a select printer window, and then a window 'Retrieving Page 1' follow by two messages from Crystal Print Control both stating:
    A communication error occured.  Printing will be stopped.
    Exporting generates various errors depending on which export method is being selected (however Excel and Word work over https).
    I've found the same problem on this site and other forums, but never a resolution to get exporting and printing to work with SSL.  Will someone please provide me assistance or possibly relay what settings they're using if they have Crystal Reports export or printing working over SSL in IIS7?  Everything works fine when I change the address from https to http.
    Please let me know if I can help by providing further information.  We've gone through a great deal of possible solutions with code and I'm currently looking in to IIS settings again.
    Thank you.

    Thanks Ludek. I got it by searching KB number.
    Unfortunately, it didn’t fix my problem even my IE (IE8 and IE 9) has correct setting.  I double check my version. PrintControl.CAB is version 10.2.0.1146. we use VS 2005 Crystal report and VB .NET. It works fine on HTTP. But when we use HTTPS (SSL Certificate from go daddy).
    1: Crystal report export
                Export to MS Excel, Word: pop us “File download”, then click “Save”. It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to RPt, Rich text format: It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to PDF : nothing happened.
    2: Print:
                Pop up dialog to select printer, click “Print” “. Shows windows “Crystal Report Viewer” and pop us error message box. Title is “Crystal Print Control”. Message is “An communication error occurred. Printing will be stopped”. Click “OK” and pop up error message box again.
    Please advise.
    Thank you very much!

  • Crystal Reports 2008 viewer, print function, Comunication error

    I installed cr2008 on a web server and isntalled sp0
    if I bring up a reprot in smartviewer from a client it works and I can print
    once I installed sp1, sp2 and or sp3 for crystal reports 2008 the print button in crystal reports viewer gives an error when I click the print button.
    If I remove and re-isntall cr2008 and just installed sp0 the print button works again
    Is there a fix to make the print button work in crystal reports smart viewer once sp1 or above have been installed
    thank you
    ted

    Translating the error message on bablefish I get:
    Mistake with the store of the data bank information. Mistake in the file Report {C6512421-348A-4621-B1ED-895D28646A0A} .rpt
    Which I'm sure is not 100% accurate, but it gives a good hint. As well, because of this:
    "Do I need to install an additional / diffrent runtime than 2008 Runtime"
    I wonder how you installed the CR 12 runtime on that computer? For more info on CR runtimes, see [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki.
    If my suggestion above does not help, make sure the Win\temp directory can be accessed buy the application. Crystal Reports runtime needs to write and read files from the temp directory.
    Ludek

  • Crystal Report fails to print embedded pictures

    Hi,
    I use crystal report templates and embed data from Java POJO's to print my reports.
    My application was running successfully until the day when below mentioned exception started appearing in logs, every time I ran the report generation code.
    My CRConfig.xml has correct  <reportlocation> tag.
    The report generated was missing two static pictures embedded in the templates.
    The jar files are also present at correct location.
    I have no clue why why this exception can suddenly start appearing in a well-running application.
    Can someone please provide me with any pointers about about could be wrong here?
    Thanks for your help.
    Regards,
    Anand
    {com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com.crystaldecisions.reports.reportdefinition.InsertFieldObjectCommand---- Error code:-2147467259 Error code name:failed
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.a.<init>(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.ReportAgentFactory.createAgent(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.<init>(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at com.aig.alico.webapp.actions.FulfillmentDocumentsAction.printReport(FulfillmentDocumentsAction.java:252)
         at sun.reflect.GeneratedMethodAccessor2036.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1087)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
         at com.aig.alico.webapp.service.AuthenticationFilter.doFilter(AuthenticationFilter.java:288)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:837)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:680)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:588)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:122)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
         at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    Caused by: java.lang.NoClassDefFoundError: com.crystaldecisions.reports.reportdefinition.InsertFieldObjectCommand
         at com.businessobjects.reports.reportconverter.v12.d.a(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.a(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.if(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.if(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.E(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.m(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.f.if(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.V12SaveLoader.a(Unknown Source)
         at com.businessobjects.reports.loader.ReportLoader.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCReportLoader.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCReportLoader.a(Unknown Source)
         at com.businessobjects.reports.sdk.requesthandler.ReportDocumentRequestHandler.a(Unknown Source)
         ... 47 more
    Caused by: java.lang.ClassNotFoundException: com.crystaldecisions.reports.reportdefinition.InsertFieldObjectCommand
         at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java:487)
         at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:388)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:597)
         ... 59 more}

    So, you mean that it could be a websphere issue?
    Can crystal reports be at fault here? Are you aware of anyt CR related issues related to this problem?
    We run our application in Websphere and include the crystal reports jars supplied by Rational Application Developer.
    What is the recommended method of including crystal reports jars in our web application. We put the CR jar files under WEB-INF\lib dir.
    Regards,
    Anand

  • Crystal report problem when printing

    We have developed a crystal report that adds extra pages when i physically try to print the report.
    In the viewer it does not have the extra pages, but when i print it prints a blank page after every printed page.
    The conclusion of one of the support employees was that extra lines are there when printing, but not when i view it in the crystal viewer.
    Version : 11.0.0.1282.
    The viewer im talking about is the integrated preview of crystal reports.
    Any help is greatly appreciated.
    Edited by: RolandWorms79 on Sep 2, 2009 10:41 PM

    Like I said, let me send the report to you so you can try. I have tried everything on this green earth to get that report to print correctly. I must say im getting very unsatisfied and frustrated because everyone seems to have the solution (either upgrade x or y), but nobody is willing to look at my report and try themselves.
    I have created another call for support (which is ridiculous, because its my second call) and nobody has contacted me yet.
    (the support process is flawed anyway, because i cant seem to be able to register my call anywhere, i miss some number ..)
    Helping is very simple. If you think its the printer driver and you have never had such a problem before, try it yourself, see what happens. I have been told to buy the new crystal, because that would solve it. it did not. Upgrade to the newest version, that would help, it didnt. try to change some settings in CR, does not help. Try a different printer, did not help.
    To be honest, i have had it with try this or try that. My suggestion, try yourself. If someone had done that from the start i would have solved this problem ages ago.
    I am working on this problem for about 3 months(!!!) now and i just simply need a solution.
    So if anybody has a suggestion that does not include upgrade to x or y, please let me know.

  • Logon failed. Details: mscorlib (Crystal report error during print &export)

    Hi,
    I'm encountering the problem that the crystal report is working fine in the staging server I developed.
    However, after I transported to live server the report having problems when printing and exporting.
    Below is the error message prompts to me.
    Logon failed. Details: mscorlib : Could not find file 'C:\Inetpub\wwwroot\rptPrintSummaryConfineSpace.xml'. Error in File C:\WINDOWS\TEMP\rptPrintSummaryConfineSpace {2D72226E-816A-4D9B-BF93-C9077001F09C}.rpt: Unable to connect: incorrect log on parameters.
    I hit this error when I click OK button on export or print option page.
    My temp folder at windows is given full permission for IIS_WPG and ASPUSER.
    Please help to resolve my problem thank you very much.

    What version of Crystal Reports?
    What CR Service Pack are you on?
    What is the database?
    How are you connecting to the databse (ODBC, OLE DB, etc.)?
    - Ludek

  • Hide Link Button Image used in Crystal Report 2008 while printing

    Hello Experts,
    I am using Link Button of SAP B1 in Crystal Report 2008 which works perfectly. But when i am trying to export it, i am also getting the image of Link Button.
    Is there a way to hide the image while printing?
    Thanks
    Shiv

    hi Piyush,
    there are some changes in the cr viewer between 3.1 to 4.x. can you please upgrade the reports that are not working to webelements 2.47 which was built for 4.0.
    let us know how this works.
    -jamie

  • Printing Extremely Slow Using Crystal Reports 2008 ActiveX Print Control

    Problem:
    We are trying to upgrade our existing Crystal Reports 10.0 ActiveX Viewer ASP based reports to the new Crystal Reports 2008 ASPX Report Viewer but are having print performance issues that have prohibited us from moving forward.
    Environment:
    Windows 2003 Server Standard Edition 32-bit with SP1
    IIS 6.0 running ASP .NET version 2.0.50727
    Crystal Reports 2008 SP0 with FP1
    Crystal PrintControl.dll version 12.0.0.796 (verified on server and client)
    Details:
    Crystal Reports 2008 ASPX Report Viewer Object & ActiveX Print Control Report Printing Scenario
    From a typical 27 page report, the user clicks the Print icon from the ASPX Report Viewer Object.
    The Print window with the message Crystal Reports Print Control immediately appears on the screen.  This window is on the screen for approx 30 seconds.
    The Print Setup window finally appears on the screen.  The user verifies the printer, chooses to print pages 1-5, and clicks the Print button from the window.
    The Retrieving page 1 message appears in the Print window.  The message remains in the window for approx 30 seconds.
    The Printing page 1 message appears in the Print window.  The message remains in the window for approx 30 seconds.
    The Printing page 2 message appears in the Print window.  The message remains in the window for approx 30 seconds.
    The Printing page 3 message appears in the Print window.  The message remains in the window for approx 30 seconds.
    The Printing page 4 message appears in the Print window.  The message remains in the window for approx 30 seconds.
    The Printing page 5 message appears in the Print window.  The message is in the window for less than 1 second.
    After 3 MINUTES of waiting the report finally starts printing.
    Crystal Reports 10 ASP ActiveX Report Viewer Report Printing Scenario
    From the same typical 27 page report that was used in the Crystal Reports 2008 scenario, the user clicks the Print icon from the ASP ActiveX Report Viewer.
    The Print window Immediately appears on the screen.  The user verifies the printer, chooses to print pages 1-5, and clicks the Print button from the window.
    The Print window Immediately disappears from the screen and the report Immediately starts printing.
    The entire print process takes only 3 u2013 4 SECONDS.
    Even  though we are trying to get the users to decrease the amount of paper used in report printing.  They still do a significant amount of printing.  The difference between the print performance using Crystal Reports 10 (3-4 seconds) and Crystal Reports 2008 (3 minutes) is totally unacceptable to our users.
    Has anyone else experienced this problem and is there a known fix for it?  This is the only thing holding us back from our upgrade and it has become very frustrating to us.
    Much thanks to anyone that can shed some light on this.

    Hi Brian,
    Please have a look at [this|Crystal 11.5 Activex control for viewer; post.
    However, have you tried with the No Printer options available in Print Options window from designer?
    Regards,
    Atanu.

  • Error in Printing Crystal Report Directly to Printer using SDK Code

    Hello ,
    I am trying to print a crystal report created in SAP Crystal Reports 2008 through SDk Code using one parameter
    as (Document Number).But While running the Code the Report is not getting printed and also the system is
    not able to fetch the correct data in the report using the supplied parameter .
    I am using Visual Studio 2005 Crystal Report dll s in my code :-
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.CrystalReports
    Imports System
    Imports System.Data.SqlClient
    Imports System.IO
    For Clarification i am pasting my code below :-
                Dim oRpt As ReportDocument
                oRpt = New ReportDocument
                oRpt.Load(Path)
                With crConnectionInfo
                    .ServerName = Server
                    .DatabaseName = Database
                    .UserID = User
                    .Password = Password
                End With
                CrTables = oRpt.Database.Tables
                For Each CrTable In CrTables
                    crtableLogoninfo = CrTable.LogOnInfo
                    crtableLogoninfo.ConnectionInfo = crConnectionInfo
                    CrTable.ApplyLogOnInfo(crtableLogoninfo)
                Next
                oRpt.ParameterFields("Document Number").CurrentValues.AddValue(Parameter)
                If Printer <> "" Then
                    oRpt.PrintOptions.PrinterName = Printer
                End If
                oRpt.PrintToPrinter(Copies, False, 0, 1)
            Catch ex As Exception
                SBO_Application.MessageBox(ex.Message)
            End Try
    Please suggest me what i have to do in my code to print the report with correct data in report.
    Thanks & Regards,
    Amit

    k

  • Switch from OINV to ODRF in Crystal Report layout for print the Invoice?

    Hi,
    I have imported in Sap Business One some standard report developed by Sap with Crystal Report (like Sales Invoice).
    I have try to print my Invoices and all is OK, then I have try to print a Draft Invoice and, even in this case, is all ok. Then I have open the Crystal Report designer for this print module, and the entry point is the OINV table. How can he print succesful the Draft Invoice (that is in the ODRF table ObjType = 13)? Formula Field? I don't understand!!
    Thank for the help!!
    Marco

    Hi Marco,
    You only need a single Crystal report for this. Base it on a stored procedure which has two INT type parameters @DocKey and @ObjectId. Within your SQL create IF blocks to handle different @ObjectId values:
    IF @ObjectId = 13 then use the invoices tables OINV/INV1 etc.
    IF @ObjectId = 112 then use the draft tables ODRF/DRF1 etc.
    Don't forget to put the @ symbol at the end of the parameter in the report itself. That is all that is needed to create a single report that works for both added invoices and draft invoices. You could extend the SQL to handle other @ObjectId values like 14 for AR Credit Notes and so on.
    Regards,
    Andrew.

  • Crystal Report Preview and Print error

    Hi,
    I am trying my first Crystal report in SAP; I have created one report using OITE table and run it in Crystal Designer without any problem; Then I added it to SAP / Manager Crystal Report / New Report, but I get the following error message when I click the Preview and Print button every time;
    The file does exist and the location is setup correctly; I dont understand why SAP can not find the file; Any comments?
    SAP Crystal AddOn
    Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    OK  

    Hi,
    When you google on "[Could not load file or assembly CrystalDecisions|http://www.google.com/search?q=CouldnotloadfileorassemblyCrystalDecisions]" you will find quite some hits.
    One that might be important for you could be http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/b0fc930f-5fc8-4475-bfe7-ad56616e838d/
    That is depending on how the report is made.
    Another option might be
    http://www.velocityreviews.com/forums/t382557-could-not-load-file-or-assembly-crystaldecisionsweb.html
    Best regards,
    Peter

  • Crystal Report , Dot Matrix printer , Landscape , Legal

    Post Author: naser
    CA Forum: General
    IDE : VS .NET 2003,
    Platform : .NET 1.x, .NET 2.0, Hello I have been working 4 day's only to get print job which is should be on legal size and landscape mode Here is my story , I have u2022    Dot Matrix Epson Printer (Defaults setting) u2022    Legal size paper First : In crystal report designer I setup printer I select the PAPER SIZE = legal Orientation = Landscape Using this code   Code:
      Dim Frm1 As New Form1     Dim RV As New CrystalDecisions.Windows.Forms.CrystalReportViewer     CR.SetDataSource(PrintDatabase1.Tables(0))     RV.DisplayGroupTree = False     RV.DisplayToolbar = True     Frm1.Controls.Add(RV)     Frm1.WindowState = FormWindowState.Maximized     RV.Dock = DockStyle.Fill     RV.ReportSource = CR     Frm1.Show() When print the Document , the printer print in Portrait Orientation mode . why I donu2019t know second : same situation but I add this code   Code:
    CR.PrintOptions.PaperOrientation = PaperOrientation.Landscape When print the Document , the printer print in Portrait Orientation mode . why I donu2019t know thired :   Code:
    CR.PrintOptions.PaperOrientation = PaperOrientation.Landscape CR.FormatEngine.PrintOptions.PaperOrientation = PaperOrientation.Landscape
    Again When print the Document , the printer print in Portrait Orientation mode . why I donu2019t know
    Now after I changed the defaults setting for the Epson printer to Orintation = Landscape Paper size = Legal And used this code Code: SetDataSource(PrintDatabase1.Tables(0))       CR.PrintOptions.PaperOrientation = PaperOrientation.Landscape       CR.PrintOptions.PaperSize = PaperSize.PaperLegal CR.FormatEngine.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperSize.DefaultPaperSize = PaperSize.DefaultPaperSize.PaperLegal The printer print in Landscape mode but it not printing the data which located in the right side of paper While that I checked the properties of printer from printer button in the crystal report viewer I found the orientation = Portrait I think its mean the program print the document by coding as landscape but printer receive it and print it as portrait because that it is not shown the right side of paper
    i'm upgrade fees program for our Department which has been developed using Q basic language, and the were using same printer and same size of paper. they were printing fine without any prablem like what im facing help to get the help soon thanks for all the members

    Question is already answered in link
    Printing Speed on Dot Matrix
    Jeyakanthan

  • Crystal Report viewing and Printing Issue

    Hi Experts
                    I use crystal Reports for PO,AR Invoice,Delivery and many other documents.It takes more than 5 mins to view layout from crystal report and print sequence printing takes more than 10mins.Please Help me to rectify this issue..
    Regards
    Naresh Kumar

    Hi Naresh,
    What is your SAP version and Patch Level ?
    I believe in new version this issue has been addressed by SAP. Also note SAP B1 8.81 PL 07 has some issues in crystal Report, it asks for SQL user id and password, SAP is aware of this issue. So if you plan upgrade to latest PL then ensure that Crystal report issue is resolved, otherwise you will be in trouble.
    BR
    Samir Gandhi

  • Error While Using Crystal Report and Its Print SAP Business One

    Hi Experts,
    I am using SAP Business One 8.82 PL 11. On my Server there is a problem in Crystal Report tool.
    When I am trying to see preview and tried to get print of any Crystal report layout It gives me error "Unknown Database Connector Error"
    Please give me solution on same ASAP.
    Also I have attached Screen shot of error.
    Thanks.
    Ajit.

    Hi Ajit,
    Please repost to the SAP B1 space.
    -Abhilash

  • Crystal Report unable to print out throught Remote Desktop from server

    Dear All Expert,
    I am facing problem when print a crystal report layout from SAP B1 8.8 through Remote to Server, print to Client machine. It will promt out Error Message "thunking spooler apis from 32 to 64 process has stopped working fix", but if print PLD, then it is work. Any Idea? Client machine using Windows 7 facing this problems, earlier using windows XP is fine. Thanks a lot.

    Hi Gordon,
    fyi, I have Turn Off UAC for the client machine (Win 7 32 bit), do the checking from command prompt (srf/scannow), uninstall the printer driver and reinstall the correct printer driver for server (windows server 64 bit), client machine (win7 32 bit), reboot the machine. Do the setting from internet option > Advance> 
    1. Allow active content fro CDs to run on My Computer*
    2. Allow active content to run files on My Computer*
    3. Allow software to run or install even if the signature is invalid.
    But all of the above could not resolve the problem happen. It happen only print SAP B1 8.8 crystal report layout. Others PLD layout is able to print. Please Advice.

Maybe you are looking for

  • Dunning as PDF - Problem with output

    Hi experts, I have a problem with the dunning as email. Everything works fine here with the dífferent threads (BTE 1040) - but the output is not in PDF-format. When I look at SOST, the attachment ist in *.EXT format... Does anybody know what's the pr

  • All users and settings lost on Security Update PRAM reset lost all

    Just did a security update and on reboot, login window accepted my user and password, however, screen started to boot into normal desktop and would go back to login screen again. This would happen everytime. Only option was to reset PRAM. Upon reboot

  • When opening import manager, it is used to through an Error message?

    Hi All, I have extracted xml file using generic extraction from SRM system, now when i want to import this xml file using my import manager.. while at opening import manager it is throwing error message. Error Message: Logon Error : Error: Can't open

  • Flash text "Invalid file name" error in Dreamweaver

    I'm trying to create some flash text in Dreamweaver. But after I've formatted the text in the dialog box and hit save, I get the message "invalid file name" for my top.swf name. Can't figure out why I'm getting the message, and it's not working. Anyo

  • Import 2 separate audio tracks

    If I import into FCP off of a camera that recorded two separate audio tracks, why aren't they separate? On Ch2 I used the nat sound mic and I used a separate mic on Ch1 to record interviews. They were definately different when I was listening on my h