[Download-List] Re: Download question on NUM.SUBVALUES ALL

David L. Rotman ROTMAND at cedarville.edu
Tue Oct 14 07:56:11 EDT 2003


Mary--

Thank you for the note.

It looks like I inadvertently made this restriction in version 7.  You
can
correct the problem by:
1.  Edit DOWNLOAD.SOURCE DOWNLOAD.PARSE:
     AE DOWNLOAD.SOURCE DOWNLOAD.PARSE
2.  Go to line 5478, which should look like this:
     OKAY.LIST = 'FIXED COMMA QUOTE TAB WP50 WP51 DIF XML'
3.  Change the line to look like this:
     OKAY.LIST = 'FIXED COMMA QUOTE TAB WP50 WP51 DIF HTML XML'
4.  Save the file.
5.  Recompile DOWNLOAD.PARSE:
     BASIC DOWNLOAD.SOURCE DOWNLOAD.PARSE
6.  Recatalog DOWNLOAD.PARSE:
     CATALOG DOWNLOAD.SOURCE DOWNLOAD.PARSE DIRECT FORCE


I'll make this change in version 7.10 which is under development.

 
>>> Mary Milbradt <mmilbrad at gustavus.edu> 10/10/2003 6:42:27 PM >>>
Hi David,

We were using DOWNLOAD 5.10 to download some data nightly to the hold
file 
then automatically ftp them to our webadvisor search for class 
page.   Recently, we moved to version 7.0 and now we are getting an
error 
on one qualifiers--NUM.SUBVALUES ALL  It does not like being used with
HTML 
format any longer (it did work in 5.10).


Here is the download statement:
007: DOWNLOAD COURSE.SECTIONS 
\
008:       HEADING LITERAL "Name" LITERAL "Synonym" 
\
009:               LITERAL "Short Title" LITERAL "Meeting Days" 
\
010:               LITERAL "Start Time" LITERAL "End Time" 
\
011:               LITERAL "Faculty" LITERAL "Area Approvals" 
\
012:               DETAIL 
\
013:          SEC.NAME 
\
014:          SEC.SYNONYM 
\
015:          SEC.SHORT.TITLE 
\
016:          SEC.MEETING.DAYS NUM.VALUES ALL NUM.SUBVALUES ALL 
MV.ORIENTATION H
ORIZONTAL 
\
017:          SEC.START.TIME NUM.VALUES ALL MV.ORIENTATION VERTICAL 
\
018:          SEC.END.TIME NUM.VALUES ALL MV.ORIENTATION VERTICAL 
\
019:          SEC.FACULTY.LAST.NAME NUM.VALUES ALL MV.ORIENTATION 
HORIZONTAL \
020:          SEC.COURSE.TYPES NUM.VALUES ALL MV.ORIENTATION HORIZONTAL

\
021:          HTML.TABLE 
\
022:          'BORDER="1"' 
\
023:          FILE _HOLD_ LLWMSTR.HTM 
\
024:          FORMAT HTML OVERWRITING


Here is the error we are getting:

Invalid qualifier for SEC.MEETING.DAYS: NUM.SUBVALUES ALL is only valid

with formats FIXED, COMMA
QUOTE, TAB WP50 WP51 DIF XML OR FORMAT FIXED WITH option MV.ORIENTATION

VERTICAL

To get this working again we switched back to our version 5.10

Is this a bug or a change?

Any assistance would be appreciated.

(Also THANK YOU very much for Download--we use it a lot!)

Mary Milbradt
Gustavus Adolphus Colleage


Dave Rotman
Director of Computer Services
Cedarville University
251 N. Main Street
Cedarville, OH 45314
rotmand at cedarville.edu
voice 937-766-7905
fax 937-766-8819



More information about the download-list mailing list