I have developped a plugin for my Access control system.It works and some time it doesn't work.

I simulate a granted access on my system and the plugin create an ACEvent transmitted to the server. The event is well displayed in smart client.

I retry 2 seconds after : It doesn’t work.The logs says : 2019-12-05 17:59:14 UTC+01:00 Error AccessControlSystem Unable to handle EventOccurred event from access control system plugin. ACEvent.EventTypeId is not known: 792a9753-d38b-4a7f-8b6c-9b8391cf5db8

If I retry 2 sendes after, it can work !!!

So I don’t understand how the server can reject the event and accept it fex seconds after .

Thanks for your help

This looks like timing issue. Does it behave every time the same after second try?

I found this morning an exception that occured when refresh states so I think it came from this. Since I fix this problem, it never re happend.

Thanks