'CategoryChannelLinkEntity' cannot be tracked

In CategoryEventBroker im getting The instance of entity type 'CategoryChannelLinkEntity' cannot be tracked because another instance with the same key value for {'CategorySystemId', 'ChannelSystemId'} is already being tracked. on _categoryService.Update(clone);

We have a PIM integration running in the background, and when i’m launching only the mvc app i’m not getting the error.

Litium version: 7

Running as a separate application?

Yeah the pim sync is running as another project

Are the PIM sync using Litium .Net API or Web API to manage the product updates?

We’re using the Web API

I guess that CategoryEventBroker is in Litium project and listen on the Category*-events?

Do the PIM sync create/update the same category multiple times so the event that you listen to may be triggered between two of these events?

Not that i can see. Unless there’s some sort of queue they get stuck in when i restart the solution multiple times?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.