- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Upgrade DCPS v2.3 to v2.4
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
04-25-2005 11:53 PM
04-25-2005 11:53 PM
Upgrade DCPS v2.3 to v2.4
$ print/param=
(DATA_TYPE=AUTOMATIC=ANSI, INPUT_TRAY=TRAY_3)
For tray_1 and tray_2 it's the same issue.
Error Message:
%DCPS-E-INTRAYNOTAVL, No tray_3 tray is installed on HP LaserJ)(et 8150 Series)
%DCPS-E-FLUSHING, Rest of Job \(to EOJ\) will be ignored)
The other printers(4200, 4345, ez..) are just working fine.
Any idears....
PS. We are back on dcps v2.3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 07:38 PM
04-27-2005 07:38 PM
Re: Upgrade DCPS v2.3 to v2.4
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 12:42 AM
04-28-2005 12:42 AM
Re: Upgrade DCPS v2.3 to v2.4
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 12:50 AM
04-28-2005 12:50 AM
Re: Upgrade DCPS v2.3 to v2.4
http://h71000.www7.hp.com/DOC/732final/dcps_mguide/dcps023_mguide_003.html#index_x_78
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:39 AM
04-28-2005 01:39 AM
Re: Upgrade DCPS v2.3 to v2.4
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:44 AM
04-28-2005 06:44 AM
Re: Upgrade DCPS v2.3 to v2.4
The module in question is called LPS$$HPLJ8000_SETINPUTTRAY. If you need help extracting it from the V2.3 library or replacing it in the V2.4 library, please let me know.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:54 AM
04-28-2005 06:54 AM
Re: Upgrade DCPS v2.3 to v2.4
Extract the module from the DCPS V2.3 device control library. You could do this on a system running DCPS V2.3, or extract DCPS$DEVCTL.TLB from the V2.3 kit.
From a DCPS V2.3 system, extract the module:
$ LIBRARY -
_$ /EXTRACT=LPS$$HPLJ8000_SETINPUTTRAY -
_$ /OUTPUT=LPS$$HPLJ8000_SETINPUTTRAY.PS -
_$ /TEXT SYS$LIBRARY:DCPS$DEVCTL
Then on a V2.4 system, put it into the DCPS V2.4 library:
$ LIBRARY /REPLACE /TEXT -
_$ LPS$$HPLJ8000_SETINPUTTRAY.PS -
_$ SYS$LIBRARY:DCPS$DEVCTL
This problem will be fixed in DCPS V2.5.
Paul