Hi community,
I'm facing an issue registering the event dm_logon_failure but I don't understand why.
I want to receive a mail each time someone is trying to log to a repository using the installation owner and fails, so i wrote this API script :
retrieve,c,dm_user where user_name IN (select r_install_owner from dm_server_config)
register,c,l,dm_logon_failure,0,T
The dmi_register object is created but nothing happens when the login operation fails (the dmi_queue_item isn't created and the mail isn't sent).
I also tried to register the event for all dm_user but it seems that the event dm_logon_failure cannot be register on the dm_user type.
Is there something wrong with what i am doing ?
Is there another way to receive notifications by email for this event ?