magento / data-migration-tool

Magento Data Migration Tool
https://devdocs.magento.com/guides/v2.3/migration/bk-migration-guide.html
Open Software License 3.0
336 stars 200 forks source link

Unable to migrate from 1.7.0.2 and 1.9.2.2: SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name '' #36

Closed chrissm79 closed 8 years ago

chrissm79 commented 8 years ago

I'm having an issue migrating my current store over to Magento 2.0. The store is currently at v1.7.0.2 and I've taken the following steps

All of the above migrate without any issues reported in the migration log. If I clean out all modules and associated tables/columns I utilize the base map.xml.dist file instead of a custom map.xml file.

All of the above cause the same error on the backend/frontend of the Magento 2.0 store. I cannot access any product details as they produce the same error. The backend displays 0 customers. There are over 13K products and over 17K customers that migrate over to the 2.0 database. When running the indexer I get the following output:

$ ./bin/magento indexer:reindex
Customer Grid index has been rebuilt successfully in 00:00:00
Category Products index has been rebuilt successfully in 00:00:01
Product Categories index has been rebuilt successfully in 00:00:01
Product Price index has been rebuilt successfully in 00:00:03
Product EAV index has been rebuilt successfully in 00:00:01
Stock index has been rebuilt successfully in 00:00:00
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'catalog_product_entity.store_id' in 'field list', query was: SELECT `catalog_product_entity`.`entity_id`, `catalog_product_entity`.`store_id`, `catalog_product_entity`.`value` FROM `catalog_product_entity` WHERE (attribute_id = 98)
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'catalog_product_entity.store_id' in 'field list', query was: SELECT `catalog_product_entity`.`entity_id`, `catalog_product_entity`.`store_id`, `catalog_product_entity`.`value` FROM `catalog_product_entity` WHERE (attribute_id = 98)
Segmentation fault

When attempting to view products on the backend, or any page on the frontend, or REST API endpoints that deal w/ Products I get the following error:

SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name '', query was: SELECT COUNT(DISTINCT main_table.attribute_id) FROM `eav_attribute` AS `main_table`
 INNER JOIN `eav_entity_type` AS `entity_type` ON main_table.entity_type_id = entity_type.entity_type_id
 INNER JOIN `eav_entity_attribute` ON main_table.attribute_id = eav_entity_attribute.attribute_id
 INNER JOIN `` AS `additional_table` ON main_table.attribute_id = additional_table.attribute_id WHERE (`entity_type_code` = 'catalog_product') AND (`additional_table`.`is_used_in_grid` = 1)
#0 /home/vagrant/magento2/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php(95): Zend_Db_Statement_Pdo->_execute(Array)
#1 /home/vagrant/magento2/vendor/magento/zendframework1/library/Zend/Db/Statement.php(303): Magento\Framework\DB\Statement\Pdo\Mysql->_execute(Array)
#2 /home/vagrant/magento2/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#3 /home/vagrant/magento2/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT COUNT(DI...', Array)
#4 /home/vagrant/magento2/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php(444): Zend_Db_Adapter_Pdo_Abstract->query('SELECT COUNT(DI...', Array)
#5 /home/vagrant/magento2/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php(499): Magento\Framework\DB\Adapter\Pdo\Mysql->_query('SELECT COUNT(DI...', Array)
#6 /home/vagrant/magento2/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(828): Magento\Framework\DB\Adapter\Pdo\Mysql->query(Object(Magento\Framework\DB\Select), Array)
#7 /home/vagrant/magento2/lib/internal/Magento/Framework/Data/Collection/AbstractDb.php(217): Zend_Db_Adapter_Abstract->fetchOne(Object(Magento\Framework\DB\Select), Array)
#8 /home/vagrant/magento2/app/code/Magento/Eav/Model/AttributeRepository.php(130): Magento\Framework\Data\Collection\AbstractDb->getSize()
#9 /home/vagrant/magento2/app/code/Magento/Catalog/Model/Product/Attribute/Repository.php(96): Magento\Eav\Model\AttributeRepository->getList('catalog_product', Object(Magento\Framework\Api\SearchCriteria))
#10 /home/vagrant/magento2/var/generation/Magento/Catalog/Model/Product/Attribute/Repository/Interceptor.php(37): Magento\Catalog\Model\Product\Attribute\Repository->getList(Object(Magento\Framework\Api\SearchCriteria))
#11 /home/vagrant/magento2/app/code/Magento/Catalog/Ui/Component/Listing/Attribute/AbstractRepository.php(42): Magento\Catalog\Model\Product\Attribute\Repository\Interceptor->getList(Object(Magento\Framework\Api\SearchCriteria))
#12 /home/vagrant/magento2/app/code/Magento/Catalog/Ui/Component/Listing/Columns.php(54): Magento\Catalog\Ui\Component\Listing\Attribute\AbstractRepository->getList()
#13 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout/Generator/UiComponent.php(148): Magento\Catalog\Ui\Component\Listing\Columns->prepare()
#14 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout/Generator/UiComponent.php(145): Magento\Framework\View\Layout\Generator\UiComponent->prepareComponent(Object(Magento\Catalog\Ui\Component\Listing\Columns))
#15 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout/Generator/UiComponent.php(126): Magento\Framework\View\Layout\Generator\UiComponent->prepareComponent(Object(Magento\Ui\Component\Listing))
#16 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout/Generator/UiComponent.php(93): Magento\Framework\View\Layout\Generator\UiComponent->generateComponent(Object(Magento\Framework\View\Layout\Data\Structure), 'product_listing', Array, Object(Magento\Framework\View\Layout\Interceptor))
#17 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout/GeneratorPool.php(86): Magento\Framework\View\Layout\Generator\UiComponent->process(Object(Magento\Framework\View\Layout\Reader\Context), Object(Magento\Framework\View\Layout\Generator\Context))
#18 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout.php(327): Magento\Framework\View\Layout\GeneratorPool->process(Object(Magento\Framework\View\Layout\Reader\Context), Object(Magento\Framework\View\Layout\Generator\Context))
#19 /home/vagrant/magento2/var/generation/Magento/Framework/View/Layout/Interceptor.php(89): Magento\Framework\View\Layout->generateElements()
#20 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout/Builder.php(129): Magento\Framework\View\Layout\Interceptor->generateElements()
#21 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Page/Builder.php(55): Magento\Framework\View\Layout\Builder->generateLayoutBlocks()
#22 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout/Builder.php(65): Magento\Framework\View\Page\Builder->generateLayoutBlocks()
#23 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout.php(244): Magento\Framework\View\Layout\Builder->build()
#24 /home/vagrant/magento2/lib/internal/Magento/Framework/View/Layout.php(859): Magento\Framework\View\Layout->build()
#25 /home/vagrant/magento2/var/generation/Magento/Framework/View/Layout/Interceptor.php(414): Magento\Framework\View\Layout->getBlock('menu')
#26 /home/vagrant/magento2/app/code/Magento/Backend/Model/View/Result/Page.php(59): Magento\Framework\View\Layout\Interceptor->getBlock('menu')
#27 /home/vagrant/magento2/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): Magento\Backend\Model\View\Result\Page->setActiveMenu('Magento_Catalog...')
#28 /home/vagrant/magento2/app/code/Magento/Catalog/Controller/Adminhtml/Product/Index.php(39): Magento\Backend\Model\View\Result\Page\Interceptor->setActiveMenu('Magento_Catalog...')
#29 /home/vagrant/magento2/var/generation/Magento/Catalog/Controller/Adminhtml/Product/Index/Interceptor.php(24): Magento\Catalog\Controller\Adminhtml\Product\Index->execute()
#30 /home/vagrant/magento2/lib/internal/Magento/Framework/App/Action/Action.php(102): Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor->execute()
#31 /home/vagrant/magento2/app/code/Magento/Backend/App/AbstractAction.php(226): Magento\Framework\App\Action\Action->dispatch(Object(Magento\Framework\App\Request\Http))
#32 [internal function]: Magento\Backend\App\AbstractAction->dispatch(Object(Magento\Framework\App\Request\Http))
#33 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Interceptor.php(74): call_user_func_array(Array, Array)
#34 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(70): Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor->___callParent('dispatch', Array)
#35 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(63): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Catalog...', 'dispatch', Object(Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor), Array, 'adminAuthentica...')
#36 /home/vagrant/magento2/app/code/Magento/Backend/App/Action/Plugin/Authentication.php(143): Magento\Framework\Interception\Chain\Chain->Magento\Framework\Interception\Chain\{closure}(Object(Magento\Framework\App\Request\Http))
#37 [internal function]: Magento\Backend\App\Action\Plugin\Authentication->aroundDispatch(Object(Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#38 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(67): call_user_func_array(Array, Array)
#39 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(63): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Catalog...', 'dispatch', Object(Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor), Array, 'designLoader')
#40 /home/vagrant/magento2/lib/internal/Magento/Framework/App/Action/Plugin/Design.php(39): Magento\Framework\Interception\Chain\Chain->Magento\Framework\Interception\Chain\{closure}(Object(Magento\Framework\App\Request\Http))
#41 [internal function]: Magento\Framework\App\Action\Plugin\Design->aroundDispatch(Object(Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#42 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(67): call_user_func_array(Array, Array)
#43 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Interceptor.php(136): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Catalog...', 'dispatch', Object(Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor), Array, 'adminMassaction...')
#44 /home/vagrant/magento2/app/code/Magento/Backend/App/Action/Plugin/MassactionKey.php(33): Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#45 [internal function]: Magento\Backend\App\Action\Plugin\MassactionKey->aroundDispatch(Object(Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#46 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Interceptor.php(140): call_user_func_array(Array, Array)
#47 /home/vagrant/magento2/var/generation/Magento/Catalog/Controller/Adminhtml/Product/Index/Interceptor.php(39): Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor->___callPlugins('dispatch', Array, Array)
#48 /home/vagrant/magento2/lib/internal/Magento/Framework/App/FrontController.php(55): Magento\Catalog\Controller\Adminhtml\Product\Index\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#49 [internal function]: Magento\Framework\App\FrontController->dispatch(Object(Magento\Framework\App\Request\Http))
#50 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Interceptor.php(74): call_user_func_array(Array, Array)
#51 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(70): Magento\Framework\App\FrontController\Interceptor->___callParent('dispatch', Array)
#52 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(63): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'dispatch', Object(Magento\Framework\App\FrontController\Interceptor), Array, 'install')
#53 /home/vagrant/magento2/lib/internal/Magento/Framework/Module/Plugin/DbStatusValidator.php(69): Magento\Framework\Interception\Chain\Chain->Magento\Framework\Interception\Chain\{closure}(Object(Magento\Framework\App\Request\Http))
#54 [internal function]: Magento\Framework\Module\Plugin\DbStatusValidator->aroundDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#55 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Chain/Chain.php(67): call_user_func_array(Array, Array)
#56 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Interceptor.php(136): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'dispatch', Object(Magento\Framework\App\FrontController\Interceptor), Array, 'storeCookieVali...')
#57 /home/vagrant/magento2/app/code/Magento/Store/Model/Plugin/StoreCookie.php(78): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#58 [internal function]: Magento\Store\Model\Plugin\StoreCookie->aroundDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#59 /home/vagrant/magento2/lib/internal/Magento/Framework/Interception/Interceptor.php(140): call_user_func_array(Array, Array)
#60 /home/vagrant/magento2/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, Array)
#61 /home/vagrant/magento2/lib/internal/Magento/Framework/App/Http.php(115): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#62 /home/vagrant/magento2/lib/internal/Magento/Framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch()
#63 /home/vagrant/magento2/pub/index.php(37): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#64 {main}

Migration Log

[2016-01-01 14:58:09][INFO][mode: settings][stage: integrity check][step: Settings Step]: started
[2016-01-01 14:58:09][INFO][mode: settings][stage: integrity check][step: Stores Step]: started
[2016-01-01 14:58:09][INFO][mode: settings][stage: data migration][step: Settings Step]: started
[2016-01-01 14:58:11][INFO][mode: settings][stage: data migration][step: Stores Step]: started
[2016-01-01 14:58:11][INFO][mode: settings][stage: volume check][step: Stores Step]: started
[2016-01-01 14:58:11][INFO][mode: settings][stage: volume check][step: Stores Step]: Migration completed
[2016-01-01 14:58:23][INFO][mode: data][stage: integrity check][step: EAV Step]: started
[2016-01-01 14:58:23][INFO][mode: data][stage: integrity check][step: Customer Attributes Step]: started
[2016-01-01 14:58:24][INFO][mode: data][stage: integrity check][step: Map Step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: integrity check][step: Url Rewrite Step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: integrity check][step: Log Step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: integrity check][step: Ratings Step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: integrity check][step: ConfigurablePrices step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: integrity check][step: OrderGrids Step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: integrity check][step: Tier Price Step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: integrity check][step: SalesIncrement Step]: started
[2016-01-01 14:58:29][INFO][mode: data][stage: setup triggers][step: Stage]: started
[2016-01-01 14:58:32][INFO][mode: data][stage: data migration][step: EAV Step]: started
[2016-01-01 14:58:36][INFO][mode: data][stage: volume check][step: EAV Step]: started
[2016-01-01 14:58:36][INFO][mode: data][stage: data migration][step: Customer Attributes Step]: started
[2016-01-01 14:58:36][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity]: migrating
[2016-01-01 14:59:02][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_datetime]: migrating
[2016-01-01 14:59:03][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_decimal]: migrating
[2016-01-01 14:59:03][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_int]: migrating
[2016-01-01 14:59:03][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_text]: migrating
[2016-01-01 14:59:03][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_varchar]: migrating
[2016-01-01 14:59:04][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity]: migrating
[2016-01-01 14:59:08][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_datetime]: migrating
[2016-01-01 14:59:08][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_decimal]: migrating
[2016-01-01 14:59:08][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_int]: migrating
[2016-01-01 14:59:08][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_text]: migrating
[2016-01-01 14:59:09][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_varchar]: migrating
[2016-01-01 14:59:10][INFO][mode: data][stage: volume check][step: Customer Attributes Step]: started
[2016-01-01 14:59:10][INFO][mode: data][stage: data migration][step: Map Step]: started
[2016-01-01 14:59:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: adminnotification_inbox]: migrating
[2016-01-01 14:59:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: captcha_log]: migrating
[2016-01-01 14:59:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity]: migrating
[2016-01-01 14:59:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_datetime]: migrating
[2016-01-01 14:59:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_decimal]: migrating
[2016-01-01 14:59:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_int]: migrating
[2016-01-01 14:59:11][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_text]: migrating
[2016-01-01 14:59:11][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_varchar]: migrating
[2016-01-01 14:59:12][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_product]: migrating
[2016-01-01 14:59:14][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_compare_item]: migrating
[2016-01-01 14:59:39][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_option]: migrating
[2016-01-01 14:59:39][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_option_value]: migrating
[2016-01-01 14:59:39][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_selection]: migrating
[2016-01-01 14:59:39][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_selection_price]: migrating
[2016-01-01 14:59:39][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity]: migrating
[2016-01-01 14:59:42][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_datetime]: migrating
[2016-01-01 14:59:50][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_decimal]: migrating
[2016-01-01 15:00:02][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_gallery]: migrating
[2016-01-01 15:00:02][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_int]: migrating
[2016-01-01 15:00:28][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_media_gallery]: migrating
[2016-01-01 15:00:38][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_media_gallery_value]: migrating
[2016-01-01 15:00:49][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_text]: migrating
[2016-01-01 15:00:58][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_varchar]: migrating
[2016-01-01 15:01:55][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link]: migrating
[2016-01-01 15:01:56][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute]: migrating
[2016-01-01 15:01:56][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute_decimal]: migrating
[2016-01-01 15:01:56][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute_int]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute_varchar]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_type]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_price]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_title]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_type_price]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_type_title]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_type_value]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_relation]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_super_attribute]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_super_attribute_label]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_super_link]: migrating
[2016-01-01 15:01:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_website]: migrating
[2016-01-01 15:01:58][DEBUG][mode: data][stage: data migration][step: Map Step][table: cataloginventory_stock]: migrating
[2016-01-01 15:01:58][DEBUG][mode: data][stage: data migration][step: Map Step][table: cataloginventory_stock_item]: migrating
[2016-01-01 15:02:02][DEBUG][mode: data][stage: data migration][step: Map Step][table: cataloginventory_stock_status]: migrating
[2016-01-01 15:02:04][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule]: migrating
[2016-01-01 15:02:04][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_customer_group]: migrating
[2016-01-01 15:02:04][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_group_website]: migrating
[2016-01-01 15:02:04][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_product]: migrating
[2016-01-01 15:02:04][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_product_price]: migrating
[2016-01-01 15:02:04][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_website]: migrating
[2016-01-01 15:02:04][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogsearch_query]: migrating
[2016-01-01 15:04:35][INFO][mode: settings][stage: integrity check][step: Settings Step]: started
[2016-01-01 15:04:35][INFO][mode: settings][stage: integrity check][step: Stores Step]: started
[2016-01-01 15:04:35][INFO][mode: settings][stage: data migration][step: Settings Step]: started
[2016-01-01 15:04:37][INFO][mode: settings][stage: data migration][step: Stores Step]: started
[2016-01-01 15:04:37][INFO][mode: settings][stage: volume check][step: Stores Step]: started
[2016-01-01 15:04:37][INFO][mode: settings][stage: volume check][step: Stores Step]: Migration completed
[2016-01-01 15:04:49][INFO][mode: data][stage: integrity check][step: EAV Step]: started
[2016-01-01 15:04:49][INFO][mode: data][stage: integrity check][step: Customer Attributes Step]: started
[2016-01-01 15:04:49][INFO][mode: data][stage: integrity check][step: Map Step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: integrity check][step: Url Rewrite Step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: integrity check][step: Log Step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: integrity check][step: Ratings Step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: integrity check][step: ConfigurablePrices step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: integrity check][step: OrderGrids Step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: integrity check][step: Tier Price Step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: integrity check][step: SalesIncrement Step]: started
[2016-01-01 15:04:54][INFO][mode: data][stage: setup triggers][step: Stage]: started
[2016-01-01 15:04:55][INFO][mode: data][stage: data migration][step: EAV Step]: started
[2016-01-01 15:04:58][INFO][mode: data][stage: volume check][step: EAV Step]: started
[2016-01-01 15:04:58][INFO][mode: data][stage: data migration][step: Customer Attributes Step]: started
[2016-01-01 15:04:58][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity]: migrating
[2016-01-01 15:05:20][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_datetime]: migrating
[2016-01-01 15:05:20][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_decimal]: migrating
[2016-01-01 15:05:20][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_int]: migrating
[2016-01-01 15:05:20][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_text]: migrating
[2016-01-01 15:05:20][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_entity_varchar]: migrating
[2016-01-01 15:05:21][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity]: migrating
[2016-01-01 15:05:26][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_datetime]: migrating
[2016-01-01 15:05:26][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_decimal]: migrating
[2016-01-01 15:05:26][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_int]: migrating
[2016-01-01 15:05:26][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_text]: migrating
[2016-01-01 15:05:26][DEBUG][mode: data][stage: data migration][step: Customer Attributes Step][table: customer_address_entity_varchar]: migrating
[2016-01-01 15:05:27][INFO][mode: data][stage: volume check][step: Customer Attributes Step]: started
[2016-01-01 15:05:27][INFO][mode: data][stage: data migration][step: Map Step]: started
[2016-01-01 15:05:27][DEBUG][mode: data][stage: data migration][step: Map Step][table: adminnotification_inbox]: migrating
[2016-01-01 15:05:28][DEBUG][mode: data][stage: data migration][step: Map Step][table: captcha_log]: migrating
[2016-01-01 15:05:28][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity]: migrating
[2016-01-01 15:05:28][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_datetime]: migrating
[2016-01-01 15:05:28][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_decimal]: migrating
[2016-01-01 15:05:28][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_int]: migrating
[2016-01-01 15:05:28][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_text]: migrating
[2016-01-01 15:05:29][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_entity_varchar]: migrating
[2016-01-01 15:05:29][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_category_product]: migrating
[2016-01-01 15:05:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_compare_item]: migrating
[2016-01-01 15:05:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_option]: migrating
[2016-01-01 15:05:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_option_value]: migrating
[2016-01-01 15:05:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_selection]: migrating
[2016-01-01 15:05:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_bundle_selection_price]: migrating
[2016-01-01 15:05:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity]: migrating
[2016-01-01 15:06:00][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_datetime]: migrating
[2016-01-01 15:06:08][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_decimal]: migrating
[2016-01-01 15:06:21][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_gallery]: migrating
[2016-01-01 15:06:21][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_int]: migrating
[2016-01-01 15:06:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_media_gallery]: migrating
[2016-01-01 15:06:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_media_gallery_value]: migrating
[2016-01-01 15:07:07][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_text]: migrating
[2016-01-01 15:07:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_entity_varchar]: migrating
[2016-01-01 15:08:15][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link]: migrating
[2016-01-01 15:08:16][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute]: migrating
[2016-01-01 15:08:16][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute_decimal]: migrating
[2016-01-01 15:08:16][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute_int]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_attribute_varchar]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_link_type]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_price]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_title]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_type_price]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_type_title]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_option_type_value]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_relation]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_super_attribute]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_super_attribute_label]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_super_link]: migrating
[2016-01-01 15:08:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalog_product_website]: migrating
[2016-01-01 15:08:18][DEBUG][mode: data][stage: data migration][step: Map Step][table: cataloginventory_stock]: migrating
[2016-01-01 15:08:18][DEBUG][mode: data][stage: data migration][step: Map Step][table: cataloginventory_stock_item]: migrating
[2016-01-01 15:08:22][DEBUG][mode: data][stage: data migration][step: Map Step][table: cataloginventory_stock_status]: migrating
[2016-01-01 15:08:23][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule]: migrating
[2016-01-01 15:08:24][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_customer_group]: migrating
[2016-01-01 15:08:24][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_group_website]: migrating
[2016-01-01 15:08:24][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_product]: migrating
[2016-01-01 15:08:24][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_product_price]: migrating
[2016-01-01 15:08:24][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogrule_website]: migrating
[2016-01-01 15:08:24][DEBUG][mode: data][stage: data migration][step: Map Step][table: catalogsearch_query]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: checkout_agreement]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: checkout_agreement_store]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: cms_block]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: cms_block_store]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: cms_page]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: cms_page_store]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: core_email_template]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: core_session]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: core_store]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: core_store_group]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: core_translate]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: core_variable]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: core_variable_value]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: coupon_aggregated]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: coupon_aggregated_order]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: coupon_aggregated_updated]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: customer_eav_attribute_website]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: customer_form_attribute]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: customer_group]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: design_change]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: directory_country]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: directory_country_format]: migrating
[2016-01-01 15:08:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: directory_country_region]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: directory_country_region_name]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: directory_currency_rate]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: downloadable_link]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: downloadable_link_price]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: downloadable_link_purchased]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: downloadable_link_purchased_item]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: downloadable_link_title]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: downloadable_sample]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: downloadable_sample_title]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_attribute_label]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_attribute_option]: migrating
[2016-01-01 15:08:33][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_attribute_option_value]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_entity]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_entity_datetime]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_entity_decimal]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_entity_int]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_entity_store]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_entity_text]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_entity_varchar]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_form_element]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_form_fieldset]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_form_fieldset_label]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_form_type]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: eav_form_type_entity]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: gift_message]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: importexport_importdata]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: newsletter_problem]: migrating
[2016-01-01 15:08:34][DEBUG][mode: data][stage: data migration][step: Map Step][table: newsletter_queue]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: newsletter_queue_link]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: newsletter_queue_store_link]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: newsletter_subscriber]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: newsletter_template]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: oauth_consumer]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: oauth_nonce]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: oauth_token]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: paypal_cert]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: paypal_payment_transaction]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: paypal_settlement_report]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: paypal_settlement_report_row]: migrating
[2016-01-01 15:08:35][DEBUG][mode: data][stage: data migration][step: Map Step][table: persistent_session]: migrating
[2016-01-01 15:08:36][DEBUG][mode: data][stage: data migration][step: Map Step][table: product_alert_price]: migrating
[2016-01-01 15:08:36][DEBUG][mode: data][stage: data migration][step: Map Step][table: product_alert_stock]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: rating]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: rating_entity]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: rating_option]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: rating_option_vote]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: rating_option_vote_aggregated]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: rating_store]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: rating_title]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: report_compared_product_index]: migrating
[2016-01-01 15:08:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: report_event]: migrating
[2016-01-01 15:08:42][DEBUG][mode: data][stage: data migration][step: Map Step][table: report_event_types]: migrating
[2016-01-01 15:08:42][DEBUG][mode: data][stage: data migration][step: Map Step][table: report_viewed_product_aggregated_daily]: migrating
[2016-01-01 15:08:42][DEBUG][mode: data][stage: data migration][step: Map Step][table: report_viewed_product_aggregated_monthly]: migrating
[2016-01-01 15:08:42][DEBUG][mode: data][stage: data migration][step: Map Step][table: report_viewed_product_aggregated_yearly]: migrating
[2016-01-01 15:08:42][DEBUG][mode: data][stage: data migration][step: Map Step][table: report_viewed_product_index]: migrating
[2016-01-01 15:08:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: review]: migrating
[2016-01-01 15:08:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: review_detail]: migrating
[2016-01-01 15:08:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: review_entity]: migrating
[2016-01-01 15:08:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: review_entity_summary]: migrating
[2016-01-01 15:08:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: review_status]: migrating
[2016-01-01 15:08:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: review_store]: migrating
[2016-01-01 15:08:46][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_bestsellers_aggregated_daily]: migrating
[2016-01-01 15:08:47][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_bestsellers_aggregated_monthly]: migrating
[2016-01-01 15:08:48][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_bestsellers_aggregated_yearly]: migrating
[2016-01-01 15:08:48][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_billing_agreement]: migrating
[2016-01-01 15:08:48][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_billing_agreement_order]: migrating
[2016-01-01 15:08:48][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_creditmemo]: migrating
[2016-01-01 15:08:49][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_creditmemo_comment]: migrating
[2016-01-01 15:08:49][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_creditmemo_item]: migrating
[2016-01-01 15:08:50][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_invoice]: migrating
[2016-01-01 15:09:02][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_invoice_comment]: migrating
[2016-01-01 15:09:02][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_invoice_item]: migrating
[2016-01-01 15:09:18][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_order]: migrating
[2016-01-01 15:09:49][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_order_address]: migrating
[2016-01-01 15:09:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_order_item]: migrating
[2016-01-01 15:10:37][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_order_payment]: migrating
[2016-01-01 15:10:50][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_order_status_history]: migrating
[2016-01-01 15:11:13][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_quote]: migrating
[2016-01-01 15:11:55][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_quote_address]: migrating
[2016-01-01 15:15:31][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_quote_address_item]: migrating
[2016-01-01 15:15:31][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_quote_item]: migrating
[2016-01-01 15:16:50][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_quote_item_option]: migrating
[2016-01-01 15:17:06][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_quote_payment]: migrating
[2016-01-01 15:17:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_quote_shipping_rate]: migrating
[2016-01-01 15:17:57][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_shipment]: migrating
[2016-01-01 15:18:00][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_shipment_comment]: migrating
[2016-01-01 15:18:01][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_shipment_item]: migrating
[2016-01-01 15:18:06][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_flat_shipment_track]: migrating
[2016-01-01 15:18:09][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_invoiced_aggregated]: migrating
[2016-01-01 15:18:09][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_invoiced_aggregated_order]: migrating
[2016-01-01 15:18:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_order_aggregated_created]: migrating
[2016-01-01 15:18:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_order_aggregated_updated]: migrating
[2016-01-01 15:18:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_order_status]: migrating
[2016-01-01 15:18:10][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_order_status_label]: migrating
[2016-01-01 15:18:11][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_order_status_state]: migrating
[2016-01-01 15:18:11][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_order_tax]: migrating
[2016-01-01 15:18:11][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_order_tax_item]: migrating
[2016-01-01 15:18:12][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_payment_transaction]: migrating
[2016-01-01 15:18:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_refunded_aggregated]: migrating
[2016-01-01 15:18:17][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_refunded_aggregated_order]: migrating
[2016-01-01 15:18:18][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_shipping_aggregated]: migrating
[2016-01-01 15:18:18][DEBUG][mode: data][stage: data migration][step: Map Step][table: sales_shipping_aggregated_order]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule_coupon]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule_coupon_usage]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule_customer]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule_customer_group]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule_label]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule_product_attribute]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: salesrule_website]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: sendfriend_log]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: shipping_tablerate]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: sitemap]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: tax_calculation]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: tax_calculation_rate]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: tax_calculation_rate_title]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: tax_calculation_rule]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: tax_class]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: tax_order_aggregated_created]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: tax_order_aggregated_updated]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: weee_tax]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: widget]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: widget_instance]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: widget_instance_page]: migrating
[2016-01-01 15:18:19][DEBUG][mode: data][stage: data migration][step: Map Step][table: wishlist]: migrating
[2016-01-01 15:18:20][DEBUG][mode: data][stage: data migration][step: Map Step][table: wishlist_item]: migrating
[2016-01-01 15:18:20][DEBUG][mode: data][stage: data migration][step: Map Step][table: wishlist_item_option]: migrating
[2016-01-01 15:18:20][INFO][mode: data][stage: volume check][step: Map Step]: started
[2016-01-01 15:18:22][INFO][mode: data][stage: data migration][step: Url Rewrite Step]: started
[2016-01-01 15:18:52][INFO][mode: data][stage: volume check][step: Url Rewrite Step]: started
[2016-01-01 15:18:52][INFO][mode: data][stage: data migration][step: Log Step]: started
[2016-01-01 15:18:52][DEBUG][mode: data][stage: data migration][step: Log Step][table: log_visitor]: migrating
[2016-01-01 15:19:13][INFO][mode: data][stage: volume check][step: Log Step]: started
[2016-01-01 15:19:13][INFO][mode: data][stage: data migration][step: Ratings Step]: started
[2016-01-01 15:19:13][INFO][mode: data][stage: volume check][step: Ratings Step]: started
[2016-01-01 15:19:13][INFO][mode: data][stage: data migration][step: ConfigurablePrices step]: started
[2016-01-01 15:19:13][DEBUG][mode: data][stage: data migration][step: ConfigurablePrices step][table: catalog_product_super_attribute_pricing]: migrating
[2016-01-01 15:19:13][INFO][mode: data][stage: volume check][step: ConfigurablePrices step]: started
[2016-01-01 15:19:13][INFO][mode: data][stage: data migration][step: OrderGrids Step]: started
[2016-01-01 15:19:23][INFO][mode: data][stage: volume check][step: OrderGrids Step]: started
[2016-01-01 15:19:23][INFO][mode: data][stage: data migration][step: Tier Price Step]: started
[2016-01-01 15:19:23][DEBUG][mode: data][stage: data migration][step: Tier Price Step][table: catalog_product_entity_tier_price]: migrating
[2016-01-01 15:19:23][DEBUG][mode: data][stage: data migration][step: Tier Price Step][table: catalog_product_entity_group_price]: migrating
[2016-01-01 15:19:23][INFO][mode: data][stage: volume check][step: Tier Price Step]: started
[2016-01-01 15:19:23][INFO][mode: data][stage: data migration][step: SalesIncrement Step]: started
[2016-01-01 15:19:23][INFO][mode: data][stage: volume check][step: SalesIncrement Step]: started
[2016-01-01 15:19:23][INFO][mode: data][stage: volume check][step: SalesIncrement Step]: Migration completed
victor-v-rad commented 8 years ago

By default the table catalog_product_entity should not contain store_id field neither on Magento 1 nor on Magento 2. I suppose some of your extension added it

andidhouse commented 8 years ago

Did you find a solution for that?

We have the same error when trying to click on the category products lis in the backend. Our reindex is working well but we cannot access the products in then backend also they are shown correct in the frontend.

victor-v-rad commented 8 years ago

@andidhouse @chrissm79 Can you find the catalog_eav_attribute table in DB of Magento 2?

victor-v-rad commented 8 years ago

Try php bin/magento indexer:reindex && php bin/magento cache:clean and open the products grid again

andidhouse commented 8 years ago

HI Victor,

the table catalog_eav_attribute exists in the magneto2 database and has 392 entries. We of course reindexed and cleaned cache as suggested - no effect. Still the same error in the backend product grid.

Is it possible that maybe the table has some entries from old magento 1.7 extensions which cause the error?

victor-v-rad commented 8 years ago

The issue is on Magento 2 side and I suppose something wrong with cache.

  1. Try reinstalling Magento 2 from scratch (with removing and cloning the code and DB).
  2. After installation go to its admin panel and open empty product grid (in order cache to start working). 3. After migration do reindex and clean cache and open product grid again
andidhouse commented 8 years ago

We just did that (go to the admin panel before migration and click the product grid) - no effect.

We now completely remove magento 2.0 from the system and try again.

andidhouse commented 8 years ago

Ok we completely deleted magento 2.0 and installed from scratch again - same error. Any suggestions now?

Many thanks!

victor-v-rad commented 8 years ago

Ok. Let's go further. Please show one record (with #4 where field entity_type_code=catalog_product) from the table eav_entity_type of Magento 1 and Magento 2 (before migration). I beliave the record has wrong value in field additional_attribute_table.

ilol commented 8 years ago

hey! if that works please close the issue