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

Installation: Install fails on MS-SQL 2005 64 Bit

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)
Abe Froman
0

Comments

3 comments

  • Abe Froman
    Got it to work by running the statements above manually. But now, after running a test backup, when opening SQL backup it fails on "Unable to complete login process due to delay in opening server connection"
    Abe Froman
    0
  • Abe Froman
    RTFM indeed. It's working. Thanks.
    Abe Froman
    0
  • petey
    Was the issue related to permissions? We would like to improve the installation process, so any feedback would be much appreciated. Thanks.
    petey
    0

Add comment

Please sign in to leave a comment.