Skip to Content
0
Feb 26, 2018 at 06:05 AM

sync issue on CategoryCategoryRelation, when we create the relationship via impex

416 Views

We are crating product category to classification category relationship via sync, but not sure why this relation is not getting sync after running the synchronization job.

impex used:

INSERT_UPDATE CategoryCategoryRelation;target(code, $catalogVersion)[unique=true];source(code, $classCatalogVersion)[unique=true]

;someProductcategory2;someClasificationcategory1;

;someProductcategory2;someClasificationcategory21;

Not sure what we are missing, as we don't see any log errors. Moreover when we check the sync attributes both supercategories and categories attribute are marked as sync attributes.

thanks for help in advance !!