# OH-Connector-0174

### Description

When you encounter **OH-Connector-0174**, then the following error message appears:

**OH-Connector-0174**: Target entity \<target\_entity\_id> corresponding to source entity \<source\_entity\_id> is deleted from target system. As you have selected re-create option in such case, integration will create it again in the next run.

### Cause

When you have an existing integration from system A to system B and entity 'E1' is also synchronized from system A to system B. Now, someone deletes 'E1' from system B and someone updates 'E1' in system A. In this case, <code class="expression">space.vars.SITENAME</code> will not be able to update 'E1' on system B as entity was deleted and therefore, it will fail with this error. As you have selected 'Recreate' option in cases when target entity is found to be deleted, <code class="expression">space.vars.SITENAME</code> has failed this event. The reason for this failure is, <code class="expression">space.vars.SITENAME</code> first reads all the data for that entity and then creates a new entity with all the details. This action requires some processing time and is completed by the next execution cycle.

> **Note**: **'Recreate' option** you may have configured in integration, to see other options refer [Integration Configuration › Action on Entity Deleted in Target](/opstech-docs/7.223/integrate/configure-integrations/integration-configuration.md#action-on-entity-deleted-in-target)

### Solution

No actions required.\
This is a temporary error and it will be automatically resolved in the next execution run. In the next execution run, <code class="expression">space.vars.SITENAME</code> will create a new entity on system B with proper data and this fail event will be resolved.


---

# 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/oh-connector-0174.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.
