0
Fixed

SQL Server Agent validation issue

Tony Sheehy 11 years ago updated by anonymous 8 years ago 2

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.

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.