- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DCPS Print Queue
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
Discussions
Discussions
Discussions
Forums
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
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-28-2008 09:52 AM
тАО05-28-2008 09:52 AM
When we print a normal ASCII text file to a DCPS print queue, on an Itanium system running OpenVMS 8.3, we get this message.
We only print text files, but to use a DECLASER 3500 printer we were informed that we had to use DCPS. The 3500 series printers are LAT based and run perfectly, using DCPS, on an OpenVMS 6.2 platform. We do NOT print any Postscript files made by any applications. We have DCPS version 2.3
%DCPS-W-UNDEF, undefined: Name not known - offending command is currentpagedevice
Attached is the DCPS Startup sequence and the queue settings.
Any help you can give is is greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2008 10:46 AM
тАО05-28-2008 10:46 AM
SolutionThe command you are seeing is probably arising from a setup module being sent to this printer, but that's not certain.
As a start, match your setup files in your device control library from OpenVMS Alpha V6.2 and DCPS 2.3 with whatever DCPS you're using on OpenVMS I64 V8.3.
Also match up your DCPS* logical names from the old and new environments; these logical names can (do) determine default behaviors of the DCPS queues.
Since you're not seeking to print Postscript, there's no technical need for DCPS here. At all. AFAIK, OpenVMS I64 provides LAT and LAT printing, so you can set up a LAT queue here. (And if what you've posted is from OpenVMS I64, you're already using LAT to get to the printer.)
Use Google to search for a copy of the NIC manual for this printer ("DEClaser 3500 Printer Network Interface Card User's Guide"), which should be enough to get you going. There are copies available, and the copy I located points to LATSYM as well as to setting up DECprint Services (DCPS).
There is an introduction to printer device control libraries here:
http://64.223.189.234/node/622
And a DEClaser 3500? That's some old kit.
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2008 09:31 PM
тАО05-28-2008 09:31 PM
Re: DCPS Print Queue
if not try setting it to "ANSI"
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 09:11 AM
тАО05-29-2008 09:11 AM
Re: DCPS Print Queue
The history behind our setup is that we originally had a DecLaser 2000 which required DCPS. We then changed it to a DecLaser 3500 but kept it set up to use DCPS which was not an issue until we started using OpenVMS 8.3.
Once again....thank you for your expertise!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2008 11:17 AM
тАО06-04-2008 11:17 AM
Re: DCPS Print Queue
Our problem now is how to get it to print in landscape mode.
Originally we had a set of escape sequences (I think terminal escape sequences) that we put at the beginning of each file and a set at the end of each file. This set landscape mode and, I think, set a smaller font. We did use DCPS.
{text to print}
Without DCPS, those control sequences just print as characters without doing what user to do -- the control part.
I understand that the DECLaser 3500 will autosense PCL5 commands and I discovered that the PCL5 sequence
The communication is using LAT and I wonder if any terminal setups are necessary (we already have passthru set). Any hints?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2008 12:20 PM
тАО06-04-2008 12:20 PM
Re: DCPS Print Queue
http://64.223.189.234/node/622
It specifically covers landscape, though not for this printer.
Information on PCL printing is here:
http://64.223.189.234/node/637
PCL -- based on your original thread -- wasn't part of the deal, and isn't typically necessary. You don't need (or want) to switch to PCL if you're planning on tossing ASCII ANSI control sequences and ASCII characters at this printer.
General information on OpenVMS and escape and control sequences are here:
http://64.223.189.234/node/92
http://64.223.189.234/node/150
As for the escape and control sequences specific to this printer, use Google to search for a copy of the NIC manual for this printer ("DEClaser 3500 Printer Network Interface Card User's Guide"), which should be enough to get you going. There are copies available, and the copy I located points to LATSYM as well as to setting up DECprint Services (DCPS).
Or call in some help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2008 08:08 PM
тАО06-04-2008 08:08 PM
Re: DCPS Print Queue
Phil