- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Print file with /FORM
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-25-2005 03:23 AM
тАО05-25-2005 03:23 AM
Print file with /FORM
%PSM-E-OPENIN, error opeing SYS$LIBRARY:SYSDEVCTL.TLB as input
-RMS-E-FNF, File not found
The details of QUEUE, FORM and MODULE are in the attached file
Did I do anything wrong?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 04:24 AM
тАО05-25-2005 04:24 AM
Re: Print file with /FORM
$ show logical PWRK$DEVCTL_HP_LASERJET
Somehow the device control library that the symbiont wants to use is not the one that's actually there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 05:32 AM
тАО05-25-2005 05:32 AM
Re: Print file with /FORM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 01:10 PM
тАО05-25-2005 01:10 PM
Re: Print file with /FORM
From your "$ SHOW QUEUE/FULL" command it tells us that the device is
ALPHA1::"sys$print:9100"
The fact that "sys$print" appears there worries me. Do you have a logical "SYS$PRINT" defined on your system? If so then maybe the logical is pointing to another printer queue which is using the SYSDEVCTL library.
Does the print command work if you do NOT use the /FORM qualifier? From my small amount of testing with non-existant libraries it ought to still work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 07:53 PM
тАО05-25-2005 07:53 PM
Re: Print file with /FORM
if you type SHOW QUEUE /FORM /FULL
this will show all forms set up on the node / cluster.
If the form is not listed, thenyou will need to create it (but that's anothrer story) !
Hope this helps Terry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 08:02 PM
тАО05-25-2005 08:02 PM
Re: Print file with /FORM
From your attachment, the queue definition looks alright
except for the "sys$print", as has already been mentioned.
What does TCPIP SHOW HOST SYS$PRINT reveal?
The error indicates that it is looking for SYSDEVCTL
when the queue has the PWRK library associated with it.
Can you give us a log of exactly what you are typing?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 09:40 PM
тАО05-25-2005 09:40 PM
Re: Print file with /FORM
to me also the SYS$PRINT issue looks like potential trouble.
One other thing I would like checked, just to make sure:
SHOW QUEUE/FORM/FULL
-- is the form definition specifying ONLY modules in the library (have a double look at spelling, you would not be the first to trip over sligjt mis-spellings!)
-- the default form is DEFAULT, does that also only specify modules that can be found in your library?
Well, just shooting here; if I missed completely then excuse me, but for the odd chance that I hit something.. :-)
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2005 12:29 AM
тАО05-26-2005 12:29 AM
Re: Print file with /FORM
Please see the attached file for the LOG
It's no error if I print it without /FORM
Thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2005 12:46 AM
тАО05-26-2005 12:46 AM
Re: Print file with /FORM
when you created the printer queue.
If you do not define a library module, then
OpenVMS defaults to SYS$LIBRARY:SYSDEVCTL.TLB.
your init command should be something like this
"init/queue/library=sys$library:pwrk$devctl_hp_laserjet.tlb"
Andre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2005 05:50 AM
тАО05-27-2005 05:50 AM
Re: Print file with /FORM
1. We are assuming that you are using the DCL PRINT command and not a PRINT symbol.
2. It's not good practice to define a queue name or a printer name as SYS$PRINT because of possible confusion with system logical SYS$PRINT. You could potentially wind up with the logical SYS$PRINT pointing to some other printer. $PRINT without a queue specified normally goes to logical SYS$PRINT which may or may not be going to your printer SYS$PRINT.
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2005 06:09 AM
тАО05-27-2005 06:09 AM
Re: Print file with /FORM
Kiiti, I should have tought of asking this before:
IF, (on a system, group, user, whatever leve) SYS$PRINT is or can be a logical name that references another queue, then WHAT is the /LIBRARY for that one?
Undefined => default. That _WOULD_ also generate this error.
-- and if this is NOT the issue, consider it like this: it looks like it MUST be some unexpected crazy error, so fight it with unexpected crazy ideas.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2005 06:29 AM
тАО05-27-2005 06:29 AM
Re: Print file with /FORM
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2005 08:16 AM
тАО05-27-2005 08:16 AM
Re: Print file with /FORM
look at her attachments, the thing is IT LOOKS LIKE SHE IS DOING THAT CORRECTLY.
That is why we all are searching tiny, miserable nitpicking-kind of cruel coincidences.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2005 03:47 AM
тАО05-31-2005 03:47 AM
Re: Print file with /FORM
Now I succesfully setup the queue. I have to use the parameter /lib on either command INIT or START/QUE
Thank you for your kindness.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2005 03:51 AM
тАО05-31-2005 03:51 AM
Re: Print file with /FORM
see
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
for how to assign points to the responses for this and your other questions.
See
http://forums1.itrc.hp.com/service/forums/helptips.do?#16
for how to close a discussuion (after you assign points).
Purely Personal Opinion