APEX on Oracle XE PDF printing produces: Format error: not a PDF or corrupted.

Dear fellow Apexers and Oracle Gurus,
I have the following configuration:
Oracle XE 11gR2
APEX 4.2.3.00.08
Listener 2.0.5
On this setup I can create workspaces and applications as I please.
Now I want to print a PDF report.
I have set up PDF printing to "Oracle Listener" in the "manage Instance" settings in the instance administration.
I have created a classical report on the EMPLOYEES table (Select * from EMPLOYEES)
and enabled PDF printing in the "Printing" area of the "Print Attributes" of the page.
When I run the page I do get the "print" link on the bottom of the page.
Clicking the link does produce a .PDF but showing this file triggers an error in my PDF reader: Format error: not a PDF or corrupted.
Opening the .PDF file in a text editor reveals the corrupt content.
%PDF-1.4
%ª«¬
Unknown function: gatherContextInfo
The same setup works fine and produces the expected PDF file with the report on the following configuration:
Oracle Vbox with Developer days image;
DB 11gR2
Upgraded to apex 4.2.3.00.08
Listener 2.0.5
Since the PDF shows "unknown function" I suspected the XE configuration to lack some of the necessary rights, maybe I forgot to configure the ACLs correctly.
So I compared the ACL info on both configurations. Alas,.. on both machines they return the same result..
SQL> SELECT * FROM DBA_NETWORK_ACLS
HOST         LOWER_PORT    UPPER_PORT    ACL
localhost    null          null           /sys/acls/local-access-users.xml
*            null          null           /sys/acls/power_users.xml    
SQL> select * from dba_network_acl_privileges
ACL                                  PRINCIPAL      PRIVILEGE   IS_GRANT    INVERT
/sys/acls/local-access-users.xml     APEX_040200    connect     true        false
/sys/acls/power_users.xml            APEX_040200    connect     true        false 
Anyone any idea why this works fine on the Vbox and not on the local XE configuration?
Any hint or answer as to where the problem might be is appreciated
TIA
Wouter

I'm having the same issue. I'm using Oracle XE 11gR2 as well. I've tried with APEX 4.2.2 and APEX 4.2.4. I have set up the Oracle Listener in instance settings and set the report to print and I have the same result as you. Have you had any progress yet?
Thanks
Jason

Similar Messages

  • Oracle reports output in excel format does not display the graphs

    Oracle reports output in excel format does not display the graphs: "linked image cannot be displayed".
    The output file in PDF format the graph is supported.

    Do you have any header and footer on your template?
    If you have any header and footer then try to adjust it as of to display full page.
    Thanks
    Yasar

  • SGD 4.6 - PDF Printing on Windows Clients not working

    Dear all
    Installed SGD 4.6 with Win2008 Terminal Server.
    PDF printing works from Mac clients, but not from Windows XP.
    Is this a known issue?
    kind regards
    Werner

    Please be aware of the following:
    http://download.oracle.com/docs/cd/E19351-01/E23103-01/cjbchfdj.html#z40000061595090
    New Default PDF Printer Driver for Windows Applications
    The default printer driver used for Portable Document Format (PDF) printing from Windows application servers is now HP Color LaserJet 2800 Series PS. This change was made to provide support for Windows 7 and Windows Server 2008 application servers.
    In previous releases, the default PDF printer driver was HP Color LaserJet 8500 PS. If you are upgrading from an installation that uses this printer driver, SGD is reconfigured automatically to use the new default printer driver. If you are upgrading from an installation where you have configured SGD to use a different printer driver, your existing configuration is preserved on upgrade. If you are using using Windows Server 2003, Windows Vista, or Windows XP application servers, the new default printer driver results in the PDF printer not being mapped.
    Regards,
    Arno Staal
    Divider B.V.

  • Can print PS file but not make PDF

    Printing to a PostScript printer with a customized PostScript driver in WordPerfect 5.1 for DOS is what we do every day, but when we print the same job to a PS file we can't make a PDF in Adobe Acrobat Pro 9.4. What can we do to make a PDF? Here is the error message from Distiller:
    Processing prologue.ps...
    Done processing prologue.ps.
    %%[ Error: rangecheck; OffendingCommand: setpagedevice; ErrorInfo: InputAttributes --nostringval-- ]%%
    Stack:
    -dict-
    -save-
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    If I knew what to edit in the PS file to make it print a PDF, that would be one workaround. But I'm very curious why our printer (HP LaserJet 4050 with a Level 2 PostScript emulator) will print a file that Distiller won't process. Here is the only place in the PS file that mentions setpagedevice:
    /manualfeed true put usertime 5000 add {dup usertime lt {pop exit} if} loop <</InputAttributes <<31<< /PageSize [612 792] /MediaType (Standard) >>/Priority []>> >>setpagedevice << /PageSize [612 792] /MediaType (Standard) >> setpagedevice _bp 0 13200 10200 _ornt /PlantinR 400 _ff
    0 13200 10200 _ornt
    "612 792" is, of course, the page size in points
    Trying to make the PDF from the the PS file that was meant for another PostScript printer (HP LaserJet 2200D), we get the same Distiller error message. This time the PS file contains:
    letter <</InputAttributes <<-1<< /PageSize [612 792]  /MediaType (Standard) >>/Priority []>> >>setpagedevice << /PageSize [612 792]  /MediaType (Standard) >> setpagedevice _bp 0 13200 10200 _ornt /PlantinR 400 _ff
    0 13200 10200 _ornt
    This passage from the 2nd attempt has much in common with the first PS attempt. What does Distiller mean by the InputAttributes having "nostringval"? What stringval would work?
    By substituting this from an uncustomized driver that does work,
    letter statusdict begin true setduplexmode false settumble end _bp 0 13200 10200 _ornt /PlantinR 400 _ff
    0 13200 10200 _ornt
    and by removing an offending command BRst, a PDF is created. But it doesn't have any of the special fonts that were downloaded. Still, that's progress.

    Thank you. The first line of the PS file is "%!PS-Adobe", so I conclude that the origin of the uncustomized PostScript driver was Adobe; WordPerfect Corp. supplied it to purchasers of their software. Uncustomized (except for new Type 3 fonts), the PostScript driver still works splendidly for creating PS files that are easily distilled into PDFs. We only use Adobe software for this purpose.
    By editing parts of the problem PS file I am just now able to get the PDF. But it requires replacing the following on every page:
    letter <</InputAttributes <<-1<< /PageSize [612 792]  /MediaType (Standard) >>/Priority []>> >>setpagedevice << /PageSize [612 792]  /MediaType (Standard) >> setpagedevice _bp 0 13200 10200 _ornt /PlantinR 400 _ff0 13200 10200 _ornt
    with this:
    letter statusdict begin true setduplexmode false settumble end _bp 0 13200 10200 _ornt /PlantinR 400 _ff0 13200 10200 _ornt
    I will continue working these codes. It ought to be possible to get paging codes that are less laborious to replace or otherwise get working, and obviously some of the codes can be eliminated.
    We're not in a position to give up our highly customized driver for mathematical logic printing on paper until a volume of historical text is finished. Smoother produced PDFs must be possible for an electronic edition.
    The other snag I mentioned, "BRst", came from a text file of "pskeys" that was to be downloaded with the job. It works when I simply insert pskeys.txt into the PS file.

  • Reader 9.3 produces Runtime error for all .pdf files on hard drive and email

    Does anyone have a resource that can show me how to eliminate a runtime error with Reader 9.3.1, Windows XP w/ SP3 and IE7. I have recently had all .pdf files located on my hard drive and in emails refuse to open because of this message:
    "Runtime Error!
    Program C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
    This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information."
    So far, I have uninstalled and reinstalled Reader 9.3 from the website; added update 9.3.1 and tried to reopen files with no success.
    My organization sends a ton of .pdf files and it is not good when you can't open them for review and action.

    Hi All,
    Although I don't normally post in forums, I thought it prudent to lay this matther to rest.  I have tested the following solution:
    It appears that Adobe Reader likes to check access to each parent folder as well as the actual application data folder.  Apparantly there are other programs that also do similar things. As a result if you have your appdata redirected to \\server1\profiles\%username%\appdata adobe reader would first try directly access \\server1\profiles.  If the user does not have to Traverse folder permission, this fails. Typically you will need to change your permissions on you profile share from:
    -                   Users - Read Attributes (Apply to: This folder, subfolders and files)
    -                   Users - Read Extended Attributes (Apply to: This folder, subfolders and files)
    -                  Users - Create Folders/Append Data (Apply to: This folder, subfolders and files)
    -                   Users - Read Permissions (Apply to: This folder, subfolders and files)
    To the share permissions suggested by Microsoft in KB 274443:
    -                   Everyone - Create Folder/Append Data (Apply onto: This Folder Only)
    -                   Everyone - List Folder/Read Data (Apply onto: This Folder Only)
    -                   Everyone - Read Attributes (Apply onto: This Folder Only)
    -                   Everyone - Traverse Folder/Execute File (Apply onto: This Folder Only)
    Hopefully this helps everyone.

  • CFREPORT Fails to produce formatted report, i.e., PDF

    What can I do to restore the CFREPORT Output to normal allowed formats? I have had reports working without error for FIVE YEARS and suddenly the now the report output for LARGE datasets produces ONLY the Symbolic language of the selected FORMAT, i.e., PDF, FalshPaper, etc. Small datasets produce the report; large datasets dump a query and then display the "gobble-de-****" language of the format elected.
    Will reinstalling Coldfusion help?
    This is a server running in VMWARE, 64-bit Windows Server 2008; Coldfusion 10, 64 bit.
    Please help.
    Thanks
    Webmaster, www.thomco.biz
    Dick Shackelford
    [email protected]
    678-521-1952 Mobile

    Hi Abnish,
    For haveing connection b/w portal and R/3 you have to create System, for that navigate to System Administration - - < System Configuration - - < select new and create system here have to provide all the usefull details now create Aliase for this system now do user mapping from user Administration - - < User Mapping  for this system and specify user id and passord here.
    now do connection test for this system connection should be correct
    after creating system you have created bridge b/w portal and your R/3 systen now deploy your Applications on portal and create iview out of this deployed item iviews here will work like Selection Screen in SAP ABAP.
    Hope this works.
    please reward points if helpfull.
    Regards.
    Vinit Soni

  • Pdfs print fine with preview, not at all with adobe reader

    this is a relatively new issue that popped up sometime in the last month or so. when i try to print any pdf document with adobe reader, to my HP laserjet P1505, i get the following error:
    /usr/libexec/cups/filter/pstoraster failed
    if i open up the same document with preview, it prints fine. i updated my printer software, and reinstalled adobe reader with no change. what gives?

    here's what popped up in that log just now when the print failed:
    thanks for looking at this!
    D [10/Sep/2010:08:38:48 -0400] [Job 215] argv[6]="/private/var/spool/cups/d00215-001"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[0]="<CFProcessPath>"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[11]="[email protected]"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[12]="SOFTWARE=CUPS/1.4.4"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[14]="USER=root"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[15]="CUPS_SERVER=/private/var/run/cupsd"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[17]="IPP_PORT=631"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[18]="CHARSET=utf-8"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[19]="LANG=en_US.UTF-8"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[20]="APPLE_LANGUAGE=en-US"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[21]="PPD=/private/etc/cups/ppd/HPLaserJetP1505.ppd"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[22]="RIPMAXCACHE=8m"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[23]="CONTENT_TYPE=application/postscript"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[24]="DEVICE_URI=usb://Hewlett-Packard/HP%20LaserJet%20P1505?serial=CA4467F "
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[25]="PRINTER_INFO=HP LaserJet P1505"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[26]="PRINTER_LOCATION=MOS525macSobeck"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[27]="PRINTER=HPLaserJetP1505"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[28]="CUPS_FILETYPE=document"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] envp[29]="FINALCONTENT_TYPE=printer/HP_LaserJetP1505"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Started filter /usr/libexec/cups/filter/pstops (PID 99017)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Started filter /usr/libexec/cups/filter/pstoraster (PID 99018)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Started filter /Library/Printers/hp/laserjet/hplaserjetzjs.bundle/Contents/MacOS/rasterToHPZJS (PID 99019)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Started backend /usr/libexec/cups/backend/usb (PID 99020)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Starting ESP Ghostscript 7.07.1...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Running /usr/local/bin/gs -dQUIET -dDEBUG -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOMEDIAATTRS -sDEVICE=cups -sstdout=%stderr -sOUTPUTFILE=%stdout -c -
    D [10/Sep/2010:08:38:48 -0400] [Job 215] /usr/libexec/cups/filter/pstoraster: line 58: /usr/local/bin/gs: No such file or directory
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Page = 612x792; 18,14 to 594,778
    D [10/Sep/2010:08:38:48 -0400] [Job 215] slow_collate=0, slow_duplex=0, slow_order=0
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Before copy_comments - %!PS-Adobe-3.1
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %!PS-Adobe-3.1
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %ADODSCEncoding: MacOS Roman
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%Title: 125vocab2.pdf
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%Creator: Adobe Acrobat 9.3.4
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%For: osu
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%CreationDate: 9/10/10, 8:37 AM
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%BoundingBox: 22 40 590 774
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%HiResBoundingBox: 22.4091 40 589.5909 774
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%CropBox: 22.4091 40 589.5909 774
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%LanguageLevel: 2
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%DocumentNeededResources: (atend)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%DocumentSuppliedResources: (atend)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%DocumentNeededFeatures: (atend)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%DocumentSuppliedFeatures: (atend)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%DocumentData: Binary
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%PageOrder: Ascend
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%Pages: (atend)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%DocumentCustomColors: (atend)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] %%EndComments
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Before copy_prolog - %%BeginDefaults
    D [10/Sep/2010:08:38:48 -0400] [Job 215] usb: AppleLanguages="en-US"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] STATE: +connecting-to-device
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Looking for 'Hewlett-Packard HP LaserJet P1505'
    D [10/Sep/2010:08:38:48 -0400] [Job 215] load_classdriver(/System/Library/Printers/Libraries/USBGenericTOPrintingClass.p lugin) (kr:0x00000000)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Opening connection
    D [10/Sep/2010:08:38:48 -0400] [Job 215] load_classdriver(/System/Library/Printers/Libraries/USBGenericTOPrintingClass.p lugin) (kr:0x00000000)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] STATE: -connecting-to-device
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Sending print data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Read 59 bytes of print data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] CUPSSC_CMD_DRAINOUTPUT received from driver...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Wrote 59 bytes of print data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Read 16 bytes of back-channel data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Using unbuffered writes.
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Executing Shutdown().
    D [10/Sep/2010:08:38:48 -0400] [Job 215] CommandInterface does not exist.
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Releasing the Command Interface.
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Entering ProcessStatusMessages(60.000000)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] About to read CUPS back channel...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Read 319 bytes of print data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] CUPSSC_CMD_DRAINOUTPUT received from driver...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Wrote 319 bytes of print data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Got USB transaction timeout during read
    D [10/Sep/2010:08:38:48 -0400] [Job 215] ...back channel read returned; -1 bytes returned.
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Exiting ProcessStatusMessages
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Entering ProcessStatusMessages(1.000000)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] About to read CUPS back channel...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Read 18 bytes of print data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Wrote 18 bytes of print data...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] ...back channel read returned; -1 bytes returned.
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Exiting ProcessStatusMessages
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Sent 396 bytes...
    D [10/Sep/2010:08:38:48 -0400] [Job 215] Got USB transaction timeout during read
    D [10/Sep/2010:08:38:48 -0400] [Job 215] End of messages
    D [10/Sep/2010:08:38:48 -0400] [Job 215] printer-state=3(idle)
    D [10/Sep/2010:08:38:48 -0400] [Job 215] printer-state-message="No pages found!"
    D [10/Sep/2010:08:38:48 -0400] [Job 215] printer-state-reasons=none

  • Distiller produces log file, not a pdf

    I'm trying to create a PDF from a quark file and getting this:
    %%[ Error: ioerror; OffendingCommand: charpath ]%%
    It's only happening with one file, but it's one pretty important file.
    I tried created a ps file, putting it on another computer (identical computer) and it PDF'd perfectly...which leads me to believe it's a problem with Distiller, not the file.
    Any thoughts?
    Working in Mac 10.5.5, Distiller 8.1.2, Quark 7.3

    >But wouldn't it indicate the bad font in the log?
    Not in general, no.
    >
    >Also, there appears to be no rhyme or reason: we work from templates. All of the pages come from the same quark templates and use the same fonts; some will pdf, others won't.
    It's all there is to go on in the log.
    >
    >And again, when I brought the ps file to another computer, Distiller PDF'd it fine.
    Local font files could be relevant.
    >
    >I tried removing the art, too, which didn't work either.
    The art it won't be. "charpath" is a PostScript instruction directly
    related to text. (Unless it is art in the shape of a character, or
    some such).
    Try dropping all the text from this document. If it works now, you can
    use divide and conquer techniques to isolate the problem.
    Aandi Inston

  • Keep getting error not vaild pdf how can i open the file

    Error msg says not a valid PDFhow can iI open

    Hi,
    Would it be possible for you to share the problematic pdf with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Since installing Reader XI I have no .pdf file extension so can not open PDFs. How to fix?

    ce

    For the record I fixed this problem by going into Reader and running the repair program. This brought up the .pdf extension in addition to the .pdfxml extension which was all I had before

  • Format Error

    Hi friends,
    Im trying to print PDF report with Oracle APEX 4.0 by following the step by tutorial from the below link
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r31/apex31nf/apex31rpt.htm_
    Inorder to print the report in PDF manner..i have made the following settings...These are the settings
    Under in print attributes i have given enable printing yes, view as inline, output as PDF and also i have given the respective Print URL....
    Soon after that change a print icon appear underneath the report column in the application...
    if i clicked the Print Icon, it has to print the report in PDF...
    But what the error im getting is.....Soon after pressing the Print Icon..
    Im getting the pop up window like
    A website wants to open web content using this program on your computer
    Name: foxit reader 3.2,best reader for every
    publisher: foxit s/w companyif i give ALLOW for that pop up means, im getting the error like..
    >format error: not a PDF or corrupted.....
    It is not opening the report in PDF...
    what may be the issue friends...Kindly help me...
    Thanks
    Sabi
    Edited by: Mini on Feb 10, 2011 8:19 PM

    The key to getting the iPod to install is to follow the instructions exactly (which you said that you did).
    Try this:
    DO NOT leave the iPod Connected to PC.
    Fully charge the iPod on ac before you start.
    1) Unistall the iPod software from the PC, reboot and install the iPod software.
    2)Reset the iPod.
    3) Run the Updater but do not connect the iPod until the Updater prompts you to do so.
    If this fails repeat from step two, but before connecting the iPod put it into disk mode.
    Also when the iPod is connected check that windows can see the iPod and that it has allocated a sensible drive letter to it (i.e. not A: - C:, not a letter used by any other device and not a letter used to map a network drive). If the iPod is using an inappropriate drive letter use Windows Disk Management to allocate a more sensible (and unused) drive letter perhaps I:.

  • You click on a .pdf file; Firefox won't load and says "not a pdf or corrupted," but all other browsers open it normally

    Clicking on a link to a .pdf file in Firefox results in Firefox displaying the box "Format error: not a .pdf or corrupted"
    This has happened for several years with any number of web pages. A link to the latest event is below, but it typically happens almost every time I click on a link to a .pdf

    Upgrade your browser to Firefox 9 and check
    * getfirefox.com

  • Apex PDF printing in 11g

    Dear,
    I have Oracle 11g and APEX in Win XP machine. EM also configured.
    To get PDF printing in APEX, I should install Apache FOP.
    As per the document for PDF printing configuration, I am not getting the EM console for OC4J. (for reports and forms, OC4J is available in the same machine)
    So I should install Standalone OC4J (in the same machine). My doubts are
    Is OC4J 10g Standalone enough for Oracle 11g? (I could not find a OC4J 11g download)
    From documnets I found that this OC4J installation will install one HTTP server also. Is this conflict with any of the settings for EM or APEX?
    Is the EM which will be installed with OC4J standalone conflict with already installed EM for database? Or any method is there to use the Database EM for OC4J also?
    How to find out JAVA_HOME and J2EE_HOME?
    All these installation I made using the OTN downloads.
    with regards
    -mathews

    Hi Mathews
    This looks much easier than the manual configuration that I had to do.
    To get to the OC4J config.......
    Login to your App Server EM
    Depending on what tier it is you will have various system components such as HTTP_Server, Web_Cache, home etc...
    Click on home, to display OC4J page
    Click on Applications
    Click on Deploy WAR file
    You should then be able to follow the rest of the instructions in the document.
    cheers,
    Ron

  • Create PDF report with APEX and Oracle 11g doesn't work

    Hi everyone,
    I have a problem with the downloading of PDF reports from APEX with Oracle 11g.
    When I try to download a PDF, Acrobat Reader says it can not open the file.
    I have done the same test in an environment with APEX and Oracle 10g and it works perfectly.
    Does anyone know if there is a known bug for version 11g.
    Thank you very much.

    Hi Munky,
    I open the generated file the Notepad++ I can read the next message:
    *<HTML><HEAD><TITLE>500 Internal Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1>OracleJSP:*
    An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param <code>debug_mode</code> to "true" to see the complete exception message.</BODY></HTML>
    I have not idea can I solve the problem.
    Have you got any solution for this problem??
    Thank you so much.
    Victor Muñoz.

  • Why does my Acrobat Pro 9 PDF print driver either lock up or become confused as to where it should store a file when printing a document from within the Firefox browser?

    I use Adobe Acrobat Pro 9.4.5 for creating .pdf files on a Windows XP SP3 platform. Firefox 6.0.2 is my browser of choice. This question only applies to the .pdf printing process. All other printer drivers work fine with this version of Firefox.
    In attempt to save paper, I choose to print most documents in an electronic .pdf format using the PDF print driver and save them to my USB drive. Before upgrading my Firefox version to 6.0.2 this process seemed to work fine but after upgrading the .pdf print process seems to be experiencing problems. This particular printing process will cause Firefox to lock up when the distiller tries to print the file to what I believe is a temporary folder under the Adobe folder. When it does this I am sometimes able to force it to complete the process but frequently it will only produce a log not a .pdf file. On other occasions the distiller will just lock up mid print without producing any kind of error message. In both cases I will frequently have to use Windows Task Manager to break out of the process which then shuts down the Firefox browser. I don't seem to have any problems when I use Internet Explorer to perform the same function. As far as I am aware I am running the most current drivers as Adobe automatically pushes down updates to me as they become available. Any ideas how I can overcome this issue or is it inherent to the new version of Firefox?

    The PDF file itself does not control the "print as image" preference, which should always be turned OFF unless there's a specific need to rasterize the entire page, and is turned off by default in all Acrobat and Adobe Reader installations.
    What's the filetype for the ultralight font and what export setting* are you using in ID? If you're exporting to earlier than PDF1.7, OpenType fonts will be converted and may experience some small changes in shape if their hint definitions aren't done right.
    *As a side note, bear in mind that InDesign does not use any part of Acrobat when exporting PDFs, so questions specific to that stage in the process should be posted to the InDesign forums.

Maybe you are looking for

  • Escape Key Not Working

    Hi Gang Was surprised to see the escape key can no longer end/stop a capture. I have to manually stop the camera and wait a second for FC to say 'reached end of edit/tape'. I poked around in system Prefs and FC Keyboard Functions - couldn't find anyt

  • ALV display using dynamic field catalog and dynamic internal table

    hi , please guide me for ALV display using dynamic field catalog and dynamic internal table. Thank you.

  • Split Valuation X Automat. Batch, FI entry not correct

    Dear all, During post the goods receipt ref of PO for split valuated material (Valuation Category = u201CXu201D Automat. (Batch). This material type is FERT but valuation class is different and price indicator is u2018Vu2019 MAP.  In Material type se

  • Cannot install Fireworks CS3

    Each time I try to install Fireworks I get the message, "Cannot install... please close Adobe Updater application." However, this application is in fact not running. Should I uninstall the updater? It appears there are several...

  • Referencing "Form Variables" in Formcalc

    WIth LiveCycle Designer ES4 I'm trying to place a group of string variables used throughout my form so as not to have to edit the same variables in several places. I don't want to use Form Properties>Variables because one can't see the entire group a