- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Remove form specification from queue
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
11-02-2005 08:51 PM
11-02-2005 08:51 PM
Situation:
It has been decided that we will use a (BillyWare based) Secure Print Server.
Each printer will collect any prints to be output, and if the user enters a code into the printer, only then will his document be printed.
Of course that means that the printers will ONLY be accessable via Mickey's PrintServer.
Which is LPD/LPR, with all the joys of that.
The solution for VMS seems to be a TELNETSYM queue printing to a LPD/LPR printing to the PrintServer, which will consider it like any Whinedoze printjob.
(that VMS looses any info about the proceeding is "a minor detail")
Now for our issue:
The second PRINT command (to the LPD queue) ends with %LBR-E-ILLCTL, illegal control index.
We >>> suspect <<< that the qualifier /DEFAULT=FORM=DEFAULT may be the issue.
Trying to SET QUEUE xxx /NODEFAULT or
SET QUEUE xxx /DEFAULT=NOFORM
both are accepted without error, but the default form stays unchanged.
Is our suspicion correct?
Anybody recognise that error?
Anybody know the cause?
ANYBODY KNOW A CURE?
tia,
Proost.
Have one on me.
jpe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 09:20 PM
11-02-2005 09:20 PM
SolutionIf no form type is explicitly specified, the system assigns the
form "DEFAULT" to the queue.
So it probably cannot be changed. If the form is the issue, then you probably will have to create special form for LPD printing.
But the message points to the library problem.
ILLCTL, illegal control index
Facility: LBR, Librarian Routines
Explanation: Either the library is not open or an illegal library index was
specified.
User Action: Determine that the library is open and that the library index
is correct.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 09:20 PM
11-02-2005 09:20 PM
Re: Remove form specification from queue
Can you put up a "show queue/full"?
I guess there is a problem with device control libraries. E.g. does the DEFAULT from specify a setup module, but the queue is missing a DEVCTL or something like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 09:48 PM
11-02-2005 09:48 PM
Re: Remove form specification from queue
BINGO
It can be so simple, and so simple to miss when operating in a team with too little opportunity to discuss setups, but only the problems.
This way of solving is MUCH quicker than searching yourself!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 12:02 AM
11-03-2005 12:02 AM
Re: Remove form specification from queue
Mike