Export BIRT reports to PDF, Excel or Word is not working properly

Dear Forum members,
We are seeing an issue with the BIRT reports Export option where some reports are working fine(exporting properly) in PDF but Not in Excel or Word or PowerPoint.
In some cases, we are NOT able to export some reports in PDF as well.
BIRT reports are integrated in our java application and Weblogic is our application server. We have both Windows and Linux environment.
We see the errors shown below. Please let me know if any one knows how to resolve this issue.
+ org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.
AxisFault
faultCode: {}Server.userException
faultSubcode:
faultString: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.
faultActor:
faultNode:
faultDetail:
{}stackTrace:org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.
at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1104)
at org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1551)
at org.eclipse.birt.report.service.BirtViewerReportService.renderReport(BirtViewerReportService.java:369)
at org.eclipse.birt.report.service.actionhandler.BirtRenderReportActionHandler.__execute(BirtRenderReportActionHandler.java:65)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90)
at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.doService(FramesetFragment.java:222)
at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.service(FramesetFragment.java:86)
at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(ViewerServlet.java:181)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(BirtSoapMessageDispatcherServlet.java:278)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:263)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:308)
at org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1545)
at org.eclipse.birt.report.service.BirtViewerReportService.renderReport(BirtViewerReportService.java:369)
at org.eclipse.birt.report.service.actionhandler.BirtRenderReportActionHandler.__execute(BirtRenderReportActionHandler.java:67)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90)
at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.doService(FramesetFragment.java:222)
at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.service(FramesetFragment.java:86)
at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(ViewerServlet.java:181)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(BirtSoapMessageDispatcherServlet.java:278)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:123)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:69)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
... 9 more
Caused by: java.lang.NoClassDefFoundError: sun/awt/X11/XToolkit
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:170)
at java.awt.Toolkit$2.run(Toolkit.java:832)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:824)
at org.eclipse.birt.report.engine.layout.pdf.util.PropertyUtil.getScreenDpi(PropertyUtil.java:322)
at org.eclipse.birt.report.engine.layout.pdf.util.PropertyUtil.getRenderDpi(PropertyUtil.java:294)
at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelContext.setReport(ExcelContext.java:113)
at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.start(ExcelEmitter.java:88)
at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:585)
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:284)
at org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1545)
at org.eclipse.birt.report.service.BirtViewerReportService.renderReport(BirtViewerReportService.java:369)
at org.eclipse.birt.report.service.actionhandler.BirtRenderReportActionHandler.__execute(BirtRenderReportActionHandler.java:65)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90)
at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.doService(FramesetFragment.java:222)
at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.service(FramesetFragment.java:86)
at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(ViewerServlet.java:181)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(BirtSoapMessageDispatcherServlet.java:278)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
... 9 more

Does this issue happen in both environments, Windows and Linux?
Do you have some reports that can be exported successfully to Word, Excel and Power Point?
That specific error indicates there is an error finding the X11 XToolkit in the class path.

Similar Messages

  • Creat PDF funtion in Word 2010 Not Working Correctly

    Hello.
    We recently installed Adobe Acrobat XI Standard within our orginization. We are having issues with our company letter head and the Create PDF function within Word 2010. When we attempt to use the Create PDF function, it creates a PDF that has the letterhead elements, but no text on the page. When we select to print to PDF, that option works without issue. Can someone lend some advice here?
    Thank you!

    Hi LotteNZ,
    Just for clarification, I'm using PowerPoint 2010 and Adobe Pro XI.  I have an ongoing project for which I have to produce a PDF based on a PowerPoint file that has a lot of links.  I eventually found an actual Adobe person who answered my question so I could stop looking for features that don't exist.
    Here's the bottom line:
    - Links that go to Next, Previous, First, or Last slide will work correctly in the PDF
    - Links that go to other specific slides within the file will not be transferred to the PDF
    - The links that don't get "inherited" in the PFD have to be re-created in the PFD (which isn't difficult -- just tedious when there are a lot of them)
    Adobe is aware of this but the person who wrote me did not know of any specific plans to fix it in future releases (which doesn't necessarily mean that they won't).
    I think Adobe supports "its own" first, which makes sense.  I believe that If the source file was created in InDesign, all of the links would be supported.  But for a variety of reasons, in my case, my source file has to be PowerPoint.
    It's annoying having to recreate links every time I make changes in my source file and so one trick I've learned is to only replace pages that have changes.  It's an imperfect system, but it does speed things up.
    Hope that helps!
    Fifi
    www.FifiKlein.com

  • Pdf Filter for Sharepoint 2003 not working properly

    We are having some problem in crawling pdf documents in Sharepoint sites.
    We installed Adobe's IFilter 6.0 on the Sharepoint Farm.
    But, found that crawling is not happening properly. i.e, when full text search is given for some key words present in pdf documents, for some of the words search is not returning the documents.
    Here is a senario.
    There is a document called 'Best Practices.pdf', in 3 sub sites.
    'Throw EDMSException from catch blocks.' - a line that is present in the above document.
    In full text search if 'EDMSException from' is given, all the 3 documents under 3 sites are being displyed in the search results.
    But, if 'Throw EDMSException' is given, no documents are getting displayed in the search results.
    Please help on this issue.
    P.S. : There is a table in that pdf document and within a cell, the above line is present.

    Hi there,
    We are developing an application where we are storing pdf files as Image in SQL Server 2000. We tried to implement Full Text Search for the same, but it works only for text files and not for pdf files stored in database. We have installed Adobe's IFilter 6.0 and followed all instructions that i found in one article (http://www.indexserverfaq.com/Blobs.htm). We are not getting what we wre missing. Any help whill be greatly appriciated. My emailid is [email protected]
    Thanks in advance.

  • Macbook pro startup is slow and also word is not working properly

    My macbook pro is slow when starting up every time and this is annoying.
    Also, having problems with word as documents not opening all the time.
    Anyone else having similar problems?

    1. System Preferences > Startup Disk
        Select Macintosh HD
         http://support.apple.com/kb/PH13976
    2. Reset PRAM:   http://support.apple.com/kb/PH14222
    3. Repair Disk.
        http://support.apple.com/kb/PH5836
    Best.

  • At end of and sum key word is not working properly

    Hi All,
    I have a requirement in that I have to calculate at the end of each fiscal year.
    I am using this section of code, But in my output its only showing me the value of the last record, its not summing up at the end of fiscal year.
    This is my section of code.
    SORT IT_BSEG BY GJAHR.
    LOOP AT IT_BSEG INTO WA_BSEG.
    AT END OF GJAHR.
    SUM.
            LOOP AT IT_ITAB INTO WA_ITAB WHERE GJAHR = WA_BSEG-GJAHR. " AND SPART = WA_VBRK-SPART.
              WA_ITAB-PRICE = WA_BSEG-DUE_AMT.
       MODIFY IT_ITAB FROM WA_ITAB TRANSPORTING PRICE SPART.
       clear wa_itab.
    ENDLOOP.
    ENDAT.
    ENDLOOP.
    Can any body let me know where is the mistake.

    Hi Madhukar,
                  As per my last thread the issue got resolved but now the challenge in front of me is to calcuclate the over due amount into if it lies in 0 to 30 days, 31 to 60 days, 61 to 90 days, 91 to 120 days and above 120 days.
    I used this logic but could not able to get the desired result. Please need u r help.
    Here I am posting the section of code which i am using to get the desired result.
    " 1 means 0 to 30 days
        " 2 means 31 to 60 days
        " 3 means 61 to 90 days
        " 4 means 91 to 120 days
        " 5 means above 121 days
        IF WA_BSEG-DAYS_NO GE 0 AND WA_BSEG-DAYS_NO LE 30.
          WA_BSEG-DUER1 = '1'.
        ELSEIF WA_BSEG-DAYS_NO GE 31 AND WA_BSEG-DAYS_NO LE 60.
          WA_BSEG-DUER1 = '2'.
        ELSEIF WA_BSEG-DAYS_NO GE 61 AND WA_BSEG-DAYS_NO LE 90.
          WA_BSEG-DUER1 = '3'.
        ELSEIF WA_BSEG-DAYS_NO GE 91 AND WA_BSEG-DAYS_NO LE 120.
          WA_BSEG-DUER1 = '4'.
        ELSE. " means it is greater than 120
          WA_BSEG-DUER1 = '5'.
        ENDIF.
    SORT IT_BSEG BY GJAHR DUER1.
    LOOP AT IT_BSEG INTO WA_BSEG.
    AT END OF GJAHR.
    SUM.
            LOOP AT IT_ITAB INTO WA_ITAB WHERE GJAHR = WA_BSEG-GJAHR.
              WA_ITAB-PRICE = WA_BSEG-DUE_AMT.
    IF WA_BSEG-AMTCAL = 'O'.
    AT LAST.
    ON CHANGE OF WA_BSEG-DUER1.
    SUM.
              WA_ITAB-PRICE = WA_BSEG-DUE_AMT.
    ENDON.
    ENDAT.
    ELSE.
    AT LAST.
        WA_BSEG-AMTCAL = 'D'.
    ON CHANGE OF WA_BSEG-DUER1.
    SUM.
              WA_ITAB-PRICE = WA_BSEG-DUE_AMT.
    ENDON.
    ENDAT.
    ENDIF.
       MODIFY IT_ITAB FROM WA_ITAB TRANSPORTING PRICE SPART.
       clear wa_itab.
    ENDLOOP.
    Thanks in Advance

  • Microsoft excel and word do not run

    my microsoft excel and word does not work and i can't keep my files current

    frankwithrow wrote:
    my microsoft excel and word does not work and i can't keep my files current
    Hi,
    What is the version of Excel and Word ? Did you pay Microsoft to use the products ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Issues in exporting SSRS report to PDF format in Report Server - Blank spaces are deleted

    Hi Gurus,
    I have a problem in exporting SSRS report to PDF format. It deletes all the blank spaces when I use bullet in a Text box and try to export to PDF formt in Report Server . For example
    •             Project submitted to the TRC
    Result in PDF format:
         • ProjectsubmittedtotheTRC
    I also noted that when I try to export to PDF in Visual Stuio 2005 (Business Intelligence development studio), it does not delete any blank spaces and shows the correct aligned Data in PDF format.
    Please help me as it is frustrating a lot
    I would highly appreciate for your quick response 

    Was there ever a solution found for this as i have the same issue.
    When bullet point is entered in a field all the spaces are removed when exported to PDF
    i tried exporting to excel and it does not remove spaces, however this is no use to me as it needs to be in PDF
    Using IE 7 (Don't think the browser has anything to do with it as this happened via a subscription)
    Didn't know SSRS had specific Service Packs, i though they came as patches to SQL Server (SQL Server is on Service Pack 3)
    This should be easy to replicate all you need to do is copy text containing a bullet point into a sql server database field and then add this field to a report export to pdf and the spaces are gone
    Thanks in advance,
    Mark Brunton
    brunzire

  • Crystal Reports 10 Enterprise Server Issue - Exporting Large Reports to PDF

    Weu2019re implementing a Crystal Reports 10 Server for a customer but weu2019re having an issue with exporting large reports to PDF.  The report size that starts to show this issue is roughly 300 pages with 20 records per page.  We use the default Crystal ActiveX viewer. 
    Basically what happens is that the user will launch the report in the ActiveX viewer and the large report will take a while to load, as much as 3 to 4 minutes.  The user may then wish to export to PDF.  Once they attempt it with these large reports the viewer will basically hang and possibly be processing but will then time-out after roughly 5 minutes with this error:
    u201CProxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /thinqreports/THINQCrystalInterface.asp.
    Reason: Error reading from remote server
    IBM_HTTP_Server/6.1.0.9 Apache/2.0.47 (Unix) Server at lmsproxy.aurora.org Port 443u201D
    We believe this error is coming from a server on our network.  We have a proxy server between users and the Crystal Server that has a 5 minute time-out for connections.  What we want to know is:
    - Is there a way to speed up this export to PDF process?
    - Should the Crystal Viewer be keeping an http connection alive to the Crystal Report Server while its doing this export process?
    - If not, what port does Crystal Viewer use to communicate with the Crystal Report Server? 
    - Is there something we can set in Crystal to keep an http connection open? 
    - What is actually occurring during this export process? 
    Occasionally, we may get the above error when simply launching a report, not just attempting to export to PDF.  We presume that is because loading the report into the Crystal Viewer from the Crystal Report Server is taking longer than 5 min.
    Anyone have any thoughts?  Thanks.
    Scott

    Scott,
    As this is happening within Enteprise (and I am assuming the report does not time out in the Crystal Reports Designer) I would suggest posting this to the BusinessObjects Enterprise Administration
    forum.
    My limited Enterprise knowledge would be to suggest scheduling the report as PDF but I don't know if that is a viable option for you.

  • No link after exporting Crystal report as pdf file

    Hello,
              If my Crystal Report contain link to the .avi file saved on the local hard disk and if I export the Report as .pdf file, pdf file does not contain that link. Why?
    The overall scenario is like-
    My application fires a query on SQL Server database and result of that query is stored in a Dataset. This dataset is set as a datasource to the Crystal report.  Now some, records (returned by the query) have .avi files(i.e. Event Videos which are stored on the local hard disk) associated with them. I have stored these .avi files in a specific path on local Hard disk say "C:/EventVideos/*.avi" .   I used a special format in these avi files name. (like - "EventVideo_1.avi" (This is for 1st event), "EventVideo_5.avi" (This is for 5th event)etc. to identify which avi is for which event. All events do not have avi files associated with them)
          Now, I take one object in crystal report. Using it's Format editor created a formula for hyperlink as -
          "file:///c:/EventVideos/EventVideo_" + {DataTable1.EventID} + ".avi" .
    EventID is the field of dataset which has ID's (like 0, 1, 2,  3, 4 etc) of all resulted events. It is of a String data type.
         Now when I export, my report as .xls, .rtf, .doc, I can open the avi files. When I bring cursor on this object, cursor get change to Hand and after click on it avi file start to play.
         But if I export it as .pdf, it does not contain the link for avi files. When I bring cursor on this object, it does not change to Hand, and after click on it nothing happens. No video play.
    I stick to this problem.
    Appreciate your help.
    Thanks in advance.

    Taken from CR Help File:
    "PDF format is a page-based format. The exported documents are intended for printing and redistribution. PDF format will export both layout and formatting in a manner that is consistent with how the report looks on the Preview tab. PDF format embeds the TrueType fonts that appear in the document. (Non-TrueType fonts are not supported.) This export format does not support Microsoft font-linking technologyu2014which is used to provide support for some extended character sets such as Chinese HKCS. Therefore, the fonts used in the report must contain all of the required glyphs. These URI types are supported for hyperlinks: "http:", "https:" and "mailto:".
    Therefore your hyperlink is not working as u are using File type when cr only supports http https and mailto uri types

  • Problem to export a report (to PDF) after converting my reports to CR13

    I have an old project with reports developped using Crystal Reports for Visual Studio 2003 (.NET 1.1). I want to convert them so I can now use Crystal Reports for Visual Studio 2010 (with .NET 3.5).
    I installed Crystal Reports for VS2010 and I converted my reports to the new format. Unfortunately, one of my reports is not working anymore.
    My ASP.NET application generate the report and export it as a PDF. I use CrystalDecisions.CrystalReports.Engine.ReportDocument.Export().
    Everytime I run this method, an exception is thrown...
    System.Exception was unhandled by user code
      Message=System.Runtime.InteropServices.COMException (0x80041004):
    Mémoire insuffisante pour l'opération.
       à CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
       à CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       à CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
       à CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
       à CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
       à CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
       à
      Source=GSPRapport
      StackTrace:
    I also tried to export the report (using PDF format) at design time with the "Export Report" button in Preview mode. It didn't work. But, I can export the report at design time using another format type (like XML).
    The old version of te report (using .NET 1.1, CR9) work fine. As I said, other reports in that same project work perfectly.
    Is someone have an idea of what's wrong!
    Thanks!
    Max.

    The most common cause of this problem is having very large detailed images, or lots and lots of images in your report. The Crystal Report engine changed a lot from 9.1 to 13. The big change was from 9.1 to 10 though when we started using the RAS InProc engine.
    The Crystal reporting engine is not efficient at handling the images and it can cause memory issues like you are seeing. As a test, try suppressing the images that show up frequently in your report and retry your export. If it works you'll have your answer and you'll need a new creative way to design your report without so many images.

  • Server Threw Exception when Exporting the report as PDF

    Hi ,
    I am developing a .Net application , In my application referring to the .rep file which is created using the Business Objects Desktop Intelligence as below
      objBO = new busobj.Application();
                        objBO.Logon(strUserName, strPassword, strServerName, strConnectionMode,false, false);
                        objBO.Visible = false;
                        objBO.Documents.OpenFromEnterprise("PfILS Document.rep", strDomain, BoEnterpriseFolderKind.boFolder);
    After passing the values to the variables of the.rep and refreshing like as below
    objBO.Application.ActiveDocument.Refresh();
    when I tried to save the generated report as .pdf ..
    objBO.Application.ActiveDocument.ExportAsPDF(@"c:\" + Report0101010 + ".pdf");
    I am getting the following issue
    The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    and the application fails to export the report to pdf document
    Please help me , what will be root cause of this issue
    Thanks
    Babu
    Edited by: Babu Lakshmikantham on Oct 28, 2009 9:18 AM

    Hi,
    World you like to have a look at the sample [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60b54507-de66-2b10-95b8-a89015297027]?
    Hope that helps!
    Thanks.

  • Error occurred during exporting ssrs report as pdf

    an error occurred during local report processing. Object reference not set to an instance of an object
    Thanks in advance

    Hi Esha2nk,
    According to your description, when you export the report to PDF in BIDS, the error “Export error: An error occurred during local report processing. Object reference not set to an instance of an object.” is thrown out.
    Based on the error message, it could cause by that there are hidden groups within the report, or the matrix has multiple columns and rows, and Hidden is set to true in the Visibility properties. So in your scenario, please check those two factors. If
    issue persists, please provide report design for our analysis. Besides, would you please tell us which SQL Server version you are using?
    Reference:
    "An error occurred during
    local reporting processing. Object reference not set to an instance of an object."
    Object reference not set to an instance of an object
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Logon Failed when exporting crystal report to PDF

    Hi, I am Teguh
    i want to ask about error when export crystal report to pdf
    error message
    CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed
    [LogOnException: Logon failed.]
       .I(String , EngineExceptionErrorID ) +506
       .D(Int16 , Int32 ) +537
       .C(Int16 ) +10
       CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext) +577
       CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType) +141
       Falcon.CRTransferSlip.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\Falcon\CRTransferSlip.aspx.vb:77
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Page.ProcessRequestMain() +750
    environment:
    OS : Windows server 2008 standard SP1
    IIS: Version 7.0
    SQL: Sql server 2000
    VS : Visual studio 2003
    i really confused with this error,
    please help me for this problem
    many thank's

    Hi Ludek
    Thank you for your response. I have installed SP3 and ProcMon and still the same result.
    I applied a filter on ProcMon to filter out items where the path contains 'export'.
    There are a few items where the result is 'NAME NOT FOUND' but I don't think it necessarly had anything to do with the barcode. These include items such as 'EXPORT\MailDestType','EXPORT\DisableExportLiveOfficeSupport'','EXPORT\ExportDirectory' to name a few.
    What drew my attention was the ACCESS DENIED result on specifically the EXPORT\PDF folders. The detail for these are  Desired Access : All access, however the very same entry appears a little futher on as a SUCCESS but this is detailed as Desired Access: Query Value.
    So in summary it looks something like this:
    User : Server\XXX
    Operation : RegOpenKey
    Path : HKU\.DEFAULT\Software\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf
    Result : ACCESS DENIED
    Desired Access : All Access
    User : Server\XXX
    Operation : RegOpenKey
    Path : HKU\.DEFAULT\Software\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf
    Result : SUCCESS
    Desired Access : Query Value
    There are a few other entries that follow this pattern that exists in other locations such as HKLM\Software...
    Could this 'ACCESS DENIED' be the problem? and If so how do I, and should I give user XXX this ALL Access its looking for.
    Regards
    Elroy

  • DCOM error "1260" on Windows 2008 R2 terminal server when SAP exports data into Office 2007 (Excel or Word)

    Hi all,
    We are experiencing an issue which happens at random whenever a user tries to export data from SAP into Excel or Word.  Excel or Word is started but remain empty.  We then see the below errors in the event log.  And the problem is very random
    as sometimes all they have to do is wait 10 minutes and the next try will be successful.  Not even log off/on.  Could someone tell me what the error "1260" is saying?     thanks for your help.
    Pete
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 4:07:36 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00020906-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE" -Embedding
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 3:54:34 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00024500-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE" /automation -Embedding

    Hi,
    Based on my research, please try the following:
    Click Start, click Run, type regedit in the Open box, and then click OK.
    Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv
    Under this subkey, add the following registry entries:
    Name
    Type
    Value data
    Logoff
    REG_SZ
    TSEventLogoff
    Logon
    REG_SZ
    TSEventLogon
    Restart the Terminal Server computer.
    Note: Serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry
    before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, please refer to
    How to back up and restore the registry in Windows.
    Hope this helps.
    Best Regards
    Jeremy Wu

  • Simple way to export a report to PDF on demand in CR Server 2008?

    Hi,
    I have this intranet application written in JavaScript with smidgens of c# that I'm modifying for a client.  They've decided to purchase Crystal Server 2008 and they want their application to call Crystal Server 2008 and export a report to PDF to a folder on the intranet server.
    I've been beating my head against the wall trying to find a simple way to do this but I'm coming up blank.  Maybe my approach is wrong. 
    I've tried the .Net SDK (wssdk_net_samples_12) and apparently it's doesn't work... exactly.  I've been told they're going to get a working SDK for .Net > Crystal Server 2008 before the end of September(they hope).
    I've tried the URL reporting and it almost does what I'm looking for.  I can call a report directly using the URL... unfortunately it's wrapped in an HTML file and I can't figure out how to get just the PDF out of it.
    Does anyone know how I can do this? 
    I'm just looking to send some info to the Crystal Server 2008 and have it send back a PDF.
    Thanks in advance,
    J

    Hi Jason,
    This question might be better addressed on the .NET forum:
    .NET SDK Application Development
    -or-
    SAP Crystal Reports, version for Visual Studio
    I recommend that you post this question on that forum.
    Regards,
    Dan

Maybe you are looking for

  • Missing infocube 0PA_C01 in BI Content?

    Dear experts, I am a new SAP BW. Now I want to get Infocube 0PA_C01 standard to make reports. Please guide me the step to install Infocube 0PA_C01(I can't find it in BI Content). With regards, Chenna Yon

  • Adobe acrobat DC download trial not working

    Hi, I've tried downloading & installing the trial 2 times, however whenever I click on 'launch acrobat' nothing happens. Is there another way to download and install the trial? Thanks

  • IChart Pie Chart doesn't response to SelectionEvent

    Hi, I have a pie chart. I would like to have the slices in the pie chart clickable. When one slice is selected, I would like to display the detail information in another iGrid table. I have done it with iChart Bar with no problem. However, it seems l

  • How to add "Traffic lights" to a webdynpro table

    Hi guys! What are the necessary steps to modify a Table cell in a table control in abap web dynpro. In particular i need those "traffic lights" in a table. can someone help me? thanks!

  • Unable to search

    I can open iTunes Store, I can ever click on albums or titles and they will appear but when I try to search for an individual song by entering the title in the search bar it would time out. I have tried to enter single word or complete title but stil