Windows error 0x80030102, -2147286782

Detailed Error Information

STG_E_REVERTED[1]

MessageAttempted to use an object that has ceased to exist.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode3 (0x003)
NameFACILITY_STORAGE[2][1]
DescriptionThe source of the error code is OLE Storage.[2][1]
Error Code258 (0x0102)

Questions

4votes
1answer

Lists Web Service UpdateList fails with "Attempted to use an object that has ceased to exist"

SharePoint 2010 Lists Web Service UpdateList fails with "Attempted to use an object that has ceased to exist"...but it DOES exist. I would like to update an attribute for existing fields. For demonstration purposes, it should be easy to update Description. Using and extending haufe.sharepoint 0.1.9, I am able to [...] read more
python
sharepoint-2010
suds
3votes
3answers

Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))

Well I'm trying to programmatically add a new ListItem to an already existing List in my SharePoint 2010 website. I've created a new webpart , added a single button to it with the following event handler protected void Unnamed1_Click(object sender, EventArgs e) { using (SPSite currentSiteCollection = new SPSite(SPContext.Current.Site.ID)) { [...] read more
c#
visual-studio
visual-studio-2010
sharepoint
sharepoint-2010
2votes
1answer

Attempt to use an object that has ceased to exist

i have 1 site collection that has 4 subsites beneath it, all the 4 subsites have the same home page with the same page layout and master page and also web parts (with lists), i keep getting this error > Attempted to use an object that has ceased to exist. [...] read more
sharepoint
sharepoint-2013
1vote
0answers

Strange Exception from HRESULT: 0x80030102 (STG_E_REVERTED) error

I have a strange one here. I've added a 2010 sharepoint workflow to sharepoint, without any problems. The workflow works without any problems. However, when I try to add the workflow column to the default view (so I can see the status of any running workflows, while I'm browsing the [...] read more
sharepoint-2010
sharepoint-workflow
1vote
2answers

Sharepoint, error on adding a webpart to a totally new page

I have a problem on adding a webpart to sharepoint page. I have a blank page in the sharepoint, and I have a custom control uploaded to the site, on adding the webpart the the sharepoint page I get the following error: "Attempted to use an object that has ceased [...] read more
asp.net
sharepoint
0votes
1answer

"Attempted to use an object that has ceased to exist" Error with lists.asmx

I am using a .NET application that creates a SharePoint list item through a form interface. The application needs to allow the user to upload attachments to the list item. I can create the list item, however when using the list.asmx service addAttachment method, I get a "Attempted to use [...] read more
.net
web-services
sharepoint
sharepoint-2010

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0