- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Print job problems
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
10-14-2007 09:05 PM
10-14-2007 09:05 PM
Print job problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2007 09:53 PM
10-14-2007 09:53 PM
Re: Print job problems
And also check, if PRINT is redefined e.g. as PRINT="PRINT/QUE=..." (SHOW SYMBOL PRINT).
regards kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2007 10:57 PM
10-14-2007 10:57 PM
Re: Print job problems
Perhaps sys$print is a generic queue pointing to several physical queues ?
Regards,
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2007 11:26 PM
10-14-2007 11:26 PM
Re: Print job problems
John wrote:
>>>
You might want to issue a $ sh sym p* to check all possibilities.
<<<
yes, but be sure to do that FROM THE ACCOUNTS that are causing problems, as such symbols are process-specific.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2007 01:03 AM
10-15-2007 01:03 AM
Re: Print job problems
My impression from your entry is that SYS$PRINT is a generic queue referring to a number of executiion queues, as it seems rather "random" on what device the output actually appears.
If you _know_ the queue you are to use for printing, specify that queue in a proces- local PRINT command:
$ print :== print/queue=
(You van use another symbol for that, like "Myprint")
or:
$ define/job SYS$PRINT
That will bypass SYS$PRINT - for that user only.
OpenVMS Developer & System Manager