error 810 during backup (with auto install)
gael
Posts: 20
hi,
after installing with this command line :
and run by : install.cmd domain password in command line
when i test a simple backup on northwind, i've got an error 810...
need help
after installing with this command line :
SQBServerSetup.exe /verysilent /sqbminimal /suppressmsgboxes /svcuser %1\SQLUSER /svspw %2 /sqluser %1\SQLUSER /sqlpw %2
and run by : install.cmd domain password in command line
when i test a simple backup on northwind, i've got an error 810...
need help
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
It appears that you are using Windows authentication for the SQL Backup service to connect to SQL Server. In this case, you can leave out the sqluser and sqlpw parameters during installation i.e.
SQBServerSetup.exe /verysilent /sqbminimal /suppressmsgboxes /svcuser %1\SQLUSER /svcpw %2
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8