Hello all
i'm using VDP Advanced 6.0 i successfully installed the SQL backup Agent on a SQL 2012 server and added the required permissions for the BuiltIN NT System and it's currently showing all databases from the VDP backup Console , i have another server wich is installed SQL server 2008 and SQL management Studio 2012 but the problem is that it's not showing any database from the SQL Agent , i thought it was a permission problem but after some research in the net i found an EMC forum telling that it was due to wrong dll loading and it was loading the DLL for the SQL 2012 i ran then the CMD :
i first renamed the sql 2012 dll as suggested from the emc forum and rerun the cmd
the solution was to rename the dlls , this is the quoted solution :
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.
and i run the cmd :
C:\Program Files\avp\bin>avsql --operation=browse --verbose
and the result is :
C:\Program Files\avp\bin>avsql --operation=browse --verbose
Dynamically allocated CTL listen port (49491)
avsql Info <6673>: CTL listening on port 49491
avsql Info <19484>: ===> sqlconnectimpl::check_smo_version
avsql Info <19482>: Found assembly: 'Microsoft.SqlServer.Smo,fileVersion="10.50.
2500.0",version="10.0.0.00000",culture="neutral",publicKeyToken="89845DCD8080CC9
1",processorArchitecture="MSIL"'
avsql Info <19482>: Found assembly: 'Microsoft.SqlServer.Smo,fileVersion="11.0.3
000.0",version="11.0.0.0000",culture="neutral",publicKeyToken="89845DCD8080CC91"
,processorArchitecture="MSIL"'
avsql Info <19482>: Found assembly: 'Microsoft.SqlServer.Smo,fileVersion="10.0.1
600.22",version="10.0.0.00000",culture="neutral",publicKeyToken="89845DCD8080CC9
1",processorArchitecture="MSIL"'
avsql Info <19483>: Returning from SMO version check with value: 12
avsql Info <0000>: <=== sqlconnectimpl::check_smo_version
avsql Info <19487>: Start checking for SMO DLL version 12...
avsql Info <19484>: ===> sqlconnectimpl::is_SqlServ_2011
avsql Info <19484>: ===> sqlconnectimpl::get_SqlServers_ver
avsql Info <10684>: Setting ctl message version to 3 (from 1)
avsql Info <16136>: Setting ctl max message size to 268435456
avsql Info <19468>: Connected to ROOT\CIMV2 WMI namespace.
i restarted the windows server , i reinstalled Dot Net 4.5.1 and restarted again but still the same issue when i run the backup wizard and click on the server it doesn't show any database , anyone have had a similar issue ? thanks for help
EDit : i attached a log file of the CMD : avsql --operation=browse --verbose --logfile=AVA_GUI_browse.txt