php - magento upgrade 1.12.0.2 to 1.13.0.2 -


i having serious issue while upgrading magento ee 1.12.0.2 1.13.0.2.
after upgrade when run php -f shell/url_migration_to_1_13.php script suggested in upgrade doc, facing error below:

fatal error:

uncaught exception 'enterprise_index_model_action_exception' message 'no table has been specified clause' in /var/www/app/code/core/enterprise/catalog/model/index/action/url/rewrite/category/refresh.php:165

stack trace:

#0 /var/www/app/code/core/enterprise/mview/model/client.php(109): enterprise_catalog_model_index_action_url_rewrite_category_refresh->execute()

#1 /var/www/shell/url_migration_to_1_13.php(75): enterprise_mview_model_client->execute('enterprise_cata...')

#2 {main} thrown in /var/www/app/code/core/enterprise/catalog/model/index/action/url/rewrite/category/refresh.php on line 165

can me resolve issue?


Comments