Application Log Error "EntityNotFound" – Unable to Delete Thing
We are facing an issue in our ThingWorx environment with primary and secondary servers.
The application log is throwing EntityNotFound errors.
To resolve it temporarily, we added the missing Thing entity, which suppressed the error.
However, this is not a viable long-term solution as we intentionally deleted that entity and do not want it to exist.
Problem Details:
We are unable to delete the Thing again — neither via the Composer nor programmatically.
On attempting to delete, the application log shows an error: Unable to delete from DB.
It seems the Thing is still being pinged or referenced, but we are not able to trace from where this is happening.
We are unsure whether it’s an external system or internal service making calls to the deleted Thing.
Is there a way to not to dig at the service/mashup/subscription level and still fix the application logging issue?

