Print and Export failing

When I click either the Print or Mail links in Reports in SSM 7.0 SP8 the PDF is not being created. Either we get an error dialogue box pop up  saying:
'There was an error on this page.
An internal programming error may keep this page from displaying properly.
Error message: 'undefined' is null or not an object.
URL: http://server:50100/strategy/pilorworks/reports_pmc.htm
Line: #118'
Alternatively the pop up where you add the annotation appears but never completes to deliver the PDF. The error dialogue also appears when using Operational Review.
Using another machine we generate the PDF but the PDF which is created is not of the Report but rather is of a previous print  of a completely different report that we created fine a week ago.
Where should I be looking to resolve this.
Colin Cooper
Edited by: Colin Cooper on Sep 17, 2009 1:42 PM
Edited by: Colin Cooper on Sep 17, 2009 5:55 PM

Hi Colin,
There is obviously something strange happening as I've had no problem with creating new reports, and then bringing up the print or email window - both things do an identical conversion of the screen using PD4ML and open the window in Acrobat Reader.
I wonder, do you have the same problems with creating an Operational Review?  I ask because it's a very similar process which is going on in the background when you do that.
Given that you're seeing something which was created a couple of weeks ago, there is obviously an issue with something that is being generated, but I'm not sure what.  I've not heard of PD4ML getting stuck before, but I suppose anything is possible.  I'll see what I can figure out.
Thanks,
Robert

Similar Messages

  • How can you add your own print and export buttons to the CR viewer toolbar?

    I posted a previous question that was asking how to get around the Information Bar in IE7 when you export and print.  Unfortunately the CR viewer file download code gets blocked by IE7 because the buttons don't directly download the file.  However, I have been able to get a regular button that calls the following code and streams the file to the client and IE7 does not block it. 
    Sub PrintPDF(sender As Object, e As System.EventArgs)
         Dim crReportDocument as ReportDocument
         Dim crExportOptions as ExportOptions
         Dim crDiskFileDestinationOptions as DiskFileDestinationOptions
         Dim Fname as string
         CrReportDocument = New ReportDocument()
         CrReportDocument.Load(Server.MapPath("estactionlist.rpt"))
         Fname = Server.MapPath("./") & Session.SessionID.ToString & ".pdf"
         CrDiskFileDestinationOptions = New DiskFileDestinationOptions()
         CrDiskFileDestinationOptions.DiskFileName = FName
         CrExportOptions = crReportDocument.ExportOptions
         With crExportOptions
              .DestinationOptions = CrDiskFileDestinationOptions
              .ExportDestinationType = ExportDestinationType.DiskFile
              .ExportFormatType = ExportFormatType.PortableDocFormat
         End With
         CrReportDocument.Export()
         Response.ClearContent()
         Response.ClearHeaders()
                    Response.AddHeader("content-disposition", "attachment;filename=test.pdf")
                    Response.ContentType = "application/pdf"
                    Response.Charset = ""
                    Response.WriteFile(Fname)
                    Response.Flush()
         Response.Close()
         System.IO.File.Delete(Fname)
    End Sub
    So here are my questions?
    1. Is it possible to add a custom print control/icon to the CR viewer toolbar?
    2. If one is not possible, then is it possible to override the CR viewer print and export buttons with your own subroutines like the one above?
    I just want my page to look nice and hate to have print and export buttons outside of my CR viewer. 
    Thanks,
    Kevin

    It might be possible to replace the buttons in a windows app since you can retrieve the toolbar as a toolbar object in the winform viewer  ( ToolStrip toolBar = (ToolStrip) crystalReportViewer1.Controls[3]; )  however with a web app, it's a lot more difficult.
    The problem is that that you need to parse the Request string to try and figure out if the print / export button was clicked.  The code below makes the print button disappear if you click it, so you should be able to modify it to call your custom printing / exporting code instead  (You have to do this check in a postback)
            Dim I As Integer = 0
            If Request.Form.AllKeys.Length > 0 Then
                For I = 0 To Request.Form.AllKeys.Length - 1
                    Response.Write(Request.Form.Keys(I).ToString & "<BR>")
                    If Request.Form.Keys(I).ToString = "CrystalReportViewer2:_ctl2:_ctl2.x" Then
                        CrystalReportViewer2.HasPrintButton = False
                    End If
                Next
           End If
    Shawn

  • How to hide the Print and Export button in analytics report or tasks pane

    Hi Experts,
    In BIEE 11g,
    How to hide the Print and Export button in analytics report or tasks pane ?
    For example:
    In console,I have created one userA which is belong to BIConsumer GROUP , when I make use of the highest user 'weblogic' to create one simple report, then the userA will login the analytivs to view this report (not dashboard), it will show the print and export as below.So customers do not want to give him the privilege for printing and exporting.
    In addtion, go to catalog->tasks(left corner), it will also show the print and export button. So how to hide or not access these button?
    Note: Maybe it can use the policy for consumer role for implementing this requirement, but I do not know how to modify the policy. Are you facing the problem? Thanks.

    Hi,
    1. Create seperate folder for Reports & Dashobard.
    2. For BI_Consumer (userA) set the catalog permission to view Dashboard Folder only and remove permission on the Report Folder (you can give traverse permission but don't give Open permision).
    3. By this user won't be able to open or run any reports in that folder and the only way he can see the reports is through Dashboard and on dashboard the export and print buttone can be removed very easily.
    Mark helpful if it helps.
    Regards,
    Kashi
    Edited by: K N Yadav on 24 May, 2013 1:51 AM

  • Set location of print and export dialog boxes?

    Is there any way to set the location of the print and export dialog boxes in the viewer?
    To say, have the dialog box show up in the top left corner instead of in the middle of the document?

    There's no easy way to customize that for the viewer.
    Some people make the toolbar invisible and write their own controls.
    Sincerely,
    Ted Ueda

  • PDF Printer and Acrobat fail to open or run or anything else.

    Hi
    Adobe Acrobat Standard 9 has been installed on this TS2008 (VM) server for over a year without problem until recently.
    To start, the Adobe PDF printer stopped creating PDFs. When it worked a user would print and the PDF (creation) progress bar dialog box would open and the Adobe Distiller icon would appear in the taskbar (swirling) and a PDF would be created. Now we get the progress bar but no Distiller icon and no PDF is created.
    Then Adobe Acrobat Standard (editor) failed to open any PDFs. We installed Adobe Acrobat 9 reader which opened PDFs for a while and now that has stopped working.
    After many uninstalls, reinstalls, reg cleans we decided to open a case with Adobe who told us that Acrobat 9 is not supported on Server2008. The customer purchased Adobe Acrobat X.
    We installed Acrobat X (in terminal server mode) and all was well for around 24hrs and then it all stopped working again.
    I have since uninstalled reinstalled again. I created 1 PDF and after that the progress bar just hangs. We performed a controlled user logon to the server and all was going well until one user logged in and he isnt able to open Acrobat to read or edit PDFs.
    There are no events logs which appear to directly relate to this. We were concerned about a HpBIDI driver which no longer errors but we do have a large amount of EventID 7036, ServerControl Manager Eventlog provider and EventID 4 SpoolerWin32SPL.
    We have since been back to Adobe Support who advised us to unplug the network cable which we cannot do as its a hosted VM (with no access to the the VM console). He then asked us to remove the server from the Domain which we can't do as this is a single live server. They intend to come back to me!
    We are really at a loss here for idea's, can anyone please provide some clues?
    Thanks

    Hi billu54860732,
    Try running the Repair command from under the Help menu to see if it corrects the problem.
    The probable cause of the error is, multiple processes of Acrobat/Reader running in the background.
    If 'Repair' doesn't resolve the issue kindly follow the steps mentioned below and check, if it helps.
    1) Press CTRL+ALT+DEL together
    2) Go to the Task Manager
    3) Go to Processes in the Task Manager and kill al the processes related to Acrobat/Reader.
    4) Launch Reader/Acrobat (It should launch without an error).
    To further isolate the issue you might want to run Acrobat/Reader in an environment where no other services are running.
    This can be achieved via "MSCONFIG"
    1) Click on start type run
    2) Type MSCONFIG in the run prompt
    3) Go to services and click on hide all Microsoft services
    4) Click disable all
    5) Go to the startup in configuration window and disable all startup items
    6) Restart your system
    7) Launch Acrobat/Reader
    If, it is launched without an error, a service on your system is conflicting with Acrobat/Reader.
    Let me know if issue persist.
    Regards,
    Aadesh

  • Hp photosmart plus won't print and alignment failed

    HP Photosmart Plus stopped printing without any warning bells/error messages. Changed the black ink cartridge, used the clean and allign tools...alignment failed is the error messge I get and it still won't print.

    Hi @jmfmls,
    Welcome to the HP Forums!
    I noticed that your HP Photosmart Plus will not print and the alignment failed. I am happy to help you with these issues!
    For further assistance, I will need to know some more information:
    The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, Ethernet, or USB.
    If the printer is able to make copies by itself.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well. 
    Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
    Hope to hear from you soon, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • PDF Printer and Export to Word

    I was trying to export this PDF to word, and Vista would always claim that the Acrobat stopped working when it is checking the tags. Then later I was just trying to see if it would work if I start with a new PDF, so I was trying to print it. Now I get this:
    %%[ ProductName: Distiller ]%%
    %%[ Error: invalidfont; OffendingCommand: definefont; ErrorInfo: .notdef --nostringval-- ]%%
    Stack:
    /Font
    -dict-
    /PVRAAA+DY98+ZBHAlq-98
    false
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%

    Thanks. Now that the PDF is smaller, I can convert it into a Word document.
    HOWEVER, now all the numbers are messed up. For example, when I try to select and copy the number 93.57 I will get (%&,*
    And its like that for all numbers in the document......
    http://www.fileden.com/files/881/pdf1.pdf

  • Printing and Exporting to Powerpoint

    Hello,
    I'm a relatively new user of Xcelsius and hoping someone could guide me through the problems I have come across.
    First -  Printing:  I've exported the Dashboard I created using Adobe and now looking to print it.  For some reason, when I print from the Adobe file the page always comes out blank.  The only way for me to print the Dashboard is to do so from Xcelsius in the preview mode.  How can I, and those receiving the Dashboard, print from the Adobe file?
    Second - Exporting to Powerpoint:  I have problems exporting to Powerpoint.  I can export to Adobe and Word without issue; however, when I go to export to Powerpoint, all that appears is a blank grey canvas when Powerpoint initially opens.  How can I export to Powerpoint so that it works on each try?
    Third - Creating a slide show of Dashboards:  I'm looking to create multiple Dashboards and have them displayed in one presentation to run in one slide show.  I've tried to copy and paste different Dashboards into a presentation but it won't allow me to do so.  Is there a way that I could have multiple Dashboards in one presentation and run continuously as a slide show?

    Hi Jennifer,
    you need to start slideshow to see the swf in the powerpoint.
    If it still does not work, you can export your dashboard to swf and insert the swf manually into powerpoint slide. You can see this thread
    Re: Export to PowerPoint
    or this link
    http://www.mix-fx.com/tutorials/importpowerpoint.html
    for details on how to do it. The same way, you can export several swf files and insert each one in a separate powerpoint slide in your presentation.

  • Print and Export button doesn't work for Crystal Report  in VS 2008

    Hi,
    When I click on the Export/Print button, it looks as if something is happening but no window comes up. Below is the code in C#
            ExportOptions crExportOptions;
            DiskFileDestinationOptions crDiskFileDestinationOptions;
    ReportDocument cr = new ReportDocument();
    DataTable dt = new DataTable();
            cr.Load(strReportPath);
            cr.SetDataSource(dt);
            string Fname;
            if (!System.IO.File.Exists(strReportPath))
                throw (new Exception("Unable to locate report file:\n" + strReportPath));
            //CrystalReportSource1.ReportDocument.
            // Set the Crytal Report Viewer control's source to the report document.       
            CrystalReportViewer1.ReportSource = cr;
            // cr.PrintToPrinter(1, False, 0, 0)
            Fname = Request.PhysicalApplicationPath.ToString() + Session.SessionID.ToString() + ".rpt";
            crDiskFileDestinationOptions = new DiskFileDestinationOptions();
            crDiskFileDestinationOptions.DiskFileName = Fname;
            crExportOptions = cr.ExportOptions;
            crExportOptions.DestinationOptions = crDiskFileDestinationOptions;
            crExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
            crExportOptions.ExportFormatType = ExportFormatType.CrystalReport;
            cr.Export();
    Can anyone tell me why is this happening, need to fix this urgently.
    Thanks,
    Reena

    Hi,
    I removed all the export code, now when the Page loads. When I click on the export/print button still nothing happens.
    "Error in File C:\DOCUME1\rpatel\LOCALS1\Temp\DailyTransaction {0CE72E59-0AF6-4859-9173-EF563869CBBF}.rpt: Invalid export DLL or export format. "
    My code:
    ReportDocument cr = new ReportDocument();
    DataTable dt = new DataTable();
    string strReportPath = string.Empty;
    cr.SetDataSource(dt);
    cr.Load(strReportPath);
    string Fname;
            if (!System.IO.File.Exists(strReportPath))
                throw (new Exception("Unable to locate report file:\n" + strReportPath));
    CrystalReportViewer1.ReportSource = cr;
    Fname = Request.PhysicalApplicationPath.ToString() + Session.SessionID.ToString() + ".rpt";
    cr.Export();
    The sample has Delphi example, it would be good if there is a C#/VB sample available.
    Thanks.

  • Printing and exporting iCal events in date order

    I would love to be able to print out my gigs and events in date order so that I can give this list to the people in my band and my agents. 
    iCal does not do this and there are lots of people asking a similar question.  I don't know enough about programming to alter the scripts, and I love having my dates synced across all my toys, but is there another app or facility that will give me the same functionality of iCal with the print-in-date-order option?

    possibly could try calprint app??
    it is useful to have all the calendar events across all devices now, don't even use a paper diary now

  • HP 7510 + Mac (OS X 10.8) = Wireless printing and scanning fails

    Hey guys,
    After reading post after post on google and hp forums I am finally tired. I tried many things and nothing has come of it yet. I used to own one of these printers and everything worked great with my windows computer. I recently moved and purchased a new printer  7510 to use with my mac. Now the trouble is that it scans and prints.......sometimes. While other times it says no printer connected and then maybe after 15 minutes later it will print. But I am not able to scan all the time. I installed and uninstalled and nothing happened. I removed it from the list and added it once again and nothing. Please help because I just moved to a new loaction and I really need my scanner and printer to work. Thank you guys in advance.
    Mo

    Are you able to scan using any of the methods in this document from HP?
    The behavior exhibited when using a non-HP program to scan will help isolate the problem.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Printing and export to PDF

    I am having a problem with my PDF file. When I print from Pages everything looks great. When I either export from pages as a PDF or save as a PDF from the print screen, I am getting extra margins on the top of the page. How can I get exactly what is printing to save as a PDF?

    How can I get exactly what is printing to save as a PDF?
    Hmm ... possibly check Page Setup in case the imageable area has been changed accidentally.
    hh

  • Character spacing messes printing and PDF exporting

    I'm having problems printing and exporting to PDF from Pages.
    The problem is that when I'm using Character spacing (ie. -7%) they display different on screen, on paper and in PDF. They display right on the screen. But PDF and printing get messed up, the spacing is not right and it adds more space to the fonts.
    I'm using:
    Mac OS X 10.5.1
    Pages 3.0.1
    Thanks,
    Fannar

    I was having the very same problem. I was trying to make a business card with my name centered and character spacing at 40%. The character spacing seemed to only work for the first character. When it came to print or export, the text had shifted left as if it were centered with the spacing applied.
    Fear not! I found a solution. Instead of directly printing or exporting as a pdf, I chose to save as a PostScript file in the print dialog. I could then open this file in Preview and save as a pdf or print with the designed character spacing.
    File>Print>PDF>Save as PostScript..
    This work flow also fixed some nasty degradation of smaller fonts.
    Pages Developers take note!

  • I want to create a document in Illustrator that i can use for Print and Web - using 2 different colourspaces.

    Is it possible to do this?  I need to create a document so that I can export as a high quality CMYK for print and export the same file as RGB jpeg / pdf for web and email use.  Do I have to create the document with 2 different colourspaces, or can I change / convert the colourspace after I have created and finished the document?  or is there some simple way to select an RGB / CMYK option when saving/exporting?
    look forward to your reply!
    Tom

    Tom,
    In addition to what Monika said, the document can be either CMYK or RGB Colr Mode, but not both.
    And you are right in starting with the CMYK because that will ensure (to the degree possible) that the CMYK and RGB versions match in colour (gamut, the CMYK gamut being the more linited and almost entirely included in the RGB gamut); this will prevent more vivid RGB colours which will make the CMYK colours seem duller.

  • 10g export failed

    Hi
    During an export full from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit (Windows) I've got an error and export failed:
    EXP-00056: errore ORACLE 4063 rilevato
    ORA-04063: package body "XDB.DBMS_XDBZ0" contiene errori
    ORA-06508: PL/SQL: impossibile trovare unità lib chiamata
    ORA-06512: a "XDB.DBMS_XDBUTIL_INT", line 65
    ORA-06512: a line 1
    EXP-00056: errore ORACLE 4063 rilevato
    ORA-04063: package body "XDB.DBMS_XDBZ0" contiene errori
    ORA-06508: PL/SQL: impossibile trovare unità lib chiamata
    ORA-06512: a "XDB.DBMS_XDBUTIL_INT", line 65
    ORA-06512: a line 1
    EXP-00000: Operazione di esportazione terminata con errore
    Can somebody please tell me what I can do to fix this error?
    Thank you

    hello guys
    i'll take the time to post a related problem but trying to import the data, i have a database in a winxp box and another in a redhat 4 es box, both are 10.2.0.1.0, the windows one is encoded in we8mswin1252 and the linux one in we8iso8859p1... so i wanted to migrate the windows one to the linux one and i did the following:
    command for expdp:
    expdp userid=myuser/mypass transport_tablespaces=mytbs dumpfile=expfull.dmp attach parallel
    the export went on smoothly, however in the linux side...
    [oracle@omega2 ~ 09:19:33]$ impdp myuser/mypass TRANSPORT_DATAFILES='mytbs.dbf' DUMPFILE=EXPFULL ATTACH PARALLEL
    Import: Release 10.2.0.1.0 - Production on Miércoles, 07 Marzo, 2007 9:19:51
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine o ptions
    ORA-39006: internal error
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-04063: package body "SYS.KUPW$WORKER" has errors
    ORA-06508: PL/SQL: could not find program unit being called : "SYS.KUPW$WORKER"
    ORA-39097: Data Pump job encountered unexpected error -6508
    what am i doing wrong? am i missing something?

Maybe you are looking for

  • Is it true that new Facebook update can drain your data if you leave video On setting

    Let me make myself a little clearer. on your iphone under settings you can find the facebook settings page. if you click on settings under logo you will see chat box. video box, and notifications. I was told that the new update from Fcebook automatic

  • Drag and drop in mail stopped working

    where is the menu command to reactivate it? the "move" command still works.

  • Netra T1 (200) and Sun Storedge D1000

    Following scenario: I want to set up an Sun Cluster 3 enviroment. For that I have two Netra T1 (200) and two D1000. The Netra T1 has only one SCSI interface on borad, so I added an PCI SCSI/Ethernet combocard in both server. Now I am able to write da

  • Color-managed system suddenly went haywire!

    THE PROBLEM I had everything working smoothly on my system so that I was getting fairly accurate colors when saving sRGB images for web display. Then I had to go away for the weekend and took my MacBook pro with me. I was working a bit in Photoshop o

  • I photo emailing- doesn't work

    when I try to send emails from iphoto, it seems to be preparing the files(some box seems to frop down very quickly) but then there is nothing