November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Did you resolve this/did you get rid of the error? We're seeing the same error in our solution.
No, we are waiting for a some support from EPiServer team here or a migration to the next EPiServer version to test this issue there.
Hi Sergey
Have you heard anything from Episerver regarding this?
/Andreas
Hello,
We are got next error in the logs during developing our project:
I looked into the DB and found that the tblSystemBigTable table really contains two records with the EPiServer.Packaging.Storage.StorageUpdateEntity as the StoreName column values and equal ItemType and ServerId values but with different UpdateDate values.
I started debbuging and found this method in the EPiServer.Packaging.Storage.StateStorage:
It is called on initialization process after checking the modified date of the packages.config file and if it is not the same with the latest UpdateDate of the StorageUpdateEntity entity stored in the tblSystemBigTable table.
Then, follow by the SaveUpdateDate method logic, it should create new record to DDS in case there no one entity exists before or just update the UpdateDate of the existent DDS record.
The first case works good.
The second case does not work. It adds new DDS record instead of updation.
Could you please clarify this ocasion to me?
Thanks!