Backup Exec 2012 & SQL Credential Testing
Backup Exec 2012 is setup to backup a single directory's contents on our SQL servers. We have SQL 2005, 2008 R2 and 2012 servers all setup like this. When the job runs, it tries to connect to the SQL instance which generates security alerts for failed logins. The job doesn't have the SQL instances selected and we don't want it connecting to the SQL instance.
How can we configure Backup Exec 2012 to not connect to SQL instances?
As far as I know the remote agent will try to talk to all resources on a server during
a) Agent startup
b) Agent browse whilst creating a new backup selection
c) During a backup job (either as you backup the resources in question or possibly at the start of each set in the job during an enumeration phase of what is on the system)
There are probably some other trigger points as well, a remote agent debug log would actually show how often it happens.
Against SQL (and as the previous article suggested) if you rename the bedssql*.dll on the SQL server with the agent stopped it should no longer try to access SQL, however, as the article warns SQL backups cannot run in this state (and it will almost certainly affect Sharepoint backups as well.)
If yiou have renamed the .DLL and still find this happening then it may need a formal support case for us to look into it