Regression testing on PDF output files from Reports?

My current client is looking to do more automated regression testing of the output (content) of their reports, most of which are output from Reports6i into Adobe Acrobat PDF file format. Is anyone currently using or aware of a tool (QARun, WinRunner, etc.) that will do this? (Most of the tools can do a binary comparison of the PDF files that were output, but we need something that will look into the PDF files themselves and tell us where any differences are found in the actual content (text) of the report itself.)
Thanks in advance for any info anyone can provide!
- Bill

Dear Nick,
Just ensure a printer is configured. This can be done by typing in echo $PRINTER at the $Prompt.
If it returns null then configurea printer and i fell this should resolve your problem,
Since it did resolve my problem.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nick Mavrakis:
I am having some trouble getting pdf output in the unix environment from Reports 6i.
If I kick off a defined report file (.rep) from the command line as follows:
rwrun60 testreport.rep destype=file desformat=pdf desname=testreport.pdf userid=connection_details
I get the following errors:
REP-0004: Warning: Unable to open user preference file.
REP-3300: Fatal error in toolkit.
UI-9: This function call is out of context
If I run the command without the file output options (rwrun60 testreport.rep userid=connection_details) then the report opens up on the screen correctly. From here, if I try to generate a pdf file, I get the following error:
REP-1800: Formatter error.
The report is defined as character type, and is a simple listing of approximately 50 records from a database table. There are no graphics or any pl/sql defined in the report.
Has anyone had similar problems in trying to do this?
Any help is greatly appreciated.
Cheers
Nick<HR></BLOCKQUOTE>
null

Similar Messages

  • PDF output file from Image Capture corrupted

    This problem occurs only when scanning multiple page documents into image capture, the lower 1/4 of the first 2 pages are unreadable blurs. The page shows up ok in the Image capture preview window, but the PDF output is corrupted. The printer is a Brother MFC-7820N, I am scanning 150 dpi grayscale, US letter, no image correction, to PDF. The problem occurs with both of my computers, Quad G5 10.5.8, and a MacBook 10.5.8, this has happened since I purchased the printer, I was running 10.4 at the time. I have just scanned 1 page at a time with no problem, but now I have a large amount of documents to scan and I get the corrupt files. If anyone has seen this and found a solution, I would appreciate any suggestions.

    Ah perfect, you made me aware of a feature kink I didn’t know about! When you import stuff using Image Capture, it goes into /private/tmp/Image Capture_Import.(string of numbers and letters).
    You can navigate there by going to the Finder, hitting Command-Shift-G, and typing in /private/tmp—if the folder still exists, as it usually does for some time, sometimes even until the next restart or so—you can see the folders which should include one or more of thoe Image Capture_Import.something folders and find your files.
    Incidentally, if you want to find a “system” file, i.e., one that’s in a location normally hidden by the Finder, you can:
    1. Open up a new Spotlight/Find window in the Finder, and start searching by name.
    2. Next to where it says Search: This Mac… etc. there’s a + button. Click that, then
    3. From the dropdown menu choose Other… and look in the list for “System files” and check the “In Menu” checkbox for it.
    4. Hit OK.
    5. Choose “System Files” which is now in the dropdown, choose “are included” from the next dropdown.
    Be careful what you do with files you find using this method. It will show everything, including files essential to running your Mac properly, so unless you know exactly what you’re doing, don’t just start dragging files off this window onto your Desktop or anything, try to copy them instead by option-dragging (holding down the option key while dragging)—that way, you’re only making copies, not moving a file from where it’s supposed to be, and your Mac can find it.
    Hope this helps! If you can’t find your files this way, there are other programs which can undelete and perform other operations to recover data… this happens to everyone, no matter how long you’ve been a user.

  • Chinese character in PDF output file ?

    I have trouble to display Chinese characters (traditional Chinese) on PDF output file. Is there anyone can help ?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rene Kello ([email protected]):
    From 'Reports 6i Release Notes'...
    Reports supports PDF 1.1.
    The Adobe Acrobat Reader cannot read .PDF report files generated by Report Builder if the report contains certain types of non- English character set languages (typically multi-byte) or Unicode character set.
    Same with reports 6.
    Install Acrobat Reader 4.X. Print to Acrobat Distiller printer. Works for Baltics.
    cheers,
    Rene.<HR></BLOCKQUOTE>
    It works ! Thank you !

  • I am not able to modify the text in pdf output file using pdf editor

    Hi,
    We have upgrade the xml 5.6.1 in server level. After upgrading this, we are not able to modify the pdf output file. Previously we used to modify text and delete text in pdf file which is generated by oracle Application. As of now we cann't upgrade higher version. Can you suggest what to do?.

    Check the xdo configuration file option in the user guides. There should be options that allow / disallow modifying text specifically. If you are in EBS, you should be able to change the configuration file options from the XML Publisher Administrator UI.
    Klaus

  • Excel file trucation in PDF output file

    Having problem with PDF output file as the imported EXCEL table gets truncated - approx. the left 1/2 upper left corner is the only part of the table that appears in the PDF file.  Master file displays correctly in PM. No apparent memory issue so any thoughts? Thanks.

    A bit more info please.
    Windows or Mac, and which versions?
    Which version of PM?
    How did you import the speadsheet into PM?
    How did you create the PDF?
    Cropping and displacement of meta-files when creating PDFs from PM is well known and there are work-arounds.
    The long term answer is move on to InDesign.
    Iechyd da! John
    13:31 08/09/2009 BST

  • Output file from ELM and from Campaign automation

    Hi Experts,
    Can some one let me know how to get an output file from ELM, and from campaign automation?
    Thanks
    Leela

    Hello Uday,
    i suppose if you run the program within a process chain it will be started
    in a background process. All downloads via the SAPGUI onto your local
    PC (or network drive) are not possible in the background because there is no
    connection to your PC during the excecution of the report in the background.
    Try to save the download on an accessible file system on the application server
    and download it from there afterwards.
    Which function module is used to download the data (GUI_DOWNLOAD or the older version WS_DOWNLOAD) in your report?
    To save data on the application server use the ABAP statements
      OPEN DATASET filename FOR OUTPUT    -> for creation of file
      TRANSFER record TO filename                  -> for transfer of one record
      CLOSE DATASET filename                        -> for closing the file
    Regards,
    Ralf Matthies

  • How to get multiple html output file  from an xml document via xslt?

    Hi,
    the purpose is to generate multiple html output file from one xml file
    depending on special tag.
    exp: i have an xml file which contains sevreral articles so how to get each article section in an independant html file
    Thanks for help

    Not a standard feature of XSLT. But Michael Kay's XSLT implementation, SAXON, provides that as an extension. Get it here:
    http://saxon.sourceforge.net/

  • Hello, How do I tell sql+ to spool output file from windows to Unix server?

    Hello, How do I tell sql+ to spool output file from windows to Unix server?
    I am new to SQL+ and just learned how to spool the file. But file is saved in my local windows enviroment and since it's 2GB in size...I want to spool it directly to another remote unix server.
    Pls answer in detail... I have been to most of the thread and didn't see relevant answer to above question.
    Am I suppose to develope some script which FTP the spool file directly to the server I want to
    or
    i Have to use UTL_FILE Package ?
    Thanks for reply

    You may not be able to...
    SQL*Plus can only spool to the local machine. If you have mapped a directory on the Unix server from your Windows machine, you can specify that directory in your SPOOL command.
    You could telnet to the Unix server, run SQL*Plus there, and spool the file to a local (Unix) directory.
    If the Unix server is also the Oracle database server, you could use the UTL_FILE package rather than using SQL*Plus to spool a file.
    If the Unix server is also an FTP server, you could also FTP the file from your local machine to the server.
    Of course, I would tend to re-examine a requirement to regularly generate a 2 GB text file. It seems likely that there is a better way...
    Justin

  • PDF Output File Format

    Hi all,
    Does somebody know what is the PDF output file format in Oracle EBS 11.5.10.2?
    Is it PDF/X, PDF/E, PDF/UA, PDF/VT or something else?
    Thanks and regards,
    Karmit

    Hi,
    See this thread.
    concurrent ouput to email
    concurrent ouput to email
    Regards,
    Hussein

  • Name of PDF output file?

    Within Adobe Output Desinger I have set PDF as my presentment target. How do I define what the name of the PDF output file will be and where it is saved?

    The "-zdirpath,u[.ext]" parameter on the ^job statement or on the definition for the jfmerge task to create the PDF is what you are looking for. The ",u" option tells the system to create a random name to avoid overwriting duplicates but if you have a specific name in mind, this could look like "-zc:\folder\filename.ext". Also, include the "-aspPDF" parameter to tell jfmerge that the PDF presentment target is to be used.

  • Output to PDF in Unix from Reports 6i

    I am having some trouble getting pdf output in the unix environment from Reports 6i.
    If I kick off a defined report file (.rep) from the command line as follows:
    rwrun60 testreport.rep destype=file desformat=pdf desname=testreport.pdf userid=connection_details
    I get the following errors:
    REP-0004: Warning: Unable to open user preference file.
    REP-3300: Fatal error in toolkit.
    UI-9: This function call is out of context
    If I run the command without the file output options (rwrun60 testreport.rep userid=connection_details) then the report opens up on the screen correctly. From here, if I try to generate a pdf file, I get the following error:
    REP-1800: Formatter error.
    The report is defined as character type, and is a simple listing of approximately 50 records from a database table. There are no graphics or any pl/sql defined in the report.
    Has anyone had similar problems in trying to do this?
    Any help is greatly appreciated.
    Cheers
    Nick

    Dear Nick,
    Just ensure a printer is configured. This can be done by typing in echo $PRINTER at the $Prompt.
    If it returns null then configurea printer and i fell this should resolve your problem,
    Since it did resolve my problem.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nick Mavrakis:
    I am having some trouble getting pdf output in the unix environment from Reports 6i.
    If I kick off a defined report file (.rep) from the command line as follows:
    rwrun60 testreport.rep destype=file desformat=pdf desname=testreport.pdf userid=connection_details
    I get the following errors:
    REP-0004: Warning: Unable to open user preference file.
    REP-3300: Fatal error in toolkit.
    UI-9: This function call is out of context
    If I run the command without the file output options (rwrun60 testreport.rep userid=connection_details) then the report opens up on the screen correctly. From here, if I try to generate a pdf file, I get the following error:
    REP-1800: Formatter error.
    The report is defined as character type, and is a simple listing of approximately 50 records from a database table. There are no graphics or any pl/sql defined in the report.
    Has anyone had similar problems in trying to do this?
    Any help is greatly appreciated.
    Cheers
    Nick<HR></BLOCKQUOTE>
    null

  • Is there a pdf output file size limitation?

    Hi,
    I have an rtf invoice template that worked fine in test environments. Now that it has been migrated to Production, it works except for this one invoice that has created a meta data XML file that is 2 MB, which is not that large, is it? Additionally, I cannot open the metadata file in html, it just hangs, but can in a text editor, so I have been chopping up the file into smaller pieces and can get pdf output of around 175 pages worth.
    I've tried it with different sets of data from this file, and they work, just not the whole file. Is there some setting required for this to work?

    Thanks, but what sort of infrastructure are you referring to? There are 8500 rows of data for this invoice at three levels which is not large, but some fields are 240 characters long.
    I'm not getting an Out of Memory type of error. In fact, I'm not getting any errors, just that there is no output. pdf-compression is set to true. What else could I check?

  • Urgent: How to break pdf output file in multiple pdf files without bursting

    Hi all,
    I am developing a rtf template which will take a xml file which contains data for many employees. Now the requirement is to create a individual pdf file for each user. I know that it can be done through Oracle bi publisher's interface through bursting but we don't have that option. We have to do it at template level.
    Right now my template produces report for multiple employees on a new page.
    <?for-each-group@section:row;./USERS_SYS_ID?><?split-by-page-break:?>
    <?end for-each-group?>
    Is there any method like <?split-by-file-break:?> by which each employee report can be started in a new output file.
    Thanks and Regards,

    Thanks, George!
    I will try your suggestion.
    While waiting for a response, I ran into another problem:
    Some of the PDF documents I am to work from are "protected," meaning I can read them but not extract any pages or click to add them to a list of files to import...but I need to extract some or all pages from it.  Any suggestions on this?
    Thanks!

  • Output file from ABAP program

    I am using the program Z_SAP_HIERARCHY_DOWNLOAD to output a hierarchy in BW to a specified drive. It works fine when I go to SE38 and run it. However, when I run it from a process chain, it doesn't output the file. How can I generate the output file by running the program from a Process Chain? Thanks.

    Hello Uday,
    i suppose if you run the program within a process chain it will be started
    in a background process. All downloads via the SAPGUI onto your local
    PC (or network drive) are not possible in the background because there is no
    connection to your PC during the excecution of the report in the background.
    Try to save the download on an accessible file system on the application server
    and download it from there afterwards.
    Which function module is used to download the data (GUI_DOWNLOAD or the older version WS_DOWNLOAD) in your report?
    To save data on the application server use the ABAP statements
      OPEN DATASET filename FOR OUTPUT    -> for creation of file
      TRANSFER record TO filename                  -> for transfer of one record
      CLOSE DATASET filename                        -> for closing the file
    Regards,
    Ralf Matthies

  • Conditional pdf Output for a report

    Hi, depending on the value for one particular filed in my XML, I need to generate the pdf output.
    For eg.. If Reqd = 'N', I don't want the XML publisher to generate the pdf output else if the value is 'Y', it should generate the output.
    In my current implmenetation, The pdf report is getting generated for all cases.. i need to put the above mentioned check to restrict it .
    If you have an idea on how to acheive it, please let me know.
    Thanks and Regards
    Madhu

    Hi,
    The first thing you'll need to do is to create a form field before any content in your rtf file.
    The form field shall contains the following code in the Add help text:
    <?if:REQD='N'?>Restricted content..<?end if?>
    <?if:REQD='Y'?>The next form field shall be placed in the bottom of your file, containing:
    <?end if?>I hope that helps.
    BR
    Kenneth
    Edited by: Kenneth_ on 2010-09-22 09:05

Maybe you are looking for

  • IPod Touch 5th Gen stuffing up!

    Is anyone elses 5th Gen iPod Touch stuffing up or is it just mine? ):

  • JDBC Sender OS Command

    Hi All,           I want to know where the operating system command runs when used  in jdbc sender adapter , In PI or in the database after executing the sql queries? I am wondering if i can use a Stored procedure through a script in database. Any he

  • URL in lieu PH consumed within 3 months from the date of PH

    Hi friends I achieved Unrecorded leave in lieu of PH,through writing PCR but i am having another doubt..This URL in lieu of PH has to be consumed within 3 months from the date of public holiday,how to achieve this??any suggestions from u friends??? T

  • Unable to update to ios 5.1 on windows

    unable to update to ios 5.1 on windows on iPhone 4

  • FME 3 Keeps crashing

    Hi, when im using fme 3 to stream, it works for a while, then suddenly it will just crash, it would show a black video output, i would then close it and it would then say that my capture card is in use, when it isnt. please help!!