- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Printing postscript to Dell 5100 from the Open...
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
12-06-2005 02:10 AM
12-06-2005 02:10 AM
Printing postscript to Dell 5100 from the OpenVMS Queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 03:35 AM
12-06-2005 03:35 AM
Re: Printing postscript to Dell 5100 from the OpenVMS Queue
V2.4 is current and it works on VMS V6.2 and later. See
http://h71000.www7.hp.com/openvms/print/index.html
for list of printers that are supported.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 05:26 PM
12-06-2005 05:26 PM
Re: Printing postscript to Dell 5100 from the OpenVMS Queue
Try combinations of
print /param=data=ANSI
print /param=data=PCL
print /param=data=POSTSCRIPT
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 05:32 PM
12-06-2005 05:32 PM
Re: Printing postscript to Dell 5100 from the OpenVMS Queue
something to indicate that you're actually
sending it stuff? If it has, and it's not
indicating, then look to a comm problem. If
it is indicating, then a data format problem
is more likely (such as sending plain text to
a PostScript printer).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 07:05 PM
12-06-2005 07:05 PM
Re: Printing postscript to Dell 5100 from the OpenVMS Queue
DCPS via RAW_TCP requires bidirectional communication with the printer, perhaps the DELL printer does not support this.
With a more recent DCPS version you may try the LPD printing, which is uni-directional per se.
I do not know thich protocols/printer languages this printers supports, perhaps it is compatible to a supported printer.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 10:04 AM
12-07-2005 10:04 AM
Re: Printing postscript to Dell 5100 from the OpenVMS Queue
Thanks for Input
Rich