In this case the generic queue SYS$BATCH points to an execution queue RULBR4_BATCH
More info about queues with the command : $ HELP QUEUE or the OpenVMS system manager's manual, Volume 1 Essentials : http://h71000.www7.hp.com/doc/os82_index.html
Username: system Password: Welcome to OpenVMS (TM) Alpha Operating System, Version V7.2-1 on node AS800 Last interactive login on Tuesday, 5-JUL-2005 14:02:20.11 Last non-interactive login on Tuesday, 5-JUL-2005 16:30:33.79 $ SHOW QUE SYS$BATCH %JBC-E-JOBQUEDIS, system job queue manager is not running $ SHOW QUEUE SYSBATCH %JBC-E-JOBQUEDIS, system job queue manager is not running $
The documentation for starting the Queue Manager and Creating a Queue Database says to do this or to do that “only if you want to crate new database files” I assume that I do want to create new database files because of this:
$ SHOW QUEUE SYSBATCH %JBC-E-JOBQUEDIS, system job queue manager is not running
Have you tried to START the queue manager ? $ START /QUEUE /MANAGER
If it complains about not having a database, you probably do not have one, or the logical pointing to it is lost. The name of the default database is SYS$SYSTEM:QMAN$MASTER.DAT
Do you have a printer connected to the machine, because they also use queues and a queue manager.
You have only created the queue-manager, not the queue. You create one with a command like: $ INITIALIZE/QUEUE/BATCH SYS$BATCH
To see if it is created you can do : $ SHOW QUEUE SYS$BATCH /FULL
I don't know if your package has some requirements for the queue, like the amount of jobs that can run concurrent, security, ownership or the priority of the jobs ? You can always change queue parameters with the SET QUEUE command.
After you created the queue you activate it with the START /QUEUE command.
You should als put the start/queue and start/queue/manager comands in your startup file.
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE