Exception from HRESULT: 0x80004004 (E_ABORT) Error

Source: Internet
Author: User
Tags sql server management studio error 0x80070005

1. What is the error?
This is a window error. If C, C # programming or Microsoft related products are used, such errors may occur. For example, use SQL Server or SharePoint.
2. What is HRESULT?
HRESULT is a simple data type, which is usually used as the return value by attributes and ATL. The following table describes different values. The header file winerror. h contains more values.
There are always WinError. h files in Visual studio (in the path vc \ PlatformSDK \ Include)
Description
S_ OK operation successful 0x00000000
E_UNEXPECTED: unexpected failure 0x8000FFFF
E_NOTIMPL is not 0x80004001
E_OUTOFMEMORY failed to allocate the required memory 0x8007000E
One or more E_INVALIDARG parameters are invalid: 0x80070057
E_NOINTERFACE does not support the interface 0x80004002
Invalid E_POINTER pointer 0x80004003
Invalid E_HANDLE handle 0x80070006
E_ABORT operation suspended 0x80004004
Failure 0x80004005 not specified by E_FAIL
E_ACCESSDENIED error 0x80070005

3. Error status and Solution
Status 1: This error occurs on SQL Server because the permission is insufficient.
Add related execution users to db permissions, and add them to the system Admin group if necessary.
Status 2: The transaction log of SQL Server is full. It is solved by truncating the transaction log.
Open SQL Server Management Studio and locate the site content db.
Select the db and right click to open the backup task.
Select the Transaction Log to backup, go to options and select the radio button 'truncate log '.
Start the backup.
Done. Transaction Log is truncated.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.