- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DCPS support on Xerox MFD
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
03-14-2005 10:01 PM
03-14-2005 10:01 PM
DCPS support on Xerox MFD
Any hope in getting Xerox printer to work with DCPS? I have I64 VMS 8.2 and here is the script in my DCPS$statup.com
$ @sys$startup:dcps$execution_queue -
Qname -
"ip_rawtcp/x.x.x.x:9100" -
DCPS_LIB -
"data=auto=PS"- ! I tried "auto=ansi" too
"/separate=(notrail,noburst,noflag)"-
""-
""-
""
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 10:17 PM
03-14-2005 10:17 PM
Re: DCPS support on Xerox MFD
Have you tried uing a TELENET queue?
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 10:23 PM
03-14-2005 10:23 PM
Re: DCPS support on Xerox MFD
http://h71000.www7.hp.com/doc/82final/dcps_rn/dcpsnnn_release_notes_001.html#sec_bad_port
Does that printer support LPD instead?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 11:43 PM
03-14-2005 11:43 PM
Re: DCPS support on Xerox MFD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 12:46 AM
03-15-2005 12:46 AM
Re: DCPS support on Xerox MFD
You might also want to check out PrintKit by Northlake Software. When I was at Raytheon we used it successfully with a Xerox Phaser printer and found it pretty easy and quick to set up, for our simple configuration at least.
You can get a free trial version at their website:
http://www.nls.com/products/products.html?con=/products/products_content.html
or alternatively via TinyURL:
http://tinyurl.com/5uoma
(I don't have any connection with Northlake Software.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 02:23 AM
03-15-2005 02:23 AM
Re: DCPS support on Xerox MFD
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 03:11 AM
03-15-2005 03:11 AM
Re: DCPS support on Xerox MFD
I forgot to mention that PrintKit can do pretty much anything that DCPS can.
Galen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 06:24 AM
03-15-2005 06:24 AM
Re: DCPS support on Xerox MFD
Regarding the LPD, I have create a queue using tcpip$lprsetup, I can print simple text, but no control on formating at all. Ian, do you mean I can link DCPS to this queue?
Thanks for info about PrintKit, but we like to stay with HP software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 08:57 PM
03-15-2005 08:57 PM
Re: DCPS support on Xerox MFD
The current version of DCPS supports LPD as well as the usual TCP communications. See
http://h71000.www7.hp.com/doc/dcps24.html
However you are better off using TCP if you can.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 10:12 PM
03-15-2005 10:12 PM
Re: DCPS support on Xerox MFD
Regarding the LPD, I have create a queue using tcpip$lprsetup, I can print simple text, but no control on formating at all.
Well, this is more or less, but not completely, true.
_IF_ you pre-process your file to _INCLUDE_ the controls _IN_ the file, then it will work.
If you are trying to use the standard VMS que setup modules,
then you are out of luck.
LPD is too stupid to recognise the concept of job streams, and treats each file as a separate job.
So, using LPD, the VMS queue sends a setup module.
that is "printed" ie, set up printer is executed.
End of this file ( = job): _RESET_ printer.
Next file ( = next job) Datafile: printed in default printer setup.
Etc.
In contrast, TELNETSYM opens a connection, and maintains control of the printer until VMS job_STREAM_ finishes. Result: setup modules are honored in the printed output.
That is just the way the LPD/LPR was made...
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 10:20 PM
03-15-2005 10:20 PM
Re: DCPS support on Xerox MFD
Is it possible to connect to the printer (telnet or http) and workout what it is doing .
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 04:39 AM
03-16-2005 04:39 AM
Re: DCPS support on Xerox MFD
- Jan, thanks for the analysis.
- Ian, both telnet & http works thru port 9100 & 80 respectively, but I am still working on why the printer & DCPS not communicating.