commerce protal : adding item problem

hi all, I’m trying to test commerce portal when I try to add an item to shopping cart I get this error : -------------------------------- Microsoft OLE DB Provider for SQL Server error ‘80040e14’ ‘ItemNo’ : incorrect field name. /commerceportal/./include/util.asp, line 467 -------------------------------- what can be the source of the problem thank you very much

Hi it seems that you have not synchronized the item table. Be sure that all tables are synchronized to the SQL server. Or check the SQl statement in the /commerceportal/./include/util.asp, line 467 check why the needed field is not on the SQL server. Hope that helps