[ic] Table Administration Question

Dan B db@cyclonehq.dnsalias.net
Fri, 26 Jan 2001 22:44:04 -0800


Tom,

>and the database was not updated with the changes.  The following error was
>recorded in the catalog error.log:
>
>No key 'id' found for function='update' table='article'
>
>Have I incorrectly configured something when I added the new tables?

I would recommend checking your dbconf/mysql/article.mysql again.  Make 
sure you spelled everything right, especially these two lines:

Database  article  KEY          id
Database  article  COLUMN_DEF   "id=INT PRIMARY KEY"

Do you get any output when you restart interchange?

-Dan