! ! Copyright © 1993, 1994 by Eric M. LaFranchi. All Rights Reserved. ! ! This software is Copyright 1993, 1994 by Eric M. LaFranchi. Permission ! to use, copy, and freely redistributed this software in its entirety is ! hereby granted provided that the above copyright notice and this ! permission notice are retained. This software may not be sold for profit ! or incorporated in commercial software products without the written ! permission of the author. This software is provided "as is", the author ! nor his employer make any representation of warranty, express or implied, ! with respect to any code or other information herein. In addition, the ! author disclaim's any liability whatsoever for any use of such code or ! other information. ! !+-+ ! ! Module: ! PACKASM.MSG ! ! Abstract: ! Message codes for the PACKASM utility ! ! Special Notes: ! Care must be taken not to redefine any of the message definitions ! in this file, because assumptions are made about there values in ! header files. Addition messages may be added to the end of each ! severity level. ! ! Author: ! Eric M. LaFranchi ! ! Creation Date: ! 21-APR-1993 ! ! Modification History ! ! EML001 Eric M. LaFranchi 30-oct-1993 ! Fix Fao count on a few messages. Changed !AD to !AZ's ! !-+- ! .title pack_message message definitions .ident 'V02.3-00' .facility PACKASM, 255 /PREFIX = PACKASM_ ! .literal PACKASM_SUCCESS = 1 ! ! Fatal errors that force the program to abort. ! .base 100 .severity fatal NOTINSTAL "ANU News is not install on this system" CONFLICT "illegal combination of command elements, check documentation" INSVIRMEM "insufficient virtual memory" INTERNERR "Fatal Programming Error, contact author!" INVQUAVAL "value !AZ invalid for !AZ qualifier" /FAO_COUNT = 2 UNSUPPORTED "!AZ qualifier is not supported, relink with NNTP TCP/IP options" /FAO_COUNT = 1 ! ! Errors encountered manipulating input data ! .base 400 .severity error ERROUTFIL "error opening file !AZ for output" /FAO_COUNT = 1 INVARTSPEC "article specification is invalid. Use 'n[,n][-n][:n]'" NOPACKAGE "package !AZ not found" /FAO_COUNT = 1 ! Warnings ! .base 800 .severity warning ABVERB "ambiguous command verb - supply more characters" DUPLICATE "package !AZ contains duplicate !UL parts" /FAO_COUNT = 2 ERRINFIL "unable to process input file !AZ"/FAO_COUNT = 1 FALSANS "user supplied false answer" INVALANS "!AD is an invalid answer" /FAO_COUNT = 1 INVALDATE "date does not match criteria" INVALIDPART "in folder !AZ Part !UL is out of range" /FAO_COUNT = 2 INVEXPPART "expected-part for package !AZ is !UL, Expected-part !UL already seen" /FAO_COUNT = 3 NOCONFIRM "confirmation processing set to false" NOMATCH "no match found against input argument" NOPARTS "no parts found, check package name" NOTALLPARTS "not all the parts found for package !AZ" /FAO_COUNT = 1 PACKNOTASS "package !AZ can not be assembled. Use the NOUNPACK qualifier" /FAO_COUNT = 1 PARTNOTEXP "package !AZ, Part !UL not expected or invalid" /FAO_COUNT = 2 PARMDEL "invalid package delimiters, check use of delimiters" UNEXPSTATE "unexpected data encountered in package !AZ" /FAO_COUNT = 2 ! ! Informational ! .base 1200 .severity informational ASSEMBLED "assembled package !AZ, !UL parts to file !AZ" /FAO_COUNT = 3 DELETE "deleted part !UL of package !AZ from folder !AZ" /FAO_COUNT = 3 NOPACKFND "no packages found matching package specification" PROCESSING "processing package !AZ part !UL of !UL" /FAO_COUNT = 3 ! ! Success ! .base 1600 .severity success SUCCESS "Operation completed successfully" ! ! Error messages specific to Network and NNTP operations ! ! Fatal errors that force the program to abort. ! .base 2000 .severity fatal AUTHINFOERR "unable to extablish login session with NNTP server !AZ" CONNECTERR "unable to connect to NNTP server !AZ" /FAO_COUNT = 1 CONNECTFAIL "connection attempt failed" NOXHDRSUP "NNTP Server !AS does not support XHDR. Recompile with the NOXHDR flag" SOCKETERR "unable to allocate TCP socket" UNKNOWNHOST "unknown host name: !AZ" /FAO_COUNT = 1 UNKNOWNSERV "unknown service name: !AZ" /FAO_COUNT = 1 ! ! Error ! .base 2400 .severity error GRPNOTSEL "no newgroup selected" INVSERVRESP "invalid response from nntp server " NOCURRENT "no current article has been selected" NONEXTART "no next article in this group" NOSUCHART "no such article !UL status !UL in group !AZ" /FAO_COUNT = 3 NOTEXIST "newsgroup !AZ does not exist" /FAO_COUNT = 1 RECVERR "error receiving message from server !AZ" /FAO_COUNT = 1 SENDERR "error sending request to server !AZ" /FAO_COUNT = 1 ! ! Warning ! .base 2800 .severity warning ! ! Informational ! .base 3200 .severity information CONNECT "connecting !AZ!/" /FAO_COUNT = 1 ! ! Success ! .base 3600 .severity success .end