-
Notifications
You must be signed in to change notification settings - Fork 199
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
SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens #596
Comments
Please try this fix 13728b3 |
Hi @victor-v-rad, Thanks for your feedback. I applied that fix but the issue is still reproducible:
Here is the exception trace:
|
@victor-v-rad - Any thoughts on the error that is happening with that table? Thanks! |
You can send dump of this table or link to me and I will try to migrate reproduce |
Hi @victor-v-rad, I confirm that I just sent you the dump file via email. Thanks, |
Internal ticket MAGETWO-95648 to fix it |
… is not found in catalog_product_bundle_option table #596
… is not found in catalog_product_bundle_option table #596
Preconditions
Steps to reproduce
sudo php bin/magento migrate:data -r -a -vvv /path/to/magento2-root/vendor/magento/data-migration-tool/etc/opensource-to-commerce/1.9.3.9/config.xml
Expected result
Actual result
catalog_product_bundle_option_value
table migration step (table with 27899 records):Additional notes
Observation #1:
The following method is failing:
Migration\ResourceModel\Adapter\Mysql::insertMultiple()
Method code:
Observation #2:
The error is thrown when the last batch from that table is tried to be inserted through SQL (all the previous batches/records were successfully imported).
Here is a log of the batch that was contained in the $bind variable and failed in the
$statement->execute($bind)
method:Thanks for your feedback in advance.
The text was updated successfully, but these errors were encountered: