Options

Installation: Install fails on MS-SQL 2005 64 Bit

Abe FromanAbe Froman Posts: 4
edited July 7, 2006 8:16PM in SQL Backup Previous Versions
Installing the SQL Backup v4 succeeds. But when installing the stored procedures onto the local db's, using the normal GUI and sp_create method, the installation of the procedures fail. The following errors are generated. How can we make this work? Thanks -Abe

Trace:

sqlbackup gives:

Register the extended stored procedure manually using the following command:

sp_addextendedproc sqlbackup, 'xp_sqlbackup.dll'

sqbstatus gives:

Register the extended stored procedure manually using the following command:

sp_addextendedproc sqbstatus, 'xp_sqlbackup.dll'

sqbutility gives:

Register the extended stored procedure manually using the following command:

sp_addextendedproc sqbutility, 'xp_sqlbackup.dll'

sqbmemory gives:

Register the extended stored procedure manually using the following command:

sp_addextendedproc sqbmemory, 'xp_sqlbackup.dll'

checking servive application gives:

Could not find stored procedure 'master..sqbutility'. (2812)

checking extended stored procedure dll gives:

Could not find stored procedure 'master..sqbutility'. (2812)

Comments

Sign In or Register to comment.