[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxuum::online_bookbuilding

Title:Online Bookbuilding
Notice:This conference is write-locked: see note 1.3.
Moderator:VAXUUM::UTT
Created:Fri Aug 12 1988
Last Modified:Mon Jul 15 1991
Last Successful Update:Fri Jun 06 1997
Number of topics:440
Total number of notes:2134

176.0. "/LIST does not produce all list info" by MARVIN::WALKER (Ian Walker: X25 comms, WACE, dtn 830-4368) Tue Aug 08 1989 08:06

I used the following command

$           document -
                llc2-design.sdml -
                online.reference -
                'p1' -
                /symbol=llc2-design_symbol_def.sdml -
                /contents -
                /noprint -
                /list -
                /batch=(notify,noprint)

The device converter messages were not output to the .LIS file although they
were output to the .LOG file of the batch job.

When i did the same command without the /BATCH qualifier the .LIS file 
did not contain device converter message although the terminal output did
show them.


The end of the .LIS file was as follows

[ D e v i c e    C o n v e r s i o n ]...


DOCUMENT DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.SDML; ONLINE.REFERENCE BOOKR
EADER/CONT/LIST=DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.LIS;/NOPRIN/SYMB=DISK
$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN_SYMBOL_DEF.SDML;
Date/Time:  8-AUG-1989 11:26:06.80
CPU time: 311.89 secs.

The end of the batch .LOG file was as follows

[ D e v i c e    C o n v e r s i o n ]...
$ !  input from DOCUMENT verb:  DVC$INPUT = name of .dvi file
$ !
$ if ("" .eqs. "") then -
        define/nolog DVC$VOILA DOC$VOILA_TOOLS:DVC$VOILA.EXE
$ $$drivoila := $ dvc$voila
$!
$ Filespec = f$parse("DVC$INPUT",,,,"SYNTAX_ONLY")
$ Nodename = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;
",,,"NODE","SYNTAX_ONLY")
$ Devname  = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;
",,,"DEVICE","SYNTAX_ONLY")
$ Dirname  = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;
",,,"DIRECTORY","SYNTAX_ONLY")
$ Filename = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;
",,,"NAME","SYNTAX_ONLY")
$ Filetype = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;
",,,"TYPE","SYNTAX_ONLY")
$ Version = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;"
,,,"VERSION","SYNTAX_ONLY")
$ DVIspec = "DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;"
$!
$ $$drivoila "DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;" /h=36
/v=36
%DVC-I-INCLUDING, including input file:
   doc$local_formats:small_logo.rags
%DVC-I-INCLUDING, including input file:
   DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN_CONTENTS.DVI_BOOKREADER;
%DVC-E-NOCONTENTS,  no contents file found
-DVC-I-INPUTFILE, input file is:
   DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;
-DVC-I-ONPAGE, on page [73]

%DVC-E-BOOKABORT, aborting run -- book not created
-DVC-I-BOOKABORT, book LLC2-DESIGN.DECW$BOOK not created
$ exit
$ exit ($status + (0 * 1))
  WALKER       job terminated at  8-AUG-1989 11:26:10.54

  Accounting information:
  Buffered I/O count:          527      Peak working set size:  5499
  Direct I/O count:            939      Peak page file size:   12325
  Page faults:                5706      Mounted volumes:           0
  Charged CPU time:     0 00:05:18.84   Elapsed time:     0 00:06:18.82
T.RTitleUserPersonal
Name
DateLines
176.1Fixed in next versionCLOSET::FITZELLput nifty saying hereTue Aug 08 1989 10:476
    Can you post the full log file here. What baselevel of the tools
    are you using? Because the online converter isn't fully integrated
    into document yet the messages don't get put in the .lis file. Using
    the /batch qualifier will get them in the .log file.
    
    Mike
176.2Voila info and log file outputMARVIN::WALKERIan Walker: X25 comms, WACE, dtn 830-4368Wed Aug 09 1989 05:43132
The following may help identify the baselevel release,

TONNYX > dir doc$voila_tools:

Directory DOC$ROOT:[TEX.VOILA.TOOLS]

DVC$DRIVEVOILA.COM;3
                          2  13-OCT-1988 11:49:32.13
DVC$VOILA.EXE;3          89  10-JAN-1989 12:35:59.88

Total of 2 files, 91 blocks.

TONNYX > anal/imag/head/int doc$voila_tools:dvc$voila.exe
IMAGE HEADER

        Fixed Header Information

                image format major id: 02, minor id: 05
                header block count: 1
                image type: executable (IHD$K_EXE)
                I/O channel count: default
                I/O page count: default
                linker flags:
                        (0)  IHD$V_LNKDEBUG   0
                        (1)  IHD$V_LNKNOTFR   0
                        (2)  IHD$V_NOP0BUFS   0
                        (3)  IHD$V_PICIMG     1
                        (4)  IHD$V_P0IMAGE    0
                        (5)  IHD$V_DBGDMT     1

        Image Activation Information

                first transfer address:  %X'000102D0'
                second transfer address: %X'00000000'
                third transfer address:  %X'00000000'

        Image Identification Information

                image name: "DVC$VOILA"
                image file identification: "V1.0"
                link date/time: 10-JAN-1989 12:35:52.00
                linker identification: "05-00"


The batch log file follows,

|----------------Login on KRIKIT at  8-AUG-1989 11:19:57.11----------------|
$	ver = f$verify(0)
%HAND-I-WORKFOR, working for PSI V50 UVAX
DEC/CMS Version V3.0
$	exit
$ set = "set"
$ set noon
$ verify_context = f$verify(1)
$ set default MY_DISK:[WALKER.DOCS.PHASEV]
$ DOCU DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.SDML; ONLINE.REFERENCE BOOKREADER/CONT/LIST=DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.LIS;/NOPRIN/SYMB=DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN_SYMBOL_DEF.SDML;
%DOC-I-IDENT, VAX Document V1.1
[ T a g    T r a n s l a t i o n ]...
%TAG-I-DEFSLOADD, End of Loading of Tag Definitions
%TAG-I-LCL_MSG01, Using online bookbuilding tools, 20-MAR-89 baselevel
%TAG-I-ENDPASS_1, End of first pass over the input
%TAG-I-FILEWRTOK, File LLC2-DESIGN_FRONT_MATTER.TEX written
%TAG-I-FILEWRTOK, File LLC2-DESIGN_OVERVIEW.TEX written
%TAG-I-FILEWRTOK, File LLC2-DESIGN_SERVICE_INTERFACE.TEX written
%TAG-I-FILEWRTOK, File LLC2-DESIGN_MAC_INTERFACE.TEX written
%TAG-I-FILEWRTOK, File LLC2-DESIGN_MANAGEMENT_INTERFACE.TEX written
%TAG-I-FILEWRTOK, File LLC2-DESIGN_STATUS_CODES.TEX written
[ T e x t    F o r m a t t i n g ]...
%TEX-I-INFO, loading online doctype design file, TEX$O_REFERENCE - on page [1]
%TEX-I-LINETOOLONG, Line too long by 14.44839 points
-TEX-I-ONPAGE, on page [19] 

%TEX-I-LINETOOSHORT, Line too short - on page [24]
%TEX-I-LINETOOSHORT, Line too short - on page [24]
%TEX-I-LINETOOSHORT, Line too short - on page [29]
%TEX-I-LINETOOSHORT, Line too short - on page [34]
%TEX-I-LINETOOLONG, Line too long by 25.18598 points
-TEX-I-ONPAGE, on page [35] 

%TEX-I-LINETOOLONG, Line too long by 19.32911 points
-TEX-I-ONPAGE, on page [35] 

%TEX-I-LINETOOLONG, Line too long by 17.37683 points
-TEX-I-ONPAGE, on page [35] 

%TEX-I-LINETOOLONG, Line too long by 10.54382 points
-TEX-I-ONPAGE, on page [36] 

%TEX-I-PAGESOUT, 73 pages written.
-TEX-I-OUTFILENAME, 'MY_DISK:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER'
[ C o n t e n t s   G e n e r a t i o n ]...
[ T e x t    F o r m a t t i n g   C o n t e n t s ]...
%TEX-I-INFO, loading online doctype design file, TEX$O_REFERENCE - on page [1]
%TEX-I-PAGESOUT, 1 page written.
-TEX-I-OUTFILENAME, 'MY_DISK:[WALKER.DOCS.PHASEV]LLC2-DESIGN_CONTENTS.DVI_BOOKREADER'
[ D e v i c e    C o n v e r s i o n ]...
$ !  input from DOCUMENT verb:	DVC$INPUT = name of .dvi file
$ !
$ if ("" .eqs. "") then -
	define/nolog DVC$VOILA DOC$VOILA_TOOLS:DVC$VOILA.EXE
$ $$drivoila := $ dvc$voila
$!
$ Filespec = f$parse("DVC$INPUT",,,,"SYNTAX_ONLY")
$ Nodename = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;",,,"NODE","SYNTAX_ONLY")
$ Devname  = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;",,,"DEVICE","SYNTAX_ONLY")
$ Dirname  = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;",,,"DIRECTORY","SYNTAX_ONLY")
$ Filename = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;",,,"NAME","SYNTAX_ONLY")
$ Filetype = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;",,,"TYPE","SYNTAX_ONLY")
$ Version = f$parse("DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;",,,"VERSION","SYNTAX_ONLY")
$ DVIspec = "DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;"
$!
$ $$drivoila "DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;" /h=36 /v=36
%DVC-I-INCLUDING, including input file: 
   doc$local_formats:small_logo.rags
%DVC-I-INCLUDING, including input file: 
   DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN_CONTENTS.DVI_BOOKREADER;
%DVC-E-NOCONTENTS,  no contents file found
-DVC-I-INPUTFILE, input file is: 
   DISK$USER4:[WALKER.DOCS.PHASEV]LLC2-DESIGN.DVI_BOOKREADER;
-DVC-I-ONPAGE, on page [73] 
 
%DVC-E-BOOKABORT, aborting run -- book not created
-DVC-I-BOOKABORT, book LLC2-DESIGN.DECW$BOOK not created
$ exit
$ exit ($status + (0 * 1))
  WALKER       job terminated at  8-AUG-1989 11:26:10.54

  Accounting information:
  Buffered I/O count:          527      Peak working set size:  5499
  Direct I/O count:            939      Peak page file size:   12325
  Page faults:                5706      Mounted volumes:           0
  Charged CPU time:     0 00:05:18.84   Elapsed time:     0 00:06:18.82
176.3CLOSET::FITZELLput nifty saying hereWed Aug 09 1989 09:568
    About the only thing I've seen that would cause this problem at that
    baselevel is a lowercase argument to the contents file tag. You are
    a couple of baselevels out of date so it wouldn't be a bad idea to
    upgrade. Also for future reference near the top of the log file is a
    message that identifies the baselevel of online tools that you're
    using.
    
    Mike