Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating Store Views form Magento 1.9.1 to Magento 2.2 #396

Closed
expertalex opened this issue Oct 22, 2017 · 4 comments
Closed

Migrating Store Views form Magento 1.9.1 to Magento 2.2 #396

expertalex opened this issue Oct 22, 2017 · 4 comments
Labels

Comments

@expertalex
Copy link

Hello.

I'm trying to migrate all products form magento 1.9.1 to magento 2.2 but only one store view is migrated.
How can I migrate al store view & the corresponding translations for each product?

Thanks

@victor-v-rad
Copy link
Collaborator

Hi,
Probably you have not migrated settings first

@expertalex
Copy link
Author

expertalex commented Oct 23, 2017

Hello Victor.
I follow the instructions line by line!!!

And Before the migration I included some attributes in customer-attribute-groups.xml and some clases in class-map.xsd to be ignored to avoid errors .

I also modified 1 line of code in: data-migration-tool/src/Migration/Step/UrlRewrite/Version191to2000.php:volume()
Making: $result = true; Always.
To avoid Mismatch of entities in the document: url_rewrite error.

1st: bin/magento migrate:settings -r "path to config.xml"


Reset the current position of migration to start from the beginning

[2017-10-23 09:11:43][INFO][mode: settings][stage: integrity check][step: Settings Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:11:43][INFO][mode: settings][stage: integrity check][step: Stores Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:11:43][INFO][mode: settings][stage: data migration][step: Settings Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:11:44][INFO][mode: settings][stage: data migration][step: Stores Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:11:44][INFO][mode: settings][stage: volume check][step: Stores Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:11:44][INFO][mode: settings][stage: volume check][step: Stores Step]: Migration completed-sh-4.2$


2nd: bin/magento migrate:data -r -a "path to config.xml"


Reset the current position of migration to start from the beginning

[2017-10-23 09:13:28][INFO][mode: data][stage: integrity check][step: Data Integrity Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:29][INFO][mode: data][stage: integrity check][step: EAV Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:29][INFO][mode: data][stage: integrity check][step: Customer Attributes Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:29][INFO][mode: data][stage: integrity check][step: Map Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][WARNING]: Source documents are not mapped: am_animation,am_css,am_revslide,am_revslider,aw_blog,aw_blog_cat,aw_blog_cat_store,aw_blog_comment,aw_blog_post_cat,aw_blog_store,aw_blog_tags,oro_wishlist_status,smtppro_email_log,uni_fileuploader,wordpress_association,wordpress_association_type
[2017-10-23 09:13:31][INFO][mode: data][stage: integrity check][step: Url Rewrite Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][INFO][mode: data][stage: integrity check][step: Log Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][INFO][mode: data][stage: integrity check][step: Ratings Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][INFO][mode: data][stage: integrity check][step: ConfigurablePrices step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][INFO][mode: data][stage: integrity check][step: OrderGrids Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][INFO][mode: data][stage: integrity check][step: Tier Price Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][INFO][mode: data][stage: integrity check][step: SalesIncrement Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:31][INFO][mode: data][stage: setup triggers][step: Stage]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:32][INFO][mode: data][stage: data migration][step: EAV Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:33][INFO][mode: data][stage: volume check][step: EAV Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:33][INFO][mode: data][stage: data migration][step: Customer Attributes Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:33][INFO][mode: data][stage: volume check][step: Customer Attributes Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:13:33][INFO][mode: data][stage: data migration][step: Map Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:15:35][INFO][mode: data][stage: volume check][step: Map Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:15:36][INFO][mode: data][stage: data migration][step: Url Rewrite Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:15:36][INFO][mode: data][stage: volume check][step: Url Rewrite Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:15:36][INFO][mode: data][stage: data migration][step: Log Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:02][INFO][mode: data][stage: volume check][step: Log Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:02][INFO][mode: data][stage: data migration][step: Ratings Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:02][INFO][mode: data][stage: volume check][step: Ratings Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:02][INFO][mode: data][stage: data migration][step: ConfigurablePrices step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:02][INFO][mode: data][stage: volume check][step: ConfigurablePrices step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:02][INFO][mode: data][stage: data migration][step: OrderGrids Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:03][INFO][mode: data][stage: volume check][step: OrderGrids Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:03][INFO][mode: data][stage: data migration][step: Tier Price Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:03][INFO][mode: data][stage: volume check][step: Tier Price Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:03][INFO][mode: data][stage: data migration][step: SalesIncrement Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:04][INFO][mode: data][stage: volume check][step: SalesIncrement Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:04][INFO][mode: data][stage: data migration][step: PostProcessing Step]: started
100% [============================] Remaining Time: < 1 sec
[2017-10-23 09:16:04][INFO][mode: data][stage: data migration][step: PostProcessing Step]: Migration completed-sh-4.2$


Now For the first time I saw this error in admin page after clean and reindex:
http://web.sitgeshouses.com/admin

P.S. I also tried to roll back magento after failures.

@victor-v-rad
Copy link
Collaborator

Clarification sent to the client through email

@dwianbigi
Copy link

Hi @expertalex ,
Could you please give me the conclusion about your issue? Because I need to migrate from single store view only
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants