Ubertheme error while Migrating date from Magento 1 to Magento 2












0















I am currently trying to Migrate datafrom our Magento 1 site to the Magento 2 site. We've installed the Ubertheme tool and set the details up in the extension.



enter image description here



but every time I try to set up the Databases tab I get the following error:



enter image description here



Both the original website and the new Magento 2 database have the same host (localhost:3306) and as far as I can tell I am using the right credentials. So I'm not sure why this error is happening.



UPDATE:



After speaking to my hosting provider the issue seems to be that, in this case, the extension is reading the Host name as localhost:3306 automatically in both the source and target database fields.



Manually editing the host to read "localhost" and setting the port to "3306" seems to allow connection to the database but the current issue is that I can't connect to the Magento 2 database.



It doesn't seem to be possible to modify the fields in the "Target" database as the field values are detected automatically and cannot be changed.



I have tried modifying the information in the following file:




pub/ub-tool/protected/config/db.php




But this does not seem to affect any of the values in the fields on the interface.



I'm currently in contact with Ubertheme to resolve the issue and will post an answer if/when I have one.










share|improve this question

























  • Are you trying that on your local system? if not then try it on local system.

    – Saphal Jha
    Jan 8 at 16:31











  • Hi. Not sure what you mean by “local”. Both databases are on the same sql server and I even had them in the same web address. The sites are installed on a web hosting company’s server so they aren’t on a local machine. If you could clarify I would appreciate it. Thanks

    – CJNotts
    Jan 8 at 20:10













  • I mean to say your instead of using server directly use your computer, setup everything in your computer then try migration.

    – Saphal Jha
    Jan 9 at 5:00











  • I’m fairly new to Magento so I’m afraid I wouldn’t be sure how to do this. The sites are set up through a Plesk control panel by our hosting provider.

    – CJNotts
    Jan 9 at 6:53











  • I would like you to set it up everything on local as you are new in magento so that will be good for you.

    – Saphal Jha
    Jan 9 at 6:56
















0















I am currently trying to Migrate datafrom our Magento 1 site to the Magento 2 site. We've installed the Ubertheme tool and set the details up in the extension.



enter image description here



but every time I try to set up the Databases tab I get the following error:



enter image description here



Both the original website and the new Magento 2 database have the same host (localhost:3306) and as far as I can tell I am using the right credentials. So I'm not sure why this error is happening.



UPDATE:



After speaking to my hosting provider the issue seems to be that, in this case, the extension is reading the Host name as localhost:3306 automatically in both the source and target database fields.



Manually editing the host to read "localhost" and setting the port to "3306" seems to allow connection to the database but the current issue is that I can't connect to the Magento 2 database.



It doesn't seem to be possible to modify the fields in the "Target" database as the field values are detected automatically and cannot be changed.



I have tried modifying the information in the following file:




pub/ub-tool/protected/config/db.php




But this does not seem to affect any of the values in the fields on the interface.



I'm currently in contact with Ubertheme to resolve the issue and will post an answer if/when I have one.










share|improve this question

























  • Are you trying that on your local system? if not then try it on local system.

    – Saphal Jha
    Jan 8 at 16:31











  • Hi. Not sure what you mean by “local”. Both databases are on the same sql server and I even had them in the same web address. The sites are installed on a web hosting company’s server so they aren’t on a local machine. If you could clarify I would appreciate it. Thanks

    – CJNotts
    Jan 8 at 20:10













  • I mean to say your instead of using server directly use your computer, setup everything in your computer then try migration.

    – Saphal Jha
    Jan 9 at 5:00











  • I’m fairly new to Magento so I’m afraid I wouldn’t be sure how to do this. The sites are set up through a Plesk control panel by our hosting provider.

    – CJNotts
    Jan 9 at 6:53











  • I would like you to set it up everything on local as you are new in magento so that will be good for you.

    – Saphal Jha
    Jan 9 at 6:56














0












0








0








I am currently trying to Migrate datafrom our Magento 1 site to the Magento 2 site. We've installed the Ubertheme tool and set the details up in the extension.



enter image description here



but every time I try to set up the Databases tab I get the following error:



enter image description here



Both the original website and the new Magento 2 database have the same host (localhost:3306) and as far as I can tell I am using the right credentials. So I'm not sure why this error is happening.



UPDATE:



After speaking to my hosting provider the issue seems to be that, in this case, the extension is reading the Host name as localhost:3306 automatically in both the source and target database fields.



Manually editing the host to read "localhost" and setting the port to "3306" seems to allow connection to the database but the current issue is that I can't connect to the Magento 2 database.



It doesn't seem to be possible to modify the fields in the "Target" database as the field values are detected automatically and cannot be changed.



I have tried modifying the information in the following file:




pub/ub-tool/protected/config/db.php




But this does not seem to affect any of the values in the fields on the interface.



I'm currently in contact with Ubertheme to resolve the issue and will post an answer if/when I have one.










share|improve this question
















I am currently trying to Migrate datafrom our Magento 1 site to the Magento 2 site. We've installed the Ubertheme tool and set the details up in the extension.



enter image description here



but every time I try to set up the Databases tab I get the following error:



enter image description here



Both the original website and the new Magento 2 database have the same host (localhost:3306) and as far as I can tell I am using the right credentials. So I'm not sure why this error is happening.



UPDATE:



After speaking to my hosting provider the issue seems to be that, in this case, the extension is reading the Host name as localhost:3306 automatically in both the source and target database fields.



Manually editing the host to read "localhost" and setting the port to "3306" seems to allow connection to the database but the current issue is that I can't connect to the Magento 2 database.



It doesn't seem to be possible to modify the fields in the "Target" database as the field values are detected automatically and cannot be changed.



I have tried modifying the information in the following file:




pub/ub-tool/protected/config/db.php




But this does not seem to affect any of the values in the fields on the interface.



I'm currently in contact with Ubertheme to resolve the issue and will post an answer if/when I have one.







magento2 database error data-migration






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago







CJNotts

















asked Jan 8 at 15:51









CJNottsCJNotts

759




759













  • Are you trying that on your local system? if not then try it on local system.

    – Saphal Jha
    Jan 8 at 16:31











  • Hi. Not sure what you mean by “local”. Both databases are on the same sql server and I even had them in the same web address. The sites are installed on a web hosting company’s server so they aren’t on a local machine. If you could clarify I would appreciate it. Thanks

    – CJNotts
    Jan 8 at 20:10













  • I mean to say your instead of using server directly use your computer, setup everything in your computer then try migration.

    – Saphal Jha
    Jan 9 at 5:00











  • I’m fairly new to Magento so I’m afraid I wouldn’t be sure how to do this. The sites are set up through a Plesk control panel by our hosting provider.

    – CJNotts
    Jan 9 at 6:53











  • I would like you to set it up everything on local as you are new in magento so that will be good for you.

    – Saphal Jha
    Jan 9 at 6:56



















  • Are you trying that on your local system? if not then try it on local system.

    – Saphal Jha
    Jan 8 at 16:31











  • Hi. Not sure what you mean by “local”. Both databases are on the same sql server and I even had them in the same web address. The sites are installed on a web hosting company’s server so they aren’t on a local machine. If you could clarify I would appreciate it. Thanks

    – CJNotts
    Jan 8 at 20:10













  • I mean to say your instead of using server directly use your computer, setup everything in your computer then try migration.

    – Saphal Jha
    Jan 9 at 5:00











  • I’m fairly new to Magento so I’m afraid I wouldn’t be sure how to do this. The sites are set up through a Plesk control panel by our hosting provider.

    – CJNotts
    Jan 9 at 6:53











  • I would like you to set it up everything on local as you are new in magento so that will be good for you.

    – Saphal Jha
    Jan 9 at 6:56

















Are you trying that on your local system? if not then try it on local system.

– Saphal Jha
Jan 8 at 16:31





Are you trying that on your local system? if not then try it on local system.

– Saphal Jha
Jan 8 at 16:31













Hi. Not sure what you mean by “local”. Both databases are on the same sql server and I even had them in the same web address. The sites are installed on a web hosting company’s server so they aren’t on a local machine. If you could clarify I would appreciate it. Thanks

– CJNotts
Jan 8 at 20:10







Hi. Not sure what you mean by “local”. Both databases are on the same sql server and I even had them in the same web address. The sites are installed on a web hosting company’s server so they aren’t on a local machine. If you could clarify I would appreciate it. Thanks

– CJNotts
Jan 8 at 20:10















I mean to say your instead of using server directly use your computer, setup everything in your computer then try migration.

– Saphal Jha
Jan 9 at 5:00





I mean to say your instead of using server directly use your computer, setup everything in your computer then try migration.

– Saphal Jha
Jan 9 at 5:00













I’m fairly new to Magento so I’m afraid I wouldn’t be sure how to do this. The sites are set up through a Plesk control panel by our hosting provider.

– CJNotts
Jan 9 at 6:53





I’m fairly new to Magento so I’m afraid I wouldn’t be sure how to do this. The sites are set up through a Plesk control panel by our hosting provider.

– CJNotts
Jan 9 at 6:53













I would like you to set it up everything on local as you are new in magento so that will be good for you.

– Saphal Jha
Jan 9 at 6:56





I would like you to set it up everything on local as you are new in magento so that will be good for you.

– Saphal Jha
Jan 9 at 6:56










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f257153%2fubertheme-error-while-migrating-date-from-magento-1-to-magento-2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f257153%2fubertheme-error-while-migrating-date-from-magento-1-to-magento-2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

what is the purpose of having a “thru cal” on RF PCB?

What does Gandalf whisper to the Moth on the Orthanc in Isengard?

magento2 creating a lot of catalogrule_product_temp tables