[ic] user tag [encrypt] not found

Dan B db@cyclonehq.dnsalias.net
Thu, 26 Apr 2001 21:08:59 -0700


At 07:23 PM 4/26/2001 -0700, you wrote:
>Hi all,
>
>I am having trouble getting the user tag encrypt Ed L supplied for the list
>to be found on my server.  Getting error message:
>
>- - - [26/April/2001:21:58:08 -0400] - - valuet config error: Required
>UserTag encrypt not present. Aborting catalog.
> > In line 604 of the configuration file 'catalog.cfg':
> > Require usertag   encrypt
>
>I have placed the tag in with the other user tags at
>/usr/local/interchange/usertag/
>file permissions and owners are the same as the other tags in the usertag
>directory
>
>when that did not work I put it (entire usertag) into the interchange.cfg
>file, although it already has
>
>#### Now including individual usertag files
>
>#include usertag/*
>
>  .
>
>Tried the tag in the catalog.cfg with AllowGlobal in interchange.cfg for
>that catalog, but got strange errors referencing missing product files
>in the ProductFile directive, although I have properly defined product files
>in there and when I remove the tag everything reconfigs fine.
>
>I know I am missing something simple.... but can't lay my finger on it.
>
>Interchange 4.6.1
>Perl  5.006
>Redhat 7
>
>Thanks,
>
>Greg

Quick guess:
Do an octal dump (od -a encrypt.tag) and make sure you didn't get any weird 
characters in there (e.g. windows \r).  If you did get the CR ("\r") you 
can remove it with #tr -d "\r" encrypt.tag

Dan Browning, Cyclone Computer Systems, danb@cyclonecomputers.com