[ic] Newbie - in need of desparate help

Dave Turk interchange-users@icdevgroup.org
Tue Jul 2 11:17:01 2002


----- Original Message -----
From: "Dave Turk" <interchange@montanaservers.com>
To: <interchange-users@icdevgroup.org>
Sent: Tuesday, July 02, 2002 8:59 AM
Subject: Re: [ic] Newbie - in need of desparate help


>
> ----- Original Message -----
> From: "Don Stafford" <don.stafford@uavco.com>
> To: <interchange-users@icdevgroup.org>
> Sent: Tuesday, July 02, 2002 8:23 AM
> Subject: Re: [ic] Newbie - in need of desparate help
>
>
> > > >
> > > >After installing the RPM, it apparently does not set the MailOrderTo
> > > >correctly.  After correcting this, it then has the same problems as
the
> > > >tarball (see below)
> > > >
> > > >After installing the tarball, I have permission problems (which can
be
> > > >easily rectified), but then I am given the following message(s):
> > > >
> > > >Configuring catalog foundation... foundation configuration error:
> > products
> > > >not a database, cannot use as products file
> > > >foundation: error in config. Skipping
> > > >foundation: config error. Skipping
> > >
> > > That is still a permissions issue - Interchange either can't read the
> > > catalog.cfg, or the the table definitions, or the table source files,
> etc.
> > >
> > Could someone tell me where the table definitions (and/or table source
> code
> > files) are located??
>
> Don, I believe your problem is the group permissions on you catalog
> directory.
> /var/lib/interchange/example_cat
> chgrp interch /var/lib/interchange/example_cat
> restart interchange
> this should fix it, I hope.
> Good Luck
> Dave Turk

OOPs
forgot the -R
chgrp -R interch /var/lib/interchange/example_cat
Dave Turk