SQL Server 2000 backups
kevanh1974
Posts: 4
I am having trouble activationg a SQL Server 2000 server, the error is "SQL backup agent service cannot start or is taking too long to start."
Is this just not compatible with Backup? :?:
Is this just not compatible with Backup? :?:
Comments
Could you please do the following:
- ensure that the SQL Backup Agent application (SQBCoreService.exe) is the latest version (5.2)
- open the Windows Service Manager, select the SQL Backup Agent service. Stop the service if it's running, enter -sqbdebug as the 'Start parameter', and start the service.
- this should generate a file named SQBCoreService_log.txt in the SQL Backup folder. Send me this file.
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Look for the latest version of sqlvdi.dll on your machine and manually register it using regsvr32 e.g. regsvr32 sqlvdi.dll. If you are using a 64-bit SQL Server, you will need to register both 32-bit and 64-bit copies of that DLL. Please ensure that both DLLs are of the same version.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8