How can we help you today? How can we help you today?

Error in Upgrade to 6.4.0.56 -

Error in Upgrade to 6.4.0.56 - Setup failed to check that the SQL Backup extended stored procedures were installed.

I am trying to upgrade a SQL Server 2000 server from 5.4.0.55 to 6.4.0.56 and received the following error:
Setup failed to check that the SQL Backup extended stored procedures were installed.

Any information on what I can do to fix this or is this just a warning that can be ignored?

Thanks
Geri
gsc_ghx
0

Comments

2 comments

  • petey
    Most likely cause is because SQL Backup failed to connect to the SQL Server instance to check if the extended stored procedures were installed correctly. You can this this manually by logging on to your SQL Server instance using Query Analyzer and running the following:
    EXEC master..sqlbackup
    
    You should see 2 result sets, and the column name of the first result set should show 'SQL Backup v6.4.0.56'.

    If you get an error, or if it does not show 6.4.0.56, I would suggest installing the SQL Backup server components manually. To do this, copy the server components installer (SQBServerSetup.exe) from your SQL Backup installation folder (where you installed the GUI) to the server and run it there.

    As you are running SQL Server 2000, you may have problems upgrading the extended stored procedures. See here for possible workarounds.
    petey
    0
  • gsc_ghx
    Thank you Peter...
    gsc_ghx
    0

Add comment

Please sign in to leave a comment.