Title: | Batch_Print_services |
Moderator: | STAR::SWEENEY |
Created: | Thu Jan 06 1994 |
Last Modified: | Tue May 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 249 |
Total number of notes: | 545 |
We just came across this logical that seems to be defined on every system. Anyone know it's significance? "JBC$QUEUE_TO_QMAN" [table] = "" (LNM$SYSTEM_DIRECTORY) Thanks, Greg
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
249.1 | It's a table | GIDDAY::GILLINGS | a crucible of informative mistakes | Sun May 11 1997 23:15 | 17 |
Greg, Note that it's a logical name table: $ show log/table= jbc$queue_to_qman/full (JBC$QUEUE_TO_QMAN) [exec] [shareable] [Protection=(RW,RW,R,R)] [Owner=[SYSTEM]] %SHOW-S-NOTRAN, no translation for logical name * From its name, I'd guess that it has something to do with communications between symbionts and the queue manager. However, I can't find any references to it in COMET or in the source code for the queue manager. Could be an artifact of ancient versions. Perhaps the old queue manager? John Gillings, Sydney CSC | |||||
249.2 | created by job controller process | VELI::KORKKO | Veli K�rkk� @FNO, 879-5512 | Mon May 12 1997 15:31 | 5 |
String JBC$QUEUE_TO_QMAN can be found within sys$system:jbc$job_control.exe. So, maybe this table gets created by job controller process. _veli | |||||
249.3 | From the listings ... | GIDDAY::BRODRIBB | Craunching the marmoset | Mon May 12 1997 18:48 | 24 |
QMANAGER Routines to manage queue manager activity X-14 GLOBAL ROUTINE CREATE_JBC_LOGICAL_TABLE: NOVALUE = !++ ! ! FUNCTIONAL DESCRIPTION: ! This routine is called to create or recreate (thus clearing ! out) the JBC$QUEUE_TO_QMAN logical name table. It's used to ! store queue to qman hints by the system service code. ! ! INPUT PARAMETERS: ! NONE ! ! OUTPUT PARAMETERS: ! NONE ! ! ROUTINE VALUE: ! NONE ! ! SIDE EFFECTS: ! The JBC$QUEUE_TO_QMAN logical name table will be defined with no entries. ! !-- |