# 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](https://docs.opshub.com/v7.215/integrate/configure-integrations/integration-configuration#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.
