Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi All,
A subscription was deleted but even after the deletion whenever the event is triggered an error pops in the log saying the subscription (deleted one) is not found.
Error Message :
'Event handler <subscriptionName> not found. Cannot execute Subscription'
Thanks in Advance
Srijith
Solved! Go to Solution.
You can rename the triggering event of the subscription, such as renameing the property if it triggers the subscription by value change event, this is a workaournd solution.
For Root cause, you can check in the DB for the Thing structure, if the subscription still exist/ export the thing to another TWX server, to check if the problem reproduce.
You can rename the triggering event of the subscription, such as renameing the property if it triggers the subscription by value change event, this is a workaournd solution.
For Root cause, you can check in the DB for the Thing structure, if the subscription still exist/ export the thing to another TWX server, to check if the problem reproduce.
Thank You @zyuan1 for the response
Here we are not able to rename the event.
How can I find within the DB if the subscription still exists?
It should be in the ThingModel table in your persistence provider, find the entity and check the details.
Hi @SrijithKrish.
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon