Magento – Index error after upgrade to EE 1.14.2.0: table catalog_product_entity_tmp_indexer doesn’t exist

databaseee-1.14.2.0errorindexingmagento-enterprise

After I've upgraded my Magento to EE 1.14.2.0 the cron enterprise_refresh_index always gets this error:

exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'catalog_product_entity_tmp_indexer' doesn't exist' in /var/www/public_html/lib/Zend/Db/Statement/Pdo.php:228

I don't get why this table doesn't exist. Shouldn't Magento create it in the process of the refresh index?

Best Answer

There's a Magento patch SUPEE-5984, which addresses these kind of Enterprise Refresh Index problems.

Related Topic