- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Can you define this VMS warning message?
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
06-06-2006 07:12 AM
06-06-2006 07:12 AM
Can you define this VMS warning message?
"Queue ABC250_ML280: %DCPS-W-UNRECOGNIZEDPRI, Product name GENICOM microLaser 280 not recognized. Assuming Unrecognized."
I used VMS's HELP/MESSAGE on the cryptic "UNRECOGNIZEDPRI", but this message is not in the Help Message database. Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 07:26 AM
06-06-2006 07:26 AM
Re: Can you define this VMS warning message?
... a printer whose type is unknown to DCPS...
It seems that you attempted to send postscript data to the printer and the when the printer was queried for its identity it returned a product name for which there is no associated module in the DCPS$DEVCTL.TLB library. DCPS then defaults to the lowest common denominator and assumes that it can send only the most primitive postscript commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 07:42 AM
06-06-2006 07:42 AM
Re: Can you define this VMS warning message?
I've looked for this error message in the DCPS V2.5 documentation, but I couldn't locate it in any of the DCPS manuals:
http://h71000.www7.hp.com/doc/dcps24.html
But let me guess:
UNRECOGNIZEDPRI = Unrecognized Printer ?!
There are a couple of references to this error message in various news groups (use Google Groups).
The GENICOM microLaser 280 seems to be supported (accodring to the most current DCPS V2.5 SPD):
http://h18000.www1.hp.com/info/SP4415/SP4415PF.PDF
Which version of DCPS are you using ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 04:35 PM
06-06-2006 04:35 PM
Re: Can you define this VMS warning message?
Regards, Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 02:13 AM
06-07-2006 02:13 AM
Re: Can you define this VMS warning message?
HTH,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 03:42 AM
06-07-2006 03:42 AM
Re: Can you define this VMS warning message?
> entries in
SYS$LIBRARY:DCPS$DEVCTL.TLB that read LPS$$GENICOMML280_xxxxx
My recollection is that the product name, absent white space and uppercased, must match exactly. So, a "GENICOM microLaser 280" would not be considered the same as a "GENICOM ML 280".
Perhaps extracting a LPS$$GENICOMML280_xxxxx module and re-inserting it as LPS$$GENICOMMICROLASER280_xxxxx will work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 06:55 PM
06-08-2006 06:55 PM
Re: Can you define this VMS warning message?
$ TELNET 'printer' 'portnumber'
executive
PS> product print
HP LaserJet 4100 Series
When connected using TELNET press
The printer will hopefully answer %%[ status: idle ]%%
Then you can enter the command "executive". It will not be echoed to the screen, but it will get you to a prompt PS>.
At the PS> prompt enter "product print" and the printer will return its model.
/Hakan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 07:02 PM
06-08-2006 07:02 PM
Re: Can you define this VMS warning message?
Forgot to ask, Is it causing you any problems ?...except for the warning-message ?
/Hakan