QUOTE(spgsitsupport @ 22.10.2008 00:52)

http://support.kaspersky.com/faq/?qid=204923653it states:
Both Administration Server and SQL-server on which Administration server database is located should be able to write into the defined folder
Could anybody translate it to English?
If I have a folder on Administration Server how can SQL-server have rights to it?
Rights are assigned to users/groups, and on SQL server there is nobody logged in
Environment with NO AD
Thanks
Seb
If I haven't mistaken, you have Administration Server and SQL Server installed on different computers and those computers are not in any domain -- you have workgroups only.
In that case you may do following:
1. On both computers (with SQL Server installed and with Administration Server one) create account "DbAccount" with the same password. Put the account to the group "Administrators" on both computers.
2. Set up SQL Server service to run under that account "DbAccount".
3. Turn off "Simple file sharing" or UAC (depending from Windows version) on both computers.
4. Create a folder for backups on the computer with administration server. Share it (as "KlBackups" for example) and set up read/write access for group Administrators. Then make sure that it's NTFS permissions allow full access to group Administrators.
Now you may run klbackup utility or backup task using UNC path to that share you've created. UNC path may be "\\
computer_with_AK\KlBackups\DailyBackups".