-
Notifications
You must be signed in to change notification settings - Fork 197
Magento 2.3.4 data migration table or view not found #791
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
Comments
Hi @PurushothamanKrishnamoorthy Thank you for reporting this issue. Internal ticket MC-31156 to process it |
@PurushothamanKrishnamoorthy Fixed. Please check if it works for you |
@victor-v-rad Data migration completed successfully. Thanks for the support. |
I've actioned the fix in the link above and I'm still getting the following error; [2020-03-13 16:34:57][INFO][mode: data][stage: data migration][step: PostProcessing Step]: started SQLSTATE[42S02]: Base table or view not found: 1146 Table 'premigrate.enterprise_giftcard_amount' doesn't exist In Mysql.php line 91: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'premigrate.enterprise_giftcard_amount' doesn't exist This is especially odd as as I'm using configuration files from |
I got the same issue as @karlsminton. Do we have a ticket open? |
(This does not help the previous two comments from aruntechguy nor karlsminton) My situation: |
I'm getting same error. How you resolved it? |
@victor-v-rad I am using magento 2.3.5-p1 and migration tool is 2.3.5, when i run this command Then is give me error SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tildev_test1.eav_attribute_set' doesn't exist, query was: SELECT COUNT(*) FROM It should pick my source_prefic like this tildev_test1.magento1_eav_attribute_set. Why not it pick my source_prefix ? Even in my config.xml I have add source_prefix
Kindly guide me here I am stuck |
Hi, I am having the same issue when I run cache:clean, In Mysql.php line 110: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2.core_config_data' doesn't exist, query was: SELECT In Mysql.php line 91: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2.core_config_data' doesn't exist |
Pei Hao Chan please read carefully tage <options></options> in config.xml
I was did mistake to add these tags
<source_prefix>magento1_</source_prefix>
<crypt_key>6fac6c90c2774431f1185sadc65d8b98</crypt_key>
<options>
in the starting of options tage But I was not read options tage carefully
magento itself also add these tags source_prefix and crypt_key at the end
of options tag.
Just read options Tage in config.xml file, source_prefix and crypt_key tags
may be duplicated.
Thanks
…On Wed, 2 Sep 2020 at 19:44, Pei Hao Chan ***@***.***> wrote:
Hi, I am having the same issue when I run cache:clean,
In Mysql.php line 110:
SQLSTATE[42S02]: Base table or view not found: 1146 Table
'magento2.core_config_data' doesn't exist, query was: SELECT main_table.*
FROM core_config_dat a AS main_table
In Mysql.php line 91:
SQLSTATE[42S02]: Base table or view not found: 1146 Table
'magento2.core_config_data' doesn't exist
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#791 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP7SGK3ODBJ4V4RBMMKTNT3SDZK4FANCNFSM4KQLZ7TQ>
.
|
I got the same error and found out that if you have entered the database name in both |
Hi, I am migrate magento 1.9.4.2 to 2.3.4 (open-source to open-source)I am facing the same issue in PostProcessing Step, error is In open-source there is no any magento_giftcard_amount , this table belong to the commerce Magento version. Why it read commerce version tables? How to fix it? |
Magento 2 data migration table or view not found without table name
Preconditions
Steps to reproduce
Expected result
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mgn_' doesn't exist, query was: SELECT COUNT(*) FROM
mgn_
Actual result
Additional notes
The text was updated successfully, but these errors were encountered: