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? :?:
kevanh1974
0

Comments

3 comments

  • petey
    SQL Backup is compatible with SQL Server 2000.

    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.
    petey
    0
  • azharparkar
    This is the same error i got and tried the above solution but that also did not start the service and gave me error message with number 660.
    azharparkar
    0
  • petey
    Error code 660 indicates that the SQL VDI library is not registered. You will need to register this library manually.

    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.
    petey
    0

Add comment

Please sign in to leave a comment.