Installation: Install fails on MS-SQL 2005 64 Bit
Abe Froman
Posts: 4
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)
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
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8