# OpsHub-020401

### Description

When you encounter OpsHub-020401, then the following message appears:

`OpsHub-020401 : Processing blocked for the entity with the id <Entity Id> because some other integration is processing the event sync for this entity.`

### Cause

* When a single entity is synchronized via multiple integrations at the same time due to "Entity type" and/or "Project" change or single "Entity type" and/or "Project" to multiple "Entity types" and/or "Projects" configuration, the integration which has fetched the changes on the entity from the source system at first will process the synchronization. Other integration will have a failure with this error code, which will block the processing of the entity temporarily.
* <code class="expression">space.vars.SITENAME</code> temporarily blocks this processing for data consistency.
* For example, if integration 1 from system A\[Bug] to system B\[Defect] had started synchronization and performed a partial update in system B. Meanwhile, the entity type is updated from "Bug" to "Story" in system A. Hence, the other integration from system A\[Story] to system B\[Requirement] will synchronize the same entity simultaneously. If <code class="expression">space.vars.SITENAME</code> allows this synchronization, the end result might be inconsistent.

### Solution

1. This failure will be resolved automatically with the default integration [advanced configuration](/opstech-docs/7.223/integrate/configure-integrations/integration-configuration.md#advance-settings).
2. The following actions will be required if the advanced integration configuration is not set to default values:
   * If "New Event" has been selected in the ["Sync" advance configuration](/opstech-docs/7.223/integrate/configure-integrations/integration-configuration.md#sync-new-failed-or-both-events) of the integration in which this failure has occurred, then this configuration needs to be updated to "Both (Failed and New Events)".
   * If 0 value is set for the ["Maximum Retry Count"](/opstech-docs/7.223/integrate/configure-integrations/integration-configuration.md#maximum-retry-count) in the advanced integration configuration, this failure must be manually retried to resolve it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opstech.gitbook.io/opstech-docs/7.223/help-center-index/troubleshooting-index/errors-index/common-error-solutions/opshub-020401.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
