[ic] Configuration error

Bryan Gmyrek interchange-users@icdevgroup.org
Tue Oct 15 19:10:01 2002


>I get the following error when restarting my ic server:
>
>### BEGIN ERROR MSG ###
>
>[root@www bin]# su -c "/usr/lib/interchange/bin/interchange -r" interch
>Killing Interchange server 15240 with TERM.
>Low traffic settings.
>Calling UI......UI is loaded...
>Interchange V4.8.6
>Configuring catalog foundation...foundation config error: Please specify the
>MailOrderTo directive in the configuration file 'catalog.cfg'
>
>
>
>foundation: error in configuration. Skipping.
>foundation: config error. Skipping.
>Interchange server started in UNIX mode(s) (process id 16673)
>
>### END ERROR MSG ###
>
>First of all, which catalog.cfg should I modify?  I installed from RPMs, so
>I'm assuming it is /var/lib/interchange/foundation/catalog.cfg.  Also, I
>changed the line in this file to the following:
>
>MailOrderTo     junderdo@esioffers.com
>
>But I still get the same error message when trying to start the server.  Any
>ideas?
>
You should try
in Catalog.cfg

MailOrderTo	__ORDERS_TO__

And in (catalog directory)/products/variable.txt
ORDERS_TO	junderdo@esioffers.com	Order

This is how I have it set up and it works fine.

Cheers,
Bryan