We are upgrading hybris B2B site form 5.0.4 to 5.7.0.3 and during the content catalog synchronisation getting the following error: "ERROR Cannot use target catalog version XXXXXXContentCatalog/Online(8796093252185) for synchronization since it owns 10 duplicate CMSItem IDs " Now from hMC, I have deleted all the CMSItem from the online version but did the successful content catalog synchronization. Doing second time synchronizing of the content catalog, now I am getting the duplicate CMSItem quantity doubled as " ERROR Cannot use target catalog version XXXXXXContentCatalog/Online(8796093252185) for synchronization since it owns 20 duplicate CMSItem IDs"
CMSItem do not have its own deployment table but it only extends generic table. so it is difficult as how to find out which CMSItem is duplicate since there is not table for it? Is there any way that from generic table I can find the duplicate identifires of type CMSItems? In hMC, under the catalog sync link, there is a link as "duplicate identifires". In our environment this link is not working so not able to find the duplicate identifiers.
We cannot initilize a system but can only update the system. we are using mssql server as a backend. Do I need to delete any of the indexes created for the catalog versions?
Pl provide any solution for sucessfull content catalog synchronisation. Thanks