0
Fixed
SQL Server Agent validation issue
If the SQL Server agent fails validation, its title becomes:
Create Unify.EventBroker.Agent.SQLServer,Unify.EventBroker.Agent.SQLServer
This is not the case for any of the other agents, not even the Oracle DB Agent.
Customer support service by UserEcho
There was a duplicate hidden field for the plugin name of the agent, this resulted in the name being defined twice, resulting in a plugin name of:
Unify.EventBroker.Agent.SQLServer,Unify.EventBroker.Agent.SQLServer
At which point, EB tried to find the agent factory corresponding to this name and defaulted out to the factory name for the title.
To confirm this, just force validation to fire for a SQL agent in either add or update.
Confirmed in latest build.