Problems with Install & AntiVirus
codecutter
Posts: 5 Bronze 2
I tried installing the latest version (5.1) as an upgrade to an existing version of SQL Backup that I had successfully running (v4.6). Unfortunately, during the install the Symantec antivirus complained about a particular file being possible virus (sorry didn't record the filename it at the time). When I tried running SQL Backup the UI would come up, but the various servers that I imported from previous version would not connect. When I click on Properties for these servers I get the message with "Reason: 126" and a mention that the file xp_sqlbackup.dll or one of its dependencies could not be loaded.
I've tried "Repair" and even uninstalling and reinstalling (with virus checker turned off this time) but still get the same results. Any ideas?
I've tried "Repair" and even uninstalling and reinstalling (with virus checker turned off this time) but still get the same results. Any ideas?
Doug Krawec
Comments
What is the output? Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
ODBC: Msg 0, Level 16, State 1
Cannot load the DLL xp_sqlbackup.dll, or one of the DLLs it references. Reason: 126(error not found).
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
And to add, the DLL is in the binn folder as expected, so it is not that it is missing.
- sp_dropextendedproc sqlbackup
- sp_addextendedproc sqlbackup, 'xp_sqlbackup.dll'
- EXEC master..sqlbackup
Do you still encounter the same error? If the same error is raised, try the following to determine if xp_sqlbackup.dll is really the problem:
- make a copy of xp_sqlbackup.dll in the Binn folder. Name it xp_sqlbackup_2.dll
- sp_dropextendedproc sqlbackup
- sp_addextendedproc sqlbackup, 'xp_sqlbackup_2.dll'
- EXEC master..sqlbackup
What happens? Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Same error. I must have a permission problem somewhere.
Cannot load the DLL xp_sqlbackup2.dll, or one of the DLLs it references. Reason: 1114(A dynamic link library (DLL) initialization routine failed.).
To add, this on on a windows 2000 server w/ sql 2000 SP3. I have 2 other windows 2003 servers R2 w/ SQL 2005 SP1 and they had no problems.
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
The only thing showing as questionable seems to be some apphelp.dll file. That is why i said probably not important. There are two other things that are marked w/ an hourglass, DBGHelp.dll and MPR.dll. I never used this tool before so I am unsure of what that means.
The version of the DLL is "5.2.0.2825". I dont see any flags about it being the wrong bit version.
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8