Skip to main content
pshashipreetham
19-Tanzanite
August 8, 2026
Question

Times InvokeCodeVentHandler Issue

  • August 8, 2026
  • 1 reply
  • 11 views

Hi, 

Recently, I have been facing an issue with the timer, which is very critical for us. 

Error Executing Event Handler 'InvokeCodeVentHandler' for event Type.Thing:Test.Timer:Event.Timer


I have gone through below Articles, but nothing helped:
Article - CS403375 - In ThingWorx Platform Error message: Error Executing Event Handler 'xxx' for event Type.Thing:Entity.xxx:Event.xxx is seen often in the Application Log

Article - CS333561 - Error Executing Event Handler '<Event' for event Type.Thing:Entity:<Thing>:Event.ScheduledEvent is frequently logged in the ErrorLog of ThingWorx Platform


Has anyone had this issue? And has any Root cause been found?
 

Thanks,

1 reply

16-Pearl
August 10, 2026

I would think it’s one of these issues:

  • user (which is set in timer) does not have permission for event subscribe or execute → try with Admin user. if issue disappears its permission issue
  • code inside of subscriptions creates error → try just add a logger and remove other code. if issue disappears and log statement can be seen its code issue