Connection to 3.7 project has failed.
Hi,
I'm using Sitefinity 4.4 and trying to migrate my 3.7 project.
My 3.7 project is on .Net 4 now and the project works and everything.
Now I'm running my Version 4.4 site that I've created, brand new project, and clicked on the Migration button on the dashboard, now it wants me to enter the sitefinity 3.7 url, username and password, I use http://localhost/xxxx and my admin username and password.
Then I get an error : Connection to 3.7 project has failed.
Now if I give an incorrect username/password I get a message stating that the auth failed which is correct, so I think it can connect, there is something else wrong...
I'm clicking on the "Test connection" button every time.
Any help would be appreciated! Sooo close to migrate!!!
Kind Regards,
Gerrit
Hi Gerrit, do you have the 3.7 site running on IIS? The migration module likely will not function if the 3.7 site is running with Visual Studio or some other webserver; it needs to be on IIS.
What happens when you attempt to access the migration service page on the 3.7 site? you can access at /MigrationService.svc from the root of the 3.7 site. you should get the error
Exception Type: Telerik.Sitefinity.Migration.MigrationServiceException
Message: Authentication failed.
If you get any other message there is an issue with the migration service setup... be sure to check this post for setup information: Migrating Sitefinity 3 to 4 Deep Dive: Preparation
hope this is helpful!
Hi SelAromDotNet,
well that is indeed the correct error message. when you attempt to connect to your website with the sitefinity migration module in 4.4, are there any errors logged to the 3.7 log file? this is in the App_Data folder.
I would also suggest checking the Event Viewer in windows (under Administration Tools of the control panel) to see if anything is logged by IIS as an error.
Finally, firebug or chrome developer tools might also help you to catch the error as it happens, as well as the IIS log files themselves. For more information on this, take a look at the bottom section of this post Migrating Sitefinity 3 to 4 Deep Dive: Common Error Messages
I hope this is helpful, let me know what you discover
Hi,
Hi,
Gerrit,
It sounds like there is still an issue with registering the blogs module, did you go through each of the steps in this Sitefinity 3 upgrade guide..
If so, can you do a diff comparison of your website web.config file with the new_web.config file that is in the upgrade patch? my favorite tool is DiffMerge, which is free.
If you are still having issues after that, can you email me josh.morales at telerik.com and I will do my best to help you finish up the migration!
hope this is helpful!