# OH-Connector-06201

### Description

When you encounter 'OpsHub-020404' or 'OH-Connector-06201', then the following message appears respectively:

> **OH-Connector-06201** : The target entity corresponding to the source entity '\` will be created with all source data as the source entity's scope has been updated. Please note this error is thrown temporarily for creating a new entity in the target with all the source data. It will be resolved automatically. If a 0 value is set for the "Maximum Retry Count" in the advanced configuration of the integration, then this failure needs to be retried manually to resolve it; Additionally, if "New Event" has been selected in the "Sync" advance configuration of the integration, then this configuration needs to be updated to "Both (Failed and New Events)" to resolve this error.

> **OpsHub-020404** : Processing blocked for the entity with the id `<Entity Id>` because of the entity's creation due to scope change in the source entity is under process.

### Cause

* When the "Entity type" and/or "Project" of the entity are changed in the source system, the target system does not support the changes in the "Entity type" and/or "Project", and comments are mapped in the mapping. <code class="expression">space.vars.SITENAME</code> requires some processing on the comments, which was synced earlier by <code class="expression">space.vars.SITENAME</code> via older "Entity type" and/or "Project"'s integration, which causes this failure temporarily.

### 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-020404.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.
