November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Issue is definitely related to that entry. I would recommend to contact support and log a bug. They can better do troubleshooting on it.
Have you tried removing that duplicate entry?
Remember to take backup of database first :)
It is important to note that MigrationSteps are stored in a different Store. The one you posted is for Shell components and should not be touched.
I suggest to contact developer support services, but if you want to poke around, for fun or for educational purposes, then look into VW_EPiServer.Commerce.Internal.Migration.MigrationStepInfo (view, not table) to see if there are duplicated rows. As Praful said always backup your database first if you want to update it directly (which is not supported by Episerver)
Thank you for your suggestions. I contacted develop support services.
I tried to remove the duplicate entries but same result.
Also, I took a look at VW_EPiServer.Commerce.Internal.Migration.MigrationStepInfo view and there were no duplicated rows.
However, I did manage to start the web app by starting the commerce manager app first (I think it managed to execute all the migrations steps with success) and then started the web app again.
Hi,
When performing an epi upgrade, CMS from v11.15.0 to 11.15.1 and commerce from v13.18.1 to 13.20.0, after logging in to execute the migration steps (the migration steps page is not displayed), the following error occurs (at the /EPiServer/Commerce/Migrate url):
The error looks related to Dynamic Data Store component so I've looked at the tblBigTableIdentity and I found some entries having the same GUID.
Is this the cause of the issue? If yes, what could cause it?
Thank you.