[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

70.0. "part page problems" by MTWAIN::OLIPHANT () Fri Jan 27 1989 10:57

We are getting the following error during a bookbuild, seemingly caused
by the coding for a part page. After the error message I include the 
part page code. Any suggestions? 

NCLUDING, including input file: 
   PAPER:[OLIPHANT.NEWS1015]S1015PRO_INDEX.DVI_BOOKREADER;
VOILA ERROR--The following symbols are undefined:
	pgid =  91, offset =    559, symbol = '_DECW_SEMIFORMAL_7'
	pgid =   8, offset =   9289, symbol = 'PART3_PAGE'
	pgid =   8, offset =   8995, symbol = 'PART2_PAGE'
	pgid =   8, offset =   8533, symbol = 'PART1_PAGE'
%DVC-E-OUTPUTFAIL, error writing to output file
-DVC-I-INPUTFILE, input file is: 
   PAPER:[OLIPHANT.NEWS1015]S1015PRO.DVI_BOOKREADER;
-DVC-I-ONPAGE, on page [8] 
 
%DVC-E-BOOKABORT, aborting run -- book not created
-DVC-I-BOOKABORT, book S1015PRO.DECW$BOOK not created






<comment>(****Version 1.0****)
<doctype>(dw_end)



<PART>(Part 1\PART1_PAGE)   

<PART_PAGE>
<TITLE>(Part 1\Installing and Setting Up Your VAXstation 3100 Model 40)
<ABSTRACT>
<P>
This section of the manual provides all the information you need
to install and set up your <REFERENCE>(LARGE_BOX) system.
<ENDABSTRACT>

<ENDPART_PAGE>
T.RTitleUserPersonal
Name
DateLines
70.1MTWAIN::FRIEDMANFri Jan 27 1989 16:0222
I think the problem might be that a file contains a FORMAL figure 
that tries to use the ONLINE_POPUP tag---probably a no-no (although there 
should be a graceful exit). If this figure remains formal, the
ONLINE_POPUP should be removed. I think this was causing the 
_DECW_SEMIFORMAL_7 error. 


********************************************************************************
1201PRINTER.SDML
:
:
:
<ONLINE_POPUP>(FIGURE)
<FIGURE>(A Sample Printer Configuration\PRINTER_STATUS_FIG)
<FIGURE_ATTRIBUTES>(KEEP\WIDE)
<FIGURE_FILE>(ps\printwind.ps\10\WIDE)
<ENDFIGURE>
<ENDONLINE_POPUP>



70.2CLOSET::UTTMon Jan 30 1989 09:0011
    Yes, Marty is right. Using an <online_popup> in a formal figure
    will result in this error. Since formal figures are already 
    popups, there is no need to use the <online_popup> tags in this
    context.
    
    The other problem with this file is that (I believe) the 
    <endpart_page>(renumber) tag is being used in part pages. This
    is a bug with this release of the tools and will be fixed in
    the next release.
    
    Mary
70.3Similar problemRADINA::PASCIUTAAdrian (RDGENG::) PasciutaThu Feb 16 1989 12:4456
I've been trying unsuccessfully to build a book containing <PART> tags.
The errors I receive are essentially the same as those in .0 (undefined
symbols), but I am not using any figures, online tags or anything else
very complicated.  I have cut the file down to the following (uninspiring)
document to illustrate the problem:

<front_matter>
<title_page>
<title>(Test)
<endtitle_page>
<contents_file>
<endfront_matter>

<part>(Overview\overview_part)
<part_page>
<title>(Overview)
<endpart_page>

<chapter>(Introduction\intro_chapter)

<p>
<reference>(overview_part).  <reference>(reference_part).


<part>(Reference Part\reference_part)
<part_page>
<title>(Reference Part)
<endpart_page>

<chapter>(Summaries\summaries_chapter)

<p>
<reference>(overview_part).  <reference>(reference_part).

When I run this through DOCUMENT (using the Jan 16 online tools), there
are no undefined reference messages during the tag translation or text
formatting stages, but I get the following messages during device conversion:

%DOC-I-IDENT, VAX Document V1.1
[ D e v i c e    C o n v e r s i o n ]...
%DVC-I-INCLUDING, including input file:
   DISK$MEDIA01:[PASCIUTA]TEST_CONTENTS.DVI_BOOKREADER;
VOILA ERROR--The following symbols are undefined:
        pgid =  10, offset =    216, symbol = 'REFERENCE_PART'
        pgid =  10, offset =    174, symbol = 'OVERVIEW_PART'
        pgid =   8, offset =    219, symbol = 'REFERENCE_PART'
        pgid =   8, offset =    177, symbol = 'OVERVIEW_PART'
%DVC-E-OUTPUTFAIL, error writing to output file
-DVC-I-INPUTFILE, input file is:
   DISK$MEDIA01:[PASCIUTA]TEST.DVI_BOOKREADER;
-DVC-I-ONPAGE, on page [7]

%DVC-E-BOOKABORT, aborting run -- book not created
-DVC-I-BOOKABORT, book TEST.DECW$BOOK not created

Do you know what's happening here?  Any work-arounds?
70.4Fixed in Next ReleaseCLOSET::FITZELLput nifty saying hereThu Feb 16 1989 16:444
    This has been fixed and will be in the next release which will be
    very soon.
    
    Mike
70.5really fixed?RADINA::PASCIUTAAdrian PasciutaThu Mar 30 1989 11:455
Was this problem really fixed in the 20-Mar kit?  I installed it today 
and tried to build the same book.  I got errors similar to those in .3 during
the device conversion stage.

Adrian
70.6CLOSET::UTTThu Mar 30 1989 13:087
    Yes, the problem you reported in a previous reply was fixed: I
    used your example as one of my test files. Could you send me
    your log file?
    
    Thanks,
    
    Mary