[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

129.0. "Exceeded memory capacity message" by HINTS::LOW () Wed May 10 1989 11:00


	I am sort of a novice to bookbuilding and am stuck with this
	error trying to do a bookbuild. I am running on a GPX with 16M
	and I don't appear to really be running out of memory. I also
	checked my open file limits on my account and I can have more 
	than 10 simultaneous files open. Is a GPX too small to do a bookbuild ?

				Any help would be appreciated.
				
					Dave Low
	




--------------------------------------------------------------------------------0
$! use doc$setup for bookbuilding tools
$!
$	@doc$root:[setup]doc$setup

$! Define logicals for ZK formats
$!
$ DEFINE VIA_BOOKNAMES 		DOC$LOCAL_FORMATS:CUP$VIA_BOOKNAMES.SDML
$ DEFINE LP_BOOKNAMES  		DOC$LOCAL_FORMATS:CUP$LP_BOOKNAMES.SDML
$ DEFINE VMS_BOOKNAMES 		DOC$LOCAL_FORMATS:CUP$VMS_V50_BOOKNAMES.SDML
$ DEFINE OLD_VMS_BOOKNAMES 	DOC$LOCAL_FORMATS:CUP$VMS_V44_BOOKNAMES.SDML
$ DEFINE VMS_FACNAMES 		DOC$LOCAL_FORMATS:CUP$VMS_FACNAMES.SDML
$!
$ set = "set"
$ set noon
$ verify_context = f$verify(1)
$ set default USER1:[LOW.TESTSPECS]
$ DOCU TEST_PLAN.PROFILE; ONLINE BOOKREADER/CONT/INDE=( GUIDE_HEADINGS,SORT=(LETTER))/KEEP=(DVI,INT_TEX,INX,TEX)/NOPRIN
%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-W-NAMETRUNC, at tag <SYMBOL_TABLE_ENTRY> on line 641 in file
   TEST_PLAN.SDML
   Name EXPLORE_ELIMINATE_INDIRECTION_TEST exceeds 31 characters.
   Name EXPLORE_ELIMINATE_INDIRECTION_T is truncated version
%TAG-W-ARGNOTNAM, at tag <HEAD2> on line 856 in file
   TEST_PLAN.SDML
   Argument 2 to tag <HEAD2> is not a valid name
%TAG-W-NAMETRUNC, at tag <SYMBOL_TABLE_ENTRY> on line 1273 in file
   TEST_PLAN.SDML
   Name EXPLORE_CHECK_SOLUTION_COMMAND_TEST exceeds 31 characters.
   Name EXPLORE_CHECK_SOLUTION_COMMAND_ is truncated version
%TAG-W-NAMETRUNC, at tag <SYMBOL_TABLE_ENTRY> on line 1574 in file
   TEST_PLAN.SDML
   Name AUTO_COMPLEMENT_AND_DUPLICATE_TEST exceeds 31 characters.
   Name AUTO_COMPLEMENT_AND_DUPLICATE_T is truncated version
%TAG-I-ENDPASS_1, End of first pass over the input
%TAG-I-FILEWRTOK, File TEST_PLAN.TEX written
%TAG-I-FILEWRTOK, File TEST_PLAN.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-E-NOROOM, Exceeded memory capacity:
-TEX-I-MAXINPUTS, Maximum number of simultaneous input files is: 10
%TEX-I-LINE, Error occurred on or around line number: 6
%TEX-I-SHOWCONTEXT, '\input  TEST_PLAN.TEX'
%TEX-I-SHOWCONTEXT, '                     '
%TEX-I-FILENAME, 'USER1:[LOW.TESTSPECS]TEST_PLAN.TEX;21'
-TEX-I-ONPAGE, on page [1] 

%TEX-I-PAGESOUT, 0 pages written.
-TEX-I-OUTFILENAME, 'USER1:[LOW.TESTSPECS]TEST_PLAN.DVI_BOOKREADER'
%DOC-E-ERROR_FORMATTER, Errors found by the text formatter
$ exit ($status + (0 * 1))
T.RTitleUserPersonal
Name
DateLines
129.1Recursive input file?NAVIGO::GRANTI&#039;ve saved $1924.00 since I quit smoking.Thu May 11 1989 09:547
My first guess would be that you call the file from within itself.  Or, a 
second guess would be that your file is too big.  The latest version of the
Bookbuilding Tools, running with VAX DOCUMENT Version T1.2 handle larger files.

	Wayne


129.2VAXUUM::UTTSat May 13 1989 17:099
    There do seem to be some very strange things happening in this build:
    you are writing out test_plan.tex twice in tag translation (I assume
    you're including twice in some way). Check your profile and make sure
    you're only writing it out once. You also have some errors in your
    symbol names. I don't think they're the problem but you should correct
    the errors before you rerun the file. You should not have any problems
    on a GPX.
    
    Mary