Start a Conversation

Unsolved

This post is more than 5 years old

31465

June 11th, 2013 07:00

SQL databases do not show in Avamar GUI

I'm looking for a list of items to check when troubleshooting a SQL agent. We recently installed SQL agents on 4 SQL servers and 1 of the 4 servers does not show any databases when we browse the SQL agent inside of the Avamar GUI.

49 Posts

November 18th, 2013 12:00

I mean Local System account on windows machine under avagent is running by default. I usually change it on appropriate account what has read/write access to SQL databases.

5 Practitioner

 • 

274.2K Posts

December 11th, 2013 09:00

The following DLL files are located at C:\Program Files\avs\bin (the default install location of the Avamar client).

avsqlsmo11.dll

avsqlsmo08.dll

avsqlsmo.dll

When the SQL plugin detects SQL 2012, it loads avsqlsmo11.dll. It loads avsqlsmo08.dll for SQL 2008 and avsqlsmo.dll for SQL 2005.

When you rename avsqlsmo11.dll, the client will then fall back to avsqlsmo08.dll. The client will fall back to a previous version when it cannot encounter the DLL it wants to load from the version detection. So, if the client detects SQL 2008 even though SQL server is 2005, rename avsqlsmo08.dll and it will load avsqlsmo.dll.


No Events found!

Top