The aaresource dll is for the Amazon Assistant for internet explorer 11. Uninstalled the Amazon Assistant through Control Panel\All Control Panel Items\Programs and Features and have not further issues with errors or the mshtml sitting in open progs.
Tag: error
In Windows 7, trying to do backup, getting error code 0x8078002A
had this problem, too, with Windows 7, trying to use Windows Backup to two new Western Digitial 3TB drives, pre-formatted with NTFS for Windows. It’s very frustrating because each attempt takes many hours before the error occurs so you don’t know until it succeeds whether it will.
I found what worked for me here:
http://wdc.custhelp.com/app/answers/detail/a_id/6618/
You can download WD Quick Formatter from that site. However, don’t follow the instructions on that page for formatting a HD under Windows 7, because it tells you how to use MS Disk Management, which will make a 2TB partition and not recognize the remainder of the drive. You must use WD Quick Formatter as described here:
http://wdc.custhelp.com/app/answers/detail/search/1/a_id/3868
Google provides quite a number of cases involving the same problem you are experiencing. None seemed to be resolved. A number refer to USB external drives.
My research has led me to the two sites mentioned below. On the Petri site I found the quotes extracted as they may point to a possible solution.
Are you using an Enterprise or Ultimate version of Windows as these include Bit Locker Drive Encryption
As a general recommendation in regard to using Windows 7 as a client operating system, use either internal hard disks, separate from the one Windows is installed on. Alternatively, use an external USB hard disk and make sure you disconnect it after you perform your backup.
You cannot use any of the following destinations:
•The destination is locked by BitLocker Drive Encryption.
Source:http://www.petri.co.il/where-to-save-your-windows-7-backup.htm
Permisos de SQL Server en Windows Vista
Un problema común al usar SQL Server en Windows Vista es que al usar la base de datos por primera vez nos encontramos que no tenemos ningún privilegio administrativo y aparece el error:
‘CREATE DATABASE Permission denied in database ‘master”
La razón básica en SQL Server 2005 es que los usuarios del grupo administrativo de Windows Vista no reciben por default privilegios administrativos en la base de datos y es necesario realizar un procedimiento para otorgar estos privilegios.
Paso 0:
Login en Vista como adminstrador
Paso 1:
Start > All Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Surface Area Configuration
Paso 2:
‘Add New Administrator’
Paso 3:
En el dialogo
‘SQL Server User Provisioning on Vista’
mover
‘Member of the SqlServer SysAdmin role ‘
de
‘Available Privileges’
a
‘Privileges that will be granted to’
El mismo problema me ocurrió con SQL Server Express 2008, pero por lo menos la versión Express no incluye la utilería
SQL Server Surface Area Configuration
Como además se me había olvidado el password la solución fue reinstalar el SQL Server Express y entrar al administrador de la base de datos con el usuario sa
Referencias
- SQL Response & Free SQL Server TackleBox eBook
- Creating a Self-Signed Certificate in SQL Server 2005/2008
- Troubleshoot Performance Issues in SQL Server 2005
- How to Create a SQL Server Agent Proxy Account
- Detecting Orphaned Users in SQL Server
- Resolving the error ‘An existing connection was forcibly closed by the remote host’
- Resolving the error – EXECUTE permission denied on object ‘sp_send_dbmail’, database ‘msdb’, schema ‘dbo’
- Generate Scripts to Change Owner of all Tables in a SQL Server Database
- Execute Stored Procedure when SQL Server starts
- Find the Missing Identity Numbers in SQL Server 2005/2008
- Recompiling Stored Procedures in SQL Server – All, Few or One at a time
- Get BackUp Information of all SQL Server 2005/2008 Databases
- Stop, Start, Pause and Resume a SQL Server Instance using net Commands
- Viewing Linked Server Information in SQL Server 2005/2008
- Rebuild System Databases in SQL Server 2008
- Find Out The Parameters Of A Stored Procedure in SQL Server 2005/2008
- http://www.sqlservercurry.com/2008/04/resolving-create-database-permission.html
- http://www.microsoft.com/express/sql/download/
- http://www.trap17.com/index.php/resolving-can39t-login-sqlexpress-sa-account_t61695.html
- http://msdn.microsoft.com/en-us/library/ms189721.aspx