Magento – Catalog URL Rewrites Index process is working now. Please try run this process later

magento-1.9

Catalog URL Rewrites Index process is working now.

Please try run this process later.

While i do index management this is the error i am getting

What i have tried

  • Give 777 permission to var/locks folders
  • Delete all file of var/locks folder.
  • migrated to another database

But still i cant solve the problem.
How to resolve this issue? its almost 3 days

Best Answer

Whenever I have problems with indexing from the admin panel I try indexing using SSH.

So if you have SSH-Access please use the following codes:

reindex all indexes

php -f /shell/indexer.php reindexall

reindex specific index

example:

php indexer.php --reindex catalog_product_attribute

catalog_product_attribute     Product Attributes
catalog_product_price         Product Prices
catalog_url                   Catalog Url Rewrites
catalog_product_flat          Product Flat Data
catalog_category_flat         Category Flat Data
catalog_category_product      Category Product
catalogsearch_fulltext        Catalog Search Index
cataloginventory_stock        Stock status
Related Topic