- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printing postscript throug HP9050 using Oracle...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 05:27 AM
05-26-2005 05:27 AM
we installed the hp-9050 series printer. We are not able to print the PostScript output to the printer. Any suggestions on configuring it is appreciated
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 05:48 AM
05-26-2005 05:48 AM
Re: Printing postscript throug HP9050 using Oracle applications 11.5.10
As an Oracle Apps Sysadmin - navigate to "Install", "Printer","Driver". Search for any of the drivers that start with "HP" (HPLJPORTRAIT for example), look in the "Arguments" box and there you'll see the actual "lp" command that you need to edit.
Now, rather than editing your canned driver definition - you really need to make a new driver, new style to go along with it, and tie it together to the Printer "Types" form. I won't go into all that b/c it can be pretty lengthy (even though its not that hard) and its all there in your sysadmin manual.
However, I always try and recommend that the developers develop for text mode (yes, you can pick fonts) - Oracle has a document on developing in character mode. The reasons are: files are MUCH smaller and faster, they never require memory upgrades on the older Laserjets to make them work, and the preview mode works fine from within the forms.
If you/they really persist in using postscript for the reports, you'll have to install a ghostscript viewer for the preview mode to work automatically (like just click on the button), and while we've figured that one out, we never found great documentataion on that process, so that will be another hurdle for you.
I prefer text mode. Programmers prefer postscript b/c it's easier to make nicer looking output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 06:16 AM
05-26-2005 06:16 AM
Re: Printing postscript throug HP9050 using Oracle applications 11.5.10
thanks for the feeback. The reason we had to use was to print a bank micr # and some special formatting. It will be a dedicated check printer.
Now, when I set up the hp9050 q, I already had hplj4si setup provided at the time of install of 11.5.10, so I forced it to go to that set up
On the PORTRAITHPLJ4SI :
I had the following
Command :
lp -c -d$PROFILES$.PRINTER -n$PROFILES$.CONC_COPIES -t"$PROFILES$.TITLE" $PROFILES$.FILENAME
Initialization :
/eE/e&l0o2a7C/e(s0t0p11H/e&a5L
Reset
/eE
When I tried printing using
lp -d infosys1p (our Q) -ops
Any feedback is appreciated
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 03:02 PM
05-26-2005 03:02 PM
Re: Printing postscript throug HP9050 using Oracle applications 11.5.10
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 01:47 AM
05-27-2005 01:47 AM
Re: Printing postscript throug HP9050 using Oracle applications 11.5.10
Also, I never install with drivers for Laserjet 4si, 3si, 4000, etc. in Oracle. I always use plain ol' "HP Laserjet" as the model chosen from the Oracle Driver. This gives me the greatest consistency across the board. The Oracle drivers don't address higher features of newer (heck even older) printers anyway, so just choose Laserjet and the inconsistencies that you've been experiencing will probably go away. Up until I was shown that by an experienced Oracle Consultant years back, I was fighting the same problem between all of my Laser printers - no consistency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 02:18 AM
05-27-2005 02:18 AM
SolutionIf you had those reports printing ok on the HP4000 printers, all you have to do to print on HP9000 series is:
1 - install the HP9000 printer in Unix (check /etc/lp/interface/model.orig/
2 - Just use the Printer Style and Drivers you were using for the HP4000 (see attachments). As you can see I'm using the postscript Style and Driver under the PCL Type (HPLJ4SI)
3 - Check if you have the psport (if you want portrait) or another *.prt file you refer above in $FND_TOP/reports
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 06:38 AM
06-10-2005 06:38 AM