Acroread printing on AIX

Hi,
We are in the middle of migrating an 11.5.10.2 customer from TRU64 to AIX 5.3 64-bit.
We are using reports generator to create our output files in our concurrent manager, we are NOT USING PASTA. We then use the driver arguments command to use acroread to print these output files to a postscript printer. Our postscript printing does not format correctly. In some cases the page is missing it's top 0.5cm, in another it goes off the right hand side of the page. Our page szie should be A4.
The command we are using is cat $PROFILES$.FILENAME | /usr/local/bin/acrobat4/bin/acroread -toPostScript -shrink | lp -c -d$PROFILES$PRINTER -n$PROFILES$.CONC_COPIES
Running the command from the OS gives the exact same result. cat 01234567.out | /usr/local/bin/acrobat4/bin/acroread -toPostScript -shrink | lp -c -dhp_print_01 -n1 i.e. the printing alignment is not correct.
We are running E-Business Suite 11.5.10.2 on AIX 5.3 64-bit. We have already sorted out the LIBPATH issue (ours is now unset when we run from the command line).
When I take the o1234567.out file to a the original TRU64 OS and run the exact same command the output prints perfectly.
My question is has anyone managed to get reports generated concurrent manager output file printing correctly on AIX, if so, what do we need to do to get this working?
Some other information to consider are when we take a test.pdf file generated with XML Publisher and run the acroread command, we do not get any postscript output created.
When we take the 01234567.out file and run it through pdf2ps on the AIX box, the output is mis-aligned again.
Running test.pdf through pdf2ps produces a postscript file that prints in the correct format.
Do we need to change the SRW File for the printer driver, does anyone have an example for AIX?
Also, is our only option to install PASTA?
Regards,
Tim.

All, the reason for this issue was the version of acroread we were using. We had acroread7 installed, and we have since rolled back to acroread5. This issue is now resolved.

Similar Messages

  • Printing on Aix

    Hi,
    we are looking for printing tools on Aix server interfacing with Forte
    and Oracle (batch print for billing).
    What are you using and have u something to tell about ?
    Thanks.
    Cordialement.
    Patrice Bourdon
    Alliance Sante France
    Tel : (33) 02.54.60.26.27
    Fax : (33) 02.54.60.25.00
    e-M@il : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    We have written a custom Forte system for bill printing. We store all our
    bill information, such as balances, charges and payments in the database and
    use Forte to build the bill image at run-time. The bill image is just a big
    text file with Xerox macros to control the layout, headers, positions,
    barcode, OMR marks etc. In fact, we have the system separated into 3
    layers. One for data retrieval , one for presentation and one for spooling
    ( which means counting page number, setting OMR marks, setting
    stationary/single page/duplex etc ). We have also utilized the presentation
    layer for presenting the bill on Windows and on Web.
    Our approach is to use a group of objects for building 1 bill image for 1
    account and then write "client" programs to drive this "server" for batch
    print, single bill re-print, bill enquiry on Windows/Web etc.
    Some experience to share:
    1. We've used "Builder" pattern for the data retrieval layer, i.e.
    separating a bill into different primary sections of data and then write a
    "builder" for each section. Use a "director" to "control" these "builders"
    to assemble the sections into a bill.
    2. Used "Strategy" pattern for writing the presentation layer. We have
    a presentation layer for Xerox, Windows and Web.
    3. Used "Visitor" pattern to format the bill. A "Visitor" would be
    "accepted" by each section and the visitor would then print out the section
    to a TextData using the presentation "strategy" attached.
    4. The resulting image or "TextData" of each section will then be
    "spooled" to the 3rd layer attached with the "Visitor". This layer /
    spooling used "State" pattern to control the stationary, heading, trailer,
    Xerox macros etc. One example, our bill is single sided for the 1st page
    and duplex for the rest of it. Some customer with multiple accounts has
    their bill details breaked by accounts which always starts at the front
    page. "State" pattern would be perfect for this scenarios.
    Hope this experience can help.
    Best regards,
    Peter Sham.
    -----Original Message-----
    From: BOURDON Patrice [SMTP:[email protected]]
    Sent: Monday, May 03, 1999 5:27 PM
    To: 'forte-users'
    Subject: Printing on Aix
    Hi,
    we are looking for printing tools on Aix server interfacing with
    Forte
    and Oracle (batch print for billing).
    What are you using and have u something to tell about ?
    Thanks.
    Cordialement.
    Patrice Bourdon
    Alliance Sante France
    Tel : (33) 02.54.60.26.27
    Fax : (33) 02.54.60.25.00
    e-M@il : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • EBS 12.1.3 & Printing in AIX 7.1

    Hi,
    we have EBS 12.1.3 on AIX 7.1, and are encountering some difficulties in EBS printing as described below.
    Steps taken:
    1) Our Hosting Provider has setup the printer on OS level
    # lpstat -a |grep myPrinter
    myPrinter:
    myPrinter:
    myPrinter:
    myPrinter:
    myPrinter:
    "test.txt" is printed out correctly with the below command:
    $ lp –dmyPrinter test.txt
    2) In EBS, we have defined the following:
    System Administrator -> Install -> Printer -> Register:
    Printer:
    myPrinter
    Type:
    --PASTA Universal Printer Type
    Description:
    KONICA MINOLTA C360SeriesPS (Color)
    3) Testing with "Active Users" report -> Printed out correctly
    4) Testing with concurrent request that is using an RTF template:
    Options -> Layout:
    <template name>, English United States, RTF, AMERICAN
    Print the Output to:
    Style: Landwide
    Printer: myPrinter
    Copies: 1
    For language: American English
    End result:
    Printing out some code:
    \row
    \trowd
    \trleft99
    \clcbpat4\....
    We have many Excel, Word and PDF templates defined in XML Publisher. Can these be printed out correctly using the above Concurrent Request -> Options -> Print the Output To functionality?
    If yes, could you help to understand what additional setup needs to be done?
    BR,
    TH

    Our hosting provider has now setup "pdf2ps" on AIX level. It works correctly with "root" user. But with "applmgr" user, it gives the following error:
    Does "<10.1.2 OH>/jdk/jre/bin/libjpeg.a" exist?
    Do you have "libjpeg.so.62" package installed?
    Can you compare the PATH settings for both root and applmgr user and see if there is a difference?
    Have you reviewed (How To Print XML Publisher PDF Reports From The Concurrent Manager (Doc ID 338990.1))?
    Thanks,
    Hussein

  • Bar Code Printing in Report under AIX Env

    Dear All,
    Iam using Oracle forms11g, Reports11g,Oracle11g DB in AIX Env.
    My client sys is window 7. When i try to print report in a Network Printer i can able to print report.
    But if any field having barcode , which is not printing.
    Please guide any solution for this..
    Thanks in advance
    a

    which fonts i should use in printing the Report in Network printer under AIX Environment.No idea, I don't work on AIX. Try this site:
    http://www.idautomation.com/
    2D bar codes are not supported in Reports. You will need a Java solution. See this thread:
    Re: how to use 2 d barcodes in reports 6i
    This thread also has the suggestion to create the 2D bar code as an image. Of course, you still need some other program to create this image first.

  • Printing solution for KDE?

    I just wondered if anybody had a good work around for the print dialog problems in KDE (and presumably QT apps generally). I guess some distros patch the sources but this seems to require recompiling QT which I'm not keen to do and the patches are for an older version anyway.
    There are many references to the issue in both KDE and QT bug trackers e.g. https://bugs.kde.org/show_bug.cgi?id=180051.
    Basically, the issue is that the print dialog seems to have two parts. One part reflects the CUPS configuration for the printer. As far as I can tell the purpose of this part of the dialog is to sow confusion among users but perhaps that is not actually intentional. It seems, in any case, to have no effect whatsoever.
    The second part is some sort of QT print setup dialog. There are multiple issues with this. First, it is insensitive to the capabilities of the printer advertised by the PPD file via CUPS. So it doesn't matter whether the printer has fine-grained quality control in CUPS, it won't here. Likewise, it doesn't matter whether the printer can print colour or not, it will offer this option.
    So the first issue is that some settings just cannot be set through the dialog.
    The next issue is that this dialog uses defaults which do not depend on the defaults configured via CUPS. For example, no physical printer I use has letter paper; all of these are configured in CUPS to default to A4. But the print dialog defaults to letter paper. Similarly, CUPS is set to default to duplex and greyscale but the dialog defaults to single-sided in colour. Most of the printers I use do not even offer colour. Some of them need quality settings adjusted to get good output and this can't even be done via the dialog.
    This means that if I just print without reconfiguring via the dialog, I get "color, letter, single-sided" rather than "greyscale, A4, duplex, additional options".
    Finally, the configuration isn't saved. It must be done not only for each session or each application but for every single job sent from a KDE application and any other application which hooks into the KDE print framework. Every single job. KDE offers a GUI alternative to the CUPS web interface but I'm not sure why since it has zero affect.
    The result is obviously very irritating, time-consuming and wasteful of toner and trees.
    I'm therefore wondering how other people manage this issue or whether any workarounds are available which do not involve patching and compiling QT source. Apart from the issue of having to do that and having to do it on every update, the available patch even if it worked for QT 4.8.0 doesn't actually fix most of the above problems. It would not, for example, pick up the A4 default or enable me to set different quality settings.
    I'm wondering about trying to write some command line scripts but I'm not sure if this is the best solution so I'd like to know if better ones might be possible first. I'm not sure what the current best command line print command is although I figure that shouldn't be too hard to establish. But this would be very inconvenient for many applications. The only reason I'm considering it is because it wouldn't be too bad from Kile since the Konsole is right there anyway; and acroread doesn't rely on KDE for printing. Most of my printing is either kile -> okular -> print or acroread -> print. I'd still have issues with libreoffice, web browsers etc. so I'd rather find a more general solution if possible. (I know I can print to PDF and then print that but I might as well just go through the config unless I need quality settings in that case.)
    Or should I just buy a pencil?!

    SteveK wrote:I just have the one printer, although I have set it up in 2 or 3 different KDE distros and I'm just using normal Arch packages here.
    The reason I asked is because there are at least two patches available to fix the bug but they require compiling the whole of QT from source. Most distros, however, include these patches. So the fact that it works for you in another distro means nothing but the fact that it works for you in Arch is very, very interesting.
    The KDE developers don't seem to expect it to work. Discussion at https://bugs.kde.org/show_bug.cgi?id=180051 reveals that they think that Arch are "douchebags" for not patching QT. (Please note that I am *not* endorsing this view as the bug thread on KDE should make clear.)
    Unless, of course, they *are* patching it and something is weird about my config. How would I find that out?
    Oh and just to clarify, today I re-checked changing paper type between A4/Letter and colours to greyscale/colour as default settings, rebooted and the print dialogue reflected those changes, along with the printed output.  I have no idea why it works for some people and not others.
    My print dialog doesn't even reflect it 30 seconds later, let alone after a reboot! (And I reboot quite often so it isn't the lack of rebooting, either.)
    What about running from a terminal? Any related errors show up?
    Sorry for being dumb. How would I run it from the terminal? Or what would I run? Do you just mean start e.g. okular from terminal? I don't get anything interesting:
    okular <random-file>.pdf
    okular(24864)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    okular(24864)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    okular(24864)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    okular(24864)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    okular(24864)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    okular(24864)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x8b9230 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes.
    I didn't actually print as I'm not connected to a printer right now, but I opened the print dialog, selected a printer and examined both "properties" and "options". The "advanced" properties always shows the CUPS defaults but they have no effect on anything. The "options", as usual, defaulted to letter/singe-sided/color etc.
    But perhaps that's not what you meant by "run from a terminal"?

  • Does Lexmark 4227 plus printer is supported for Oracle EBS R12.0.6?

    Hi
    Our sysadmin installed Lexmark 4227 plus printer on AIX 5.3.7, printing perfectly from AIX. But when i register printer in EBS R12.0.6, it is printing Garbage for text type report. Could not find driver definitions for Lexmark type printer. How to define? I am unable to resolve issue. Can anybody help me?
    Regards

    Ateeq,
    Use lp command on Unix/Linux, and on Windows use print command.
    Windows:
    print /D:\\<server_name>\<printer_name> <file_name>
    Unix/Linux:
    lp -d <printer_name> -n<copies> <file_name>Where file_name is the concurrent request output file.
    Note: 784640.1 - Any EBS Requirements For Local or Remote Printers
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=784640.1
    I believe Oracle Apps does not come with seeded drivers/styles for Lexmark printers, so you may need to try with different predefined styles/drivers. Also, contact your vendor and see if they have any clients with this printer configured on Oracle Apps.
    Regards,
    Hussein

  • AIX barcode fonts related

    Hi All,
    I am having one report calling form(fmx) and one report layout (rdf) , once the report is called system directly printing to a Network Printer.
    But the requirement is : In the Report layout if any column to be displayed as Bar Code then it is not printing in Network Printer.
    My system details as : Client windows 7
    My database is : oracle 11g 11.2.0.1.0 ver.
    My forms is : Fusion Middleware forms 11 g and Fusion Middleware Reports 11g
    My Application server and DB Server running in AIX.
    I want to print barcode in the report in direct printing to a Network printer from AIX Environment.
    Any suggessitions will be appreciated...
    v

    HI, Joe;
    The previous post was for the incorrect verison of Crystal Reports from what you are using.
    Have a look at this Note referring to Crystal Reports XI R1:
    [ForceLargerFonts|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313338333733353333%7D.do|Note 1218753]
    Regards,
    Jonathan

  • Configure HP printer in eBS

    Hi everybody
    I need to configure a printer to use it for eBS R12 on Unix.
    The issue is the printer we have HP Laser 3390 ,but we cannot find a driver for IBM AIX.
    Does anybody have an idea how I can get the driver for this particular HP printer for AIX ?
    Regards

    Hi thanks for your replies
    Gareth, I did:
    smitty -> Print Spooling -> AIX Print Spooling -> Add a Print Queue -> hpJet Direct (Network Printer) ->
    Hewlett-Packard -> Other (Select this if your printer type is not listed above) -> Generic generic printer ->
    Is it correct so far?
    Then,
    1- Make this system a BOOTP/TFTP server
    2- Do NOT Make this system a BOOTP/TFTP server
    Here , I don't know which one to choose.

  • Bar code font in Report server 10g

    Hi
    I am using an Oracle 10g Application server on SUSE linux 10 . I have a report up and running, but the bar code font ,how to install ??
    Please help me
    Dhana

    which fonts i should use in printing the Report in Network printer under AIX Environment.No idea, I don't work on AIX. Try this site:
    http://www.idautomation.com/
    2D bar codes are not supported in Reports. You will need a Java solution. See this thread:
    Re: how to use 2 d barcodes in reports 6i
    This thread also has the suggestion to create the 2D bar code as an image. Of course, you still need some other program to create this image first.

  • Printing report on AIX

    Hi,
    For printing the report on windows machine iam using
    following code which executes perfectly.
    String userId =      "atl3_dev_jul04/atl3_dev_jul04@MGI";
    String printer ="\""+"\\\\VIJAYAKRISHNA\\HP LaserJet 5100
    PCL 6"+"\"";     
    Runtime rt = Runtime.getRuntime();
    Process subProcess = rt.exec( "rwclient report=ProjectOverview_Report_New_one.rdf server=rep_kalyan2 userid=" +
    userId + " destype=printer ORIENTATION=LANDSCAPE desname=" + printer + " "+
    " PROJECTNUMBER=13040101 USER_ID_NUM=9" );
    subProcess.waitFor();
    int processValue = subProcess.exitValue();
    But my question is in order run on the AIX machine what are the changes to be done for the above code.
    Can u plz help in solving the above problem
    Thanks
    Kalyan

    all you need to change is the pritner name to conform to the unix printer queue.
    btw .. have you looked at the reports web service, which is available in 9.0.4, yet ? it might be easier for you to hook into your java app.
    thanks,
    ph.

  • Printing a password protected PDF file using acroread from Unix?

    We installed v8.1.3 acroread on the server but we are unable to print a password protected PDF file from command line in Unix? <br /><br />cat  <passprotected>.PDF | /usr/bin/acroread -toPostScript | lp -dprinter<br /><br />we get the following error<br /><br />"lp: Error - stdin is empty, so no job has been sent."<br /><br />Please advice <br /><br />Thank you in advance.<br />MSUDHAN.

    Hello,<br /><br />If the pdf file has a doc open password or if printing is disallowed you will not be able to print it using the commandline.<br /><br />Any other pdf can be printed using the same command :<br />cat a.pdf | acroread -toPostScript | lp -d <printer><br /><br />Regards,<br /> Rishi

  • Printing tools on Aix server with Forte/Oracle

    I asked for it some weeks ago, but i had not enough answers... may be
    you were on vacations !!!
    I'm looking for a good software for manage print jobs on Aix server with
    Oracle rdbms.
    Something we cant use to make reports, bills, etc.. and callable with ou
    without Forte.
    If possible, reports template could be made on NT client (graphical
    tools) but the jobs will run on the Aix (to avoid running on a NT client
    and take all the network resources...).
    What do you use on your site ?
    Thanks.
    Cordialement.
    Patrice Bourdon
    Alliance Sante France
    Tel : (33) 02.54.60.26.27
    Fax : (33) 02.54.60.25.00
    e-M@il : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    I asked for it some weeks ago, but i had not enough answers... may be
    you were on vacations !!!
    I'm looking for a good software for manage print jobs on Aix server with
    Oracle rdbms.
    Something we cant use to make reports, bills, etc.. and callable with ou
    without Forte.
    If possible, reports template could be made on NT client (graphical
    tools) but the jobs will run on the Aix (to avoid running on a NT client
    and take all the network resources...).
    What do you use on your site ?
    Thanks.
    Cordialement.
    Patrice Bourdon
    Alliance Sante France
    Tel : (33) 02.54.60.26.27
    Fax : (33) 02.54.60.25.00
    e-M@il : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Black & White printing using Acroread and Pasta

    Hi,
    We have Acroread at the Unix server end and the printer is configured to "--PASTA Universal Printer Type".
    Presently we are able to print the PDF output of the BI Publisher reports generated by Oracle concurrent programs but those are coming in Color mode.
    Can anyone please advice how to get the output in the printer in Black and White mode.
    Thanks,
    Pranit.

    I have a new Canon printer and find it is swallowing up the small black ink and not using the large black ink container. I tried printing in gray scale, but that also seems to use up the small black ink container. What settings should I use. e.g. Color Sync (Quartz filter, black and white or None???), Quality and Media (gray scale???), color options (color correction, None????) and any other thoughts???
    Thanks.
    eMac Mac OS X (10.3.9) Canon printer MP830

  • Printing issues using acroread on linux vs acroread on hpux

    We have an installation on HPUX 11i of Oracle financial apps.
    The application generates a PDF doc which has to be printed .
    on HPUX we then use acroread to convert the PDF to postscript, and send it out the hp lp utility to a windows print server, then to a Lexmark T632 printer. This process essentially works correctly.
    The same application has been ported to linux, and generates a virtually identical pdf file on linux. Using the same version of acroread on linux we generate postscript output and send through cups using the same process.
    On the linux run, this results in the top line of the page being truncated and the offset of the page being wrong (it shifts left relative to the hpux case)
    Since these are cheques this is a critical error. Using acroread with the shrink option on linux results in the MICR font on the cheque failing tests.
    I've retrieved a ppd file from Lexmark for the t632, and the behaviour continues.
    Further diagnosis included comparing the output postscript files from hpux and linux, and I noted that the postscript file generated on hpux refers to a pdfasc.prc where the postscript file generated on linux does not have this data in it.
    Falling back to cups pdf2ps also results in truncating the top line (cheque number) and the left shift, both with and without the lexmark ppd.
    Acrobat reader version is 5.10 and 5.11 on hpux.
    Can anyone comment on where this pdfasc.prc data are coming from and how can I get it in the linux world?
    *footnote* we have noted that the original document format tool may not be entirely correct as it appears we have no margin definitions in the template. This issue will be fixed but this is now a production system and this set of changes will take time.

    Originally installed on the linux boxes was acrobat 7
    This version resulted in some truly wild print results.
    I am going to retry since the tests under acrobat 7 were conducted by
    different staff.
    My question stands. Where does the reference to pdfsasc.prc come from on hpux?
    If I take the postscript output generated on the hpux box and push it through cups on the linux box I get expected results.

  • Oracle Linux 5.7 / acroread 9.4.7 unable to print

    I am unable to print from command line using acroread 9.4.7 unless -start n -end n is specified. The error that I recieve is stdin empty.
    the reports we are printing can contain any amount of pages.
    Thanks,
    Dave

    Acrobat and Reader are not that command line friendly. It sounds like you are using an offshoot of Reader. In that case, you might want to ask in the Reader forum.

Maybe you are looking for