I have Kaspersky administration kit v6.0.1710 which connects database to another computer. The problem is I can"t backup via klbackup command. It shows as below.
C:\Program Files\Kaspersky Lab\Kaspersky Administration Kit>klbackup -path c:\backup1 -password password
Starting klbackup utility
Initializing DCOM...OK
Initializing basic libraries...OK
Checking arguments...OK
Openning SCM...OK
Stopping service "KLNagent"...OK
Stopping service "CSAdminServer"...OK
Checking backup paths...OK
Acquiring SQL server connection name and DB name...OK
Connecting to the database server...OK
Backing up db "KAV" to "c:\backup1\kavsqldb.bkp"...FAILED - check whether SQL Server has enough permissions to access backup path "c:\backup1"
FAILED - error code 1950 ("Generic db error: "Database error: code = 3013, message="IDispatch error #3092", description="Cannot open backup device "c:\backup1\kavsqldb.bkp". Operating system error 3(The system cannot find the path specified
.).
Cannot open backup device "c:\backup1\kavsqldb.bkp". Operating system error 3(The system cannot find the path specified.).
BACKUP DATABASE is terminating abnormally.", source="Microsoft OLE DB Provider for SQL Server", GUID="{0C733A63-2A1C-11CE-ADE5-00AA0044773D}", LastStatement="BACKUP DATABA")
Starting service CSAdminServer...OK
Starting service KLNagent...OK
I'd like to migrate to new computer which will be installed both of Kaspersky Administration Kit and Database Server in same server.
Could you help me how to figure this problem out?