Comments
3 comments
-
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"
-
RTFM indeed. It's working. Thanks.
-
Was the issue related to permissions? We would like to improve the installation process, so any feedback would be much appreciated. Thanks.
Add comment
Please sign in to leave a comment.
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)